Hello all, I am currently encountering the following error when trying to create an MSI: Fatal Error: Cannot create automation class "Msm.Merge2" This occurs...
Hi, ... 1. Does your script use the "MergeModule" command? 2. What operating system and fix pack level are you on? ... The out directory should contain a file...
... You are looking for the "(default)" value rather than the key, this may or may not exist if the key exists. Is this what you want? ... ^ ... always ... ...
Hi, ... Just thought about this a bit more, have you confirmed that the registry value exists ("value" not "(value not set)"? Which operating system/level? ......
... operating > system/level? No the only value that exists in the key I'm looking for, is the (default) value which has the value data : (value not set). I...
Hi, ... WMI have be turn off (or not installed?) on some boxes. Probably safer using the shell objects "regRead" (if possible - I think it is). ... You should...
... I'm installing this MSI only on W2K Pro computers and I know that WMI is enabled. But thanks anyway for the idea. ... Yes but how ? ... Yes I've seen this....
... Nevermind, I found how (reading MSI SDK help definitely helps ;-) ): <$VbsCaSetup Binary="IsOtherVNCInstalled.vbs" Entry="Test" Seq="AppSearch-"...
I tried this script and it updated the merge modules. Still the dlls are getting in the c:\ Can someone post merge modules that do work. I have been trying to...
Hi, The script should work... Are you using the "DIR" parameter on the MergeModule Command? Bye, Dennis ... dlls ... trying ... to ... faulty ... to ... ...
Hi, I upgraded my MakeMSI version this morning and I now have a beep after each validation. I can't find differences in the msival2-redirected.txt file between...
Hi, ... after ... recommend ... My guess is that you are using a command prompt and did not start a new one since the MAKEMSI install, if you close the prompt...
... I'm building my MSI by right clicking the .MM files, I don't use any command line command to build (if any exist didn't check that), but yes I had 2...
Anyone got any suggestions for the following? I've got a basic build which works nicely, builds a big distribution from a lot of files. I'm now working in...
Hi, ... with ... I'll think about this (and haven't got time now) however I'd want to know what you expect for version 3 and 4. The easiest is that for version...
... Thinking about it a little more, a nice easy way to solve this (although I've no idea how hard it is in makemsi terms), would be to allow files in the MSI...
Hi, ... Nah.... However "tying to to Dumb" I just thought of a very easy solution. Copy V1 tree to a particular location. Copy V2 tree over the same location...
Hi, ... I decided I'd write something better and do some basic testing, see below (I've attached it also in case it gets mangled): #define FileSourceTemplate...
... Thanks - it gave me inspiration. I still think the selective overwriting would be better, as it saves me copying some big files around, but hey disk space...
Hello Dennis, Ditto (again) on the great job you are doing. Is there an easy way to add a link to the installation report? Right now I hard code the directory...
Hi, ... A lot of work goes into adding a single file, around 5 tables can be involved... However what we are physically doing can be logically done as well and...
Hi, ... Thats OK, neither do I! When I can't find something and I have a need I try to document it better or at least make it easier to find. ... Thats why...
Hi, Please read: http://www.labyrinth.net.au/~dbareis/makemsi/mergemod_dll.htm I've also improved the error message. Unless I hear otherwise this problem is...
You might remember this problem I passed on a while ago. ... pack 2, on a new notebook. He is getting some problems - anyone recognise these? ... upgraded it ...
I hope this message doesn't sound dumb, but I just loaded your makemsi tool and tested the tryme msi example and it worked fine. I'd like to create my own msi...