Hi, ... I have no experience with patch packages but there is some code in the manual which can be used to create them. I personally have no wish to patch my...
Is it possible to alter the text message and its fonts, colors, and position in the install dialog/ui? I looked through the docs and was unable to find any...
Hi, ... was ... Search the doco for "font" you should get a hit for "UISAMPLE.MMH", look in there, if you need more info check the SDK MSI.CHM doco, my manual...
hi, my work requires verying the files and the registry sets in the system after install from a msi. The verifcation includes the files, file locations, has...
... files, ... do ... this ... I don't know enough of what you are trying to do and why however the generated HTML report has a file verify button which does a...
I run a number of commands as part of my makemsi script, often calling out to batch files or other exes. Often I need to be in a certain directory to do this....
Hi, ... Any DOS based Windows (WIN95-ME) will have this issue. From what you said the above the easiest solution is to pass the directory either on the...
Hi, On 16 Jul 2004 at 8:12, Dennis Bareis wrote: Oops, minor mistake and its also better to put the generated file into the structure my recent MAKEMSI...
I just discovered Makemsi and have been builing a very simple install. The documentation mentions the MSI.CHM help file as being available in the Microsoft...
Hi, ... It used to contain it but they replaced it with the new help, I think there was a shortcut to it (my shortcuts seem to have disappeared). I think my...
I've been trying to get a colleague to build an installer on a Win98 system. Its a big install, and we've got most of the way, but have slipped towards the...
Hi, Is it possible to specify my own icon to appear on the right hand side of the install dialog. Currently Aust_db is appearing here. Thanks, Keith...
Yep, put this line in your .mm file before you include dept.mmh or company.mmh whichever you're using #define UISAMPLE_BITMAP_BANNER_GRAPHIC xxx.bmp where...
Hi, ... This sounds vaguely familiar, I searched for MM1 and my source doesn't contain it, if this is not the latest MAKEMSI, please try it, if it is please...
Hi, ... If you are using that icon then you must be using "Dennis.MMH" which is my example if you like of how you can do this! Copy this file into another...
Hi, ... As you know (I think) you can turn off the html generation. Reason ~~~~~~ I/O failure on ... This a file I/O error, if I had to guess, I'd say the...
I try to build the TryMe.Msi with TryMe.MM on win98. And I only got the Ppwizard.err file, but no the "console" file. The Ppwizard.err file is as following: ...
Hi, ... Strange... ... I very much doubt the "mm.cmd" would work at all under DOS version of windows that is why I created the "MM.BAT" script... Under WIN98...
Hi, ... These are faulty merge modules as Microsoft knows, they are obviously unwilling to fix them. If you get a problem with a command or the results of...
Yes, I got a old version of MakeMsi (04.092) ! Ok, I uninstall the old one and install the new one (04.204). But, I stiil got a error as followings. Anyway,...
Hi, ... In DOS versions of windows I don't/can't capture the output that you would have seen after the "(@32)INFO: Executing the VBS to compile the MSI" text...
... you ... My windows is Win98SE (Traditional Chinese) Ver 4.10.222 A And I got the lines between "(@32)INFO: Executing the VBS to compile the MSI" and ... *...
I read somewhere that MS recommends that you use the merge module instead of copying the crt dll into your application directory. At this point, I think I...
... OK - I've got some more information. The TMP file holds the string ERROR: GetFileVersionInfoSize("C:\Program Files\GNU\WinCvs 1.2\installer\startup.exe")...
Hi, ... I don't know enough, I wouldn't do that myself though... As far as I knw the TARGET DIR is the only issue and that is easily fixed. Bye, Dennis ... ...