Hi, I am writing installers for two products. They both set the PATH with this code. <$Component "path" Create="Y" Directory_="INSTALLDIR_EXE"> ; enviroment ...
Hi, I just created 2 simple samples TryMe1 and 2 and installed them in order 1 then 2, this is the start of my path: C:\Program Files\AAA-TryMe2\;C:\Program ...
Hi, Assuming I want to add a file to an existing MSI , it should be under a "coponent context" and therefore reside inside a feature. the issue is that in case...
Hi, I'm trying to call the MM.CMD from a web script (PHP) , using a simple call for executing system command. yet , It seems that the control is not going back...
Hi, Thats why I mentioned adding your own feature in a previous email. If the file is always to be installed then create a new feature and component which is...
Hi, \C is certainly wrong, it needs to be /C. If its not "coming back" then that is a "PHP thing", I suggest trying a simple "MyTest.cmd". The batch file...
I'm just getting started using MAKEMSI and I have run into a problem. I'm hoping it is a simple mistake. I was able to build the TryMe.MM sample and verified...
... Better too much than too little. ... Your UpgradeCode GUID is invalid, ... The format of the .ver file is misleading, its not commented and the value is...
Well, my problem seems to be the GUID. Creating a new one resulted in the error. Using the one from TryMe worked. Changing one digit sill allowed it to...
Hi, ... See: http://makemsi-manual.dennisbareis.com/guid_generation.htm ... Hopefully you have MSIVAL2 installed or you manually verified the generated MSI so...
Hi, I have the following code in production, working as expected. Sorry that there are a lot of macros but the structure is the same. Perhaps comparing with...
Hi, Other things worth trying (after my verbose log idea), 1. Double check spelling of EXE 2. Use SYNC unless you have a good reason not too. 3. Don't ignore...
copied and modified TryMe.MM which worked fine. Then tried to add a shortcut to launch the application using an exe. Added and modified the example code given...
just downloaded this tool and successfully generated the TryMe.msi file. Then copied the .mm .mmh etc to my docs, renamed them and started to build my...
I'm rather new at using makemsi and am having difficulty creating an msi package for a windows XP hotfix that I want to deploy via GPO. Could someone please...
Hi, ... file. ... You need to change the "ProductName" in the ".ver" file, see: http://makemsi-manual.dennisbareis.com/versionfileproductsection.htm Bye, ...
Hi, I think that you have the code below duplicated more than once within your script, you can't install a file like "1.exe" twice into the same directory, and...
Hi, ... an ... Makemsi ... stuck ... work ... I will try to improve that part of the doco. No don't use that file, its a bit hard to explain as there are many...
Hi, ... It should work for any media type as you can specify the size, notice that the sample file has this line: #define COMPILE_CABDDF_MaxDiskSize ...
Hi Dennies, in the actual version 7.002 the MsiHiddenProperties are logged in msi logs. In the previous version I worked with (6.331) the are not logged. I you...
Hi, Sorry I'm confused. From the change history I can see I fixed the logging of the Dialog commands in MAKEMSI version 6.342, so the version you say works...
Hi, there is a DialogTemplate.mmh date 8Dec 2006. Here is my modified tryme.mm: ;---------------------------------------------------------------------------- ;...
Hi, ... The fix was to prevent MAKEMSI from logging the value, I can't do anything about Windows Installer. If its logging it must be an old version of...
I upgrade the MakeMsi from v05.310 to v07.002. And, try the new version with a old project (the project is work on v05.310). Then, I got the fatal error as...
Hi, ... The "LOG" directory tree will contain the zip stuff inclusing log but it will also be in the ".dbg" file in the "out" directory. I am interested in...
... on ... but it ... What means it ? I do not get it ! ... something. ... I just copy the zip.exe file into the MakeMsi folder, and rename it to izip.exe only...
Hi, ... Interesting, I haven't got "TZ" set so for some reason it needs it on your computer. What operating system have you got? What language is it? Thanks,...