cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
sabeesh
Level 3

Custom Action command line args with selected feature

Hi All,
I have a installscript MSI project where i use a CA to execute some exe. I have in my projcest some 6 features. I need to pass the user selected features to exe through the command line args. Is there any way i can pass all the selected features and current installed state of each feature. Please help.
Labels (1)
0 Kudos
(1) Reply
Not applicable

Since you are using InstallScript MSI you have an option to run the InstallScript during feature installation\uninstallation. You can find this in Organizantion - >Features, click the Feature name, you have options like “OnInstallaing “… etc..
Using this you can achieve.
1. Create a function and export it.
2. Call the function using above option. In that function “LaunchAppAndWait() specify the parameter.
0 Kudos