Search the web
Sign In
New User? Sign Up
makemsi · Build or Update MSI Databases
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 254 - 283 of 2616   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
254
I've defined a neat custom action that ammends a file on installation - adds lines to it etc. Similar one for uninstall. #( <$VbsCaSetup Binary="AddLine.vbs" ...
Julian Onions
julianonions
Offline Send Email
Feb 4, 2004
11:40 pm
255
Hi, ... installation - adds ... It seems ... creates a file ... before ... The CA you are setting up is deferred and occurs after files are installed as that...
Dennis Bareis
dbareis
Offline Send Email
Feb 5, 2004
2:34 am
256
Greetings, As a newbie to the MSI arena, I'm thrilled to have found MakeMSI. It seems to have the best documentation and the most active support system - much...
rhow_i3
Offline Send Email
Feb 5, 2004
7:08 am
257
Hi, ... Good to hear this. Thanks. Tell your friends :-) ... I don't think it does much more than that in MAKEMSI as supplied (I did notice in dev mode complus...
Dennis Bareis
dbareis
Offline Send Email
Feb 5, 2004
7:27 am
258
Hi, ... I have now added this example to my documentation: ;--- What should be the default "PAUSE" parameter value? --- #define DEBUG_PAUSE.D Y ;;Default...
Dennis Bareis
dbareis
Offline Send Email
Feb 6, 2004
6:30 am
259
I have quiote a big install built with makemsi, which is working pretty well. However, with the addition of a few last files and directories, it builds fine...
Julian Onions
julianonions
Offline Send Email
Feb 17, 2004
6:49 pm
260
Hi, ... Does it look like a complete dialog? ... Sounds like its having trouble drawing the dialog. ... Off hand this does not appear related maybe try...
Dennis Bareis
dbareis
Offline Send Email
Feb 18, 2004
7:01 am
261
... Yes - I think, you get the brief small dialog saying its starting up, then the welcome dialog I think, only a split second flash before it dies though. ......
Julian Onions
julianonions
Offline Send Email
Feb 18, 2004
3:58 pm
262
... Well it did help. The bitmap I had installed I'd copied the dimensions from the makemsi sample LeftSide.bmp - 503 x 314 pixels. The standard dialog is...
Julian Onions
julianonions
Offline Send Email
Feb 18, 2004
11:05 pm
263
Hi, ... 370x270? Be careful when looking at sizes and remember that the dialogs are not sized by pixels. But in any case there would appear to be some Windows...
Dennis Bareis
dbareis
Offline Send Email
Feb 20, 2004
12:27 am
264
... Yes but please in separate email in future, that way others looking for the answer have a better chance of finding the info. ... or ... to ... its ... ...
Dennis Bareis
dbareis
Offline Send Email
Feb 20, 2004
12:29 am
265
Greetings, I'm having some difficulty executing some registry entries during the installation. The program (DataDoors - DLL) I've built is incorporated into...
rhow_i3
Offline Send Email
Feb 23, 2004
9:25 pm
266
Hi, ... If you are saying the registry importing doesn't appear to be working then can you please send me the source and output files zipped? ... Change to: ...
Dennis Bareis
dbareis
Offline Send Email
Feb 24, 2004
8:46 am
267
What other options do you get when running MSI with an exisiting installation, other than remove and replace? I've read through a bit about upgrade codes and...
Julian Onions
julianonions
Offline Send Email
Feb 24, 2004
3:41 pm
268
Dennis, Thanks for your response, ... I'll send these to you. I'll try this. <$Registry HKEY="LOCAL_MACHINE" ...
rhow_i3
Offline Send Email
Feb 24, 2004
3:55 pm
269
I tried this - <$Component "REGISTRYENTRIES" > <$Registry HKEY="LOCAL_MACHINE" Key="SOFTWARE\Classes\CLSID\{4F226BC0- E2BF-4B3E-BC09-7B7168B5FEF5}\Implemented...
Randy How
rhow_i3
Offline Send Email
Feb 24, 2004
6:19 pm
270
Hi, I'm in a rush so I will be quick... ... Your RC 2709 means component not found which is true the above line will NOT create a component but allows you to...
Dennis Bareis
dbareis
Offline Send Email
Feb 25, 2004
1:19 am
271
Hi, ... Well Repair also shows up on the maintenance dialog... ... What upgrade codes basically do is allow you to group related products together and this has...
Dennis Bareis
dbareis
Offline Send Email
Feb 25, 2004
6:49 am
272
Hi, ... Interesting as indicated previously the above is not correct (and if it was you'd want the KEYPATH=Y parameter) however I tried similar here and with...
Dennis Bareis
dbareis
Offline Send Email
Feb 25, 2004
7:10 am
273
OK - I have a reasonably big install, it makes a CD's worth of distribution (640Mb) There are quite a lot of files in it (2135 currently), 6 registry entries,...
Julian Onions
julianonions
Offline Send Email
Feb 26, 2004
8:03 am
274
Hi This is Sudhakar from India. Firstly, Thanks for giving operational information about MakeMSI. The Information provided in the internet was very useful and ...
ks_sudhaker
Offline Send Email
Feb 26, 2004
8:57 am
275
Hi, ... It does a lot and perhaps disabling the HTML generation might help, however even 315 MB is not that much, if you are low in RAM I'd recommend buying...
Dennis Bareis
dbareis
Offline Send Email
Feb 26, 2004
9:24 am
276
Hi, ... If a setup has a "silent" command line then that is the way to go (use "ExeCa" command etc), if not and you need setup capture then you will probably...
Dennis Bareis
dbareis
Offline Send Email
Feb 26, 2004
9:27 am
277
... Yes - possibly. How do you do that? The HTML generated file is about 1.2Mb which takes a while to load into a browser. I think it takes about 2-3 minutes...
Julian Onions
julianonions
Offline Send Email
Feb 26, 2004
9:50 am
278
... Nothings ever easy is it! Took me 15 minutes to find something that worked! This is for windows 2000 btw, YMMV. Anyway if anyone wants to automate the...
Julian Onions
julianonions
Offline Send Email
Feb 26, 2004
10:19 am
279
Hi, ... I suspect you might be right, if the MSI is for internal use where it is automatically deployed then you might wish to leave the HTML report so you can...
Dennis Bareis
dbareis
Offline Send Email
Feb 27, 2004
2:34 am
280
Hi, ... I have modified MM.CMD (be in next release AND IS ATTACHED - as its small) so that you can set up an environment variable if you wish to alter the...
Dennis Bareis
dbareis
Offline Send Email
Feb 27, 2004
2:34 am
281
Hi, ... I have been doing a bit (read a lot) of checking into memory usage and can say if you use "DOCO=N" the memory usage will be slightly less but that the...
Dennis Bareis
dbareis
Offline Send Email
Mar 1, 2004
9:10 am
282
... Wow - this is interesting. Many thanks for your investigations and we'll see what time brings! The delete temporary .CAB macro is now in use in my builds -...
Julian Onions
julianonions
Offline Send Email
Mar 1, 2004
9:38 am
283
Hello All, I'm new to this group.I'm into system admin and now i want to learn application packaging.I need your help. 1)whats the checklist to make...
msvkumar
Offline Send Email
Mar 3, 2004
9:57 am
Messages 254 - 283 of 2616   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help