Hi all, I am new to makemsi and currently studying it.I wrote a very simple msi script for creating the dialogue box(using mskemsi)and wantyed to get the...
Hi, ... There is a bug (introduced in the last release) which I'd be looking at if I wasn't answering this email :-) It only occurs if your MSI doesn't install...
Hi, Thanks for ur reply.but i am getting the same error again.I have added the #define COMPANY_WANT_TO_INSTALL_DOCUMENTATION N but still the error is there. ...
Hi, I assume I was right about you not installing files (you haven't said), if that is the case then if you stopped adding the doco why is it failing adding a...
This is probably pretty simple, but I have not been able to find it in the docs after doing several hours of searching. My probing through files like...
Wow, Dennis! That is everything I could ask for. Perfect! Many thanks. I am sure it is clear to you, but I really do not have any clear idea of what work you...
Hi, ... Thats pretty much it except at install time Windows Installer launches custom actions which you have written. Its probably worth spending a bit of time...
Hi, I want to add a path to the PATH variable. How to modify $PATH variable during installation? Thank you __________________________________________________ ...
Hi, Apart from the wide spread use of MAKEMSI within the company I work for I really don't have any idea as to the numbers of products packaged using it...
I would like to be able to have a feature with attributes of "FavorLocal" that will change to "do not install" (FavorSource?) if a RegistryRead finds that...
I have the following .mm file which installs a windows service. The installed runs fine, but when I try to start the service, it says the service times out...
Hi, ... Yes you can although these could be lost if the other package gets repaired etc, its best to let the original package set it up correctly. You can use...
Hi, ... The ... Hopefully you have read this page: http://users.cyberone.com.au/dbareis/makemsi/service_tips.htm ... Its possibly that that does more than just...
Hello all, I am a new user of makemsi and want to develope an msi file which will install application automatically.I read the queries of members of makemsi...
Hi, ... To test your code I sustituted your EXE with "C:\WINNT\system32 \notepad.exe" and it compiled and ran as expected during install. If any problems occur...
Hi all, Thanks a lot Dennis.My previos problem has solved.Thanks a lot Dennis.Now mu another goal is make the installtion automated.Means i don't want my...
Hello, Now i am stuck in another problem.I made an msi file by changing the tryme.mm file and named it as firt.mm.its running properly.I wanted to do some...
Hi, You'll need to have separate .VER files for each .MSI created. Inside the .VER file is a Guid.UpgradeCode value. Each package's UpgradeCode needs to be...
Hello, i'd like to create a *.msi File that first rename a folder and then creates a new folder. after that files on the *.msi file should copy into that new...
... Inside the .VER file is a Guid.UpgradeCode value. Each package's UpgradeCode needs to be unique. I use guidgen.exe to generate the new GUIDs and then...
Hi, ... The "MoveFile" table may be able to do so (it doesn't so so though), if not you'll have to write a Custom Action to do the renaming. Bye, Dennis...