After reading the doco, I'm still noch really sure, how the seq(uence) timing works. So, if I have: Seq="RegisterMIMEInfo-WriteRegistryValues" Does this mean,...
Hi, ... YES. Also the chosen location will be as close to "RegisterMIMEInfo" as possible. ... Yes and this wwould also work: Seq="<-WriteRegistryValues" Which...
In the install process I add a printer connections via registry entries. To ensure the proper installation of a printer (without a reboot) with that newly...
As added information ORCA shows the following information: ServiceControl: spooler Name: spooler Event: 51 Arg: Wait: 1 Component_: Comp_redmon The Event with...
Hi, Things to check: 1. See if the event log (check app and system) for related messages, perhaps the msi is trying to start the spoller but failing. 2. You...
When I run my MakeMSI-created MSI, I often get the window: Files in Use: Some files that need to be updated are currently in use. It lists several open...
Hi, I don't know too much about the mechanism except the dialog (if it appears) may not show up if it can't determine the application that has a file in use. ...
Thanks for the reply. You may have misunderstood part of my question. I don't want to kill any programs because none of them actually need to be closed for my...
Hi all I'm new to MakeMSI and still trying to learn how everything works. Right now, I'm struggling to figure out how to use the input from install time user...
Hi, I don't have time to look at this now but this example from the doco is close to what you need to do. To use a property Window Installer forces us to do...
Thank you Dennis! Your example solved my problem. For future reference, this is how I've changed my MM script: #data "dDBNAME" "Database" "[DBNAME]" #data ;---...
... 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...