Hi, ... proper behavior and ... Oops, I meant to take that out before sending it to you :-) It was there to prevent expansion of the macro at the appropriate ...
Hi, I'm trying to port a 32-bit installer to 64 bit, and am very, very close. The only problem left to solve is that the installer is supposed to invoke one of...
Hi, ... close. The only problem left to solve is that the installer is supposed to invoke one of the newly-installed 64-bit executables. This fails, apparently...
... Yes, I read those two. They helped tremendously with resolving my other 64-bit problems; without those two, I wouldn't be anywhere near where I am now. Two...
hey Dennis I am working for the first time with MAKEMSI. Can u pls tell me how do i g about it since i am new to this technology. also i am working on a...
... Please read/follow: http://makemsi-manual.dennisbareis.com/quickstart.htm That will build a simple msi containing two or more files. Let me know if you...
I have to include two deploy files in a single exe command and those files have to be be located as per a location provided by the user. these files should be...
Hi, ... Just noticed something else I have't documented on the 64 bit page and that is the "64BitScript" custom action attribute. Try that, let me know how it...
... Just to follow up: It seems to work now with a few further changes that seem a bit odd. The sample code in MAKEMSI Installs... -> Samples Installed by...
Hi, ... that seem a bit odd. The sample code in ... I don't want it to use "TARGETDIR"! ... the Directory table that conforms, as near as I can tell, to the...
... I agree with you, as what I've done disagrees also with own my reading of the doco. The best sense I can make of it is that the doco is probably assuming...
It seems that MAKEMSI v09.153 now expects MSIDIFF to be installed, or at least that MSIDIFF_DIR be defined, because of the missing, trailing '?' in the new...
Hi, ... The retargetting solution I previously supplied worked didn't it? Except that you had an extra dir? If so a directory "alias" should resolved that...
Hi, ... ;;Empty to disable ... I missing something? No that is what I should have done and I am releasing a new version now to make that change. Thanks for...
Hi, ... package. This may indicate a problem with this package. The error code is 2228." ... change the File="" to File="test.txt", it works ok -- and the...
... Replacing your new find.mmh file in the MAKEMSI directory worked. I really appreciate your timely response (and fix!) BTW: I'm running XP Pro service pack...
I am having problems changing the default install directory at run time. If I modify the TryMe.MM file (after the #include "ME.MMH") to include the following: ...
... I also tried removing the quotes from ^[SOMEDIR]^ and got the following error: Location : line 36 of "C:\Program Files\MakeMsi\Samples\TryMe\Create MSI...
Hi, ... Directory_Parent, Key(s): INSTALLDIR ... PrimaryFolder="Y"> ... The error message is telling you to look at the "Directory" table, so using orca: ...
... ok. I used orca to modify the MSI. I added a new row in the Directory table with SOMEDIR in the Directory field and SourceDir in the DefaultDir field -- I...
Hi, ... scripts and get it to build (even with errors), then modify the MSI file to correct any errors. MAKEMSI will save us a lot of time in getting the MSI...
... I see now. I added the code from your previous link before the FindFile command: <$Property "SOMEDIR" Persist="Y" PersistHow="PRODUCT FOREVER"> ...
Dear MakeMSi users, I have a question not about MakeMSI. I have written the DLL and I can reguister it on computer manually using GACUTIL. But I need to...
Hi, ... Does this help?: http://tech.groups.yahoo.com/group/makemsi/message/2185 http://msdn.microsoft.com/en-us/library/aa370063(VS.85).aspx This is the MSI...
Is there any way to prevent the "Run from Source" option from being available to the user during installation? I've tried LocalOnly for components and features...
Hi, ... Sorry for the slow reply but I'm on holidays and haven't got as much internet access as I'd like... Local only on components should ensure exactly...