niveknonrev
10-16-2012, 06:07 AM
I am very new to installshield so hopefully I am just overlooking something here.
I currently have a simple batch/cmd script that does the following:
takes 3 parameters on the command line
Uses those 3 parameters to create/edit an INI File
That INI file is then placed in the same directory as the MSI
then when the MSI is run it reads the INI file and runs silently etc.
everything works great.
The MSI is not mine it is a vendors.
I want to either transform or wrap this MSI with one of my own that can take on these 3 parameters and create/edit the INI file.
Assuming that is possible with InstallShiled - where do I even start?
How can I manipulate the INI file before executing the original MSI?
I currently have a simple batch/cmd script that does the following:
takes 3 parameters on the command line
Uses those 3 parameters to create/edit an INI File
That INI file is then placed in the same directory as the MSI
then when the MSI is run it reads the INI file and runs silently etc.
everything works great.
The MSI is not mine it is a vendors.
I want to either transform or wrap this MSI with one of my own that can take on these 3 parameters and create/edit the INI file.
Assuming that is possible with InstallShiled - where do I even start?
How can I manipulate the INI file before executing the original MSI?