Hi, The 04.092 release has much better supporting code behind the file "verify" button on the HTML report, the code reports better and will check the file even...
Hi, A quick update, I have created a "MakeMsm.mmh" which will allow you to create merge modules. Things might be a bit rough around the edges (the html report,...
I would recommend adding a little more documentation on howto turn off the built in complete feature. The biggest thing to be noted is that just turning off...
I try to build the setup.exe file form MSI SDK for Autorun-CD. When I execute 'nmake' after I set 'setenv /2000', I got these error messages as following: ...
Anyone running the makemsi build environment on Windows 98? One of my distant colleagues is trying it, and not getting it to start. The right click "Build MSI...
Hi, ... Perhaps he could try from the command line also? ... Shouldn't be as it will be using a different batch file. ... I haven't restored my 98 test...
... I had this problem, its a problem with the latest platform SDK, which requires you to replace some of the old string operations such as lstrcpy with new...
Hi, On 13 Apr 2004 at 17:51, Dennis Bareis wrote: I got my WIN98 environment working faster than expected and tried MAKEMSI under it and there are problems,...
Hi, ... What you are describing is a Wise Issue or probably more correctly the fact that "[INSTALLDIR]" in a registry file should mean exactly that. MAKEMSI is...
Is it possible to generate an MSI with external Cab files for each feature? I'm interested in making my MSI more download friendly so the user only download...
Hi, ... It would be possible with a post build process to tweek the output but not currently without this. I have been thinking about per-component cabs,...
Hi, On 18 Apr 2004 at 0:19, Juan C. Rivera wrote: Could you please use the MAKEMSI forum for your messages, the questions one person asks are frequently of...
I'm adding a dialog to my setup and it works just file. The thing is that I would like the dialog to show up only if a particular feature is selected. How do I...
... Have a look for all references to your dialog in the "ControlEvent" table, the condition will be 1 (always true), create other entries as appropriate to...
I've been playing around with patch files this week, to try and understand what they are good for. I was having a few problems. First, it seems to generate a...
Hi, ... Run the msimsp.exe with a suitable PCP file, and it does the business! ... If you can provide example command lines (including how to apply a patch)...
Hi, I think you are saying the "Dialog" command is your only issue: 1. To delete the VBS you could have should/could remove it from the "Binary" table. 2. The...
... Well as I said, the script is generated but doesn't appear to be doing anything for this dialog. I couldn't actually find a case where it was invoked in...
Hi, ... I think you must be because unless you take some action the validation script will be take and if the script is generated you would need more action to...
My set up installs my help2 HxS file. This requires me to include a couple of msm from the VSHIK 2003 SDK. I was able to do this inside Wise but I can't seem...
0x80070657 refers to condition "The language of this installation package is not supported by your system." I'm not sure what you're doing - 'quite new here'...
Hi, ... Hi, First off, assuming that the answer is that they can't be prevented (or at least you don't know how) another question worth asking is "how can I...
Whats the best way to call a custom action only in the case a feature has been chosen? E.g. installation with feature1 feature2 CA1 CA2 I want to call CA1 if...