... The "MsiFormatted <optional_parameters.htm>" parameter is provided to alter this, re-reading a failing command's documentation is one of the suggestions...
Hi, ... http://makemsi-manual.dennisbareis.com/minimal_examples_and_why_they_are_important.htm ... You code is not failing because of anything in the .ver file...
Hi, Please supply all files zipped up in an archive to ensure they arrive intact without any conversions by your or my email clients or web middleware...
Hallo, I have problem to understand the help files, because my English is not so good an new to use makemsi. I should like to create a simple msi file, to...
Hi, Unfortunately I can't change Windows Installer I have to work within its restrictions, break your single command into two commands the FIRST with the...
Hi, i need a funtion to set registrkeys by install the component and don't remove by uninstallind. i hope you can help my!!! Bye, Wolfgang ... within its ... ...
Hello, the installer of MakeMSI v08.257 has an "install instructions" button. That opens the MakeMSI manual in the InternetExporer window. Maybe it would be...
Hi, ... want as ... RegistryRead="Y"> ... I'll have a look at that, I was assuming IE would always be there but if there is a simple way to determine the...
Hello MakeMSI Mailing list, I encounter a strange issue here. When trying to add some custom radiobuttons (while using the example from the help file entry of ...
Hi, I started trying to enter your code but soon gave up. Please provide me with a minimal example of a complete script (for this and the radio button issue)...
Hi, I managed to isolate the problem and attached two archives to this message with my minimum examples. They are based on the TryMe sample file and only add a...
Hi, ... Table. ... Basically the Radio button control requires you to provide a default value for the property so you could add this line: <$Property "ANSWER8"...
Thanks for pointing out that the radiobutton issue needs to have a default property defined. Yet, I have a new question about dynamic dialog-based install ...
... in a dialog before I managed to get it to work with the following command: <$Dialog "debug dialog" Insert="anotherCustomDialog" Dialog="DlgTest"> ...
... The problem is you are missing msi build time time testing (#if) with msi install (run) time testing (feature being installed or now). As MAKEMSI now...
Hi, ... You can also simply look at a verbose log as I assume you intend this for debugging purposes: http://makemsi-manual.dennisbareis.com/logging.htm ...