/build/static/layout/Breadcrumb_cap_w.png

How do you get an msi to load an app/regkey/msi at end of installation

How do you get an msi to load an app/regkey/msi at end of installation. I have the need to load an application with a few switches after the msi has finnished, what are the different ways of doing this.

0 Comments   [ + ] Show comments

Answers (5)

Posted by: slb 18 years ago
Purple Belt
0
DanGay,
Upto my understandings...
To install another msi you can use nested msi installations
To include registry entries, if you want to do it only after the installation of msi then use a custom action to do it after the last sequence of msi.
To install another app you can use the same method of using custom action scripts.

Hope this helps.
Posted by: DanGay 18 years ago
Orange Belt
0
How dow i go about making a custom action? what it the standard layout of the code
Posted by: slb 18 years ago
Purple Belt
0
You can use VBScripts,third party exe's,... do right click on the Installation Designer tab - Custom actions field selected.

Simply refer the Help file SDK for detailed information.[8D]

Hope this helps.
Posted by: omookin 18 years ago
Senior Yellow Belt
0
I have a question. I'd like to add the product key to an existing MSI and add a folder to the package. What is/are the best way/s of doing this?. I have never used a custom action and my my VB scripting skill are basic to non-existent
Posted by: slb 18 years ago
Purple Belt
0
Creating a transform should solve both your problems. [:)]

Create a MST for the existing MSI and add the folder to whichever location you require.

Normally if you have an existing MSI which requires a product key then there should be a property in the property table named PIDKEY or so.. which you can pass the value through command line or set the values in the MST itself for this property. [;)]

HTH
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ