How to skip license dialog when customising MSI
Dear All,
I'm learning to Customize Citrix MSI. I want to remove license dialog and also to remove some features in the customized msi. I'm using install shield admin studio for customizing.I'm using setup design and deleting the features which I felt not necessary. Is this right? Secondly when I want to skip the license dialog I'm using Dialogs where trying to modify License_Dialog. But I dont know how to skip or modify this Dialog so that It wont appear in the cutomsized msi installation. Please any one suggest and help to learn these.
Many Thanks,
msv
I'm learning to Customize Citrix MSI. I want to remove license dialog and also to remove some features in the customized msi. I'm using install shield admin studio for customizing.I'm using setup design and deleting the features which I felt not necessary. Is this right? Secondly when I want to skip the license dialog I'm using Dialogs where trying to modify License_Dialog. But I dont know how to skip or modify this Dialog so that It wont appear in the cutomsized msi installation. Please any one suggest and help to learn these.
Many Thanks,
msv
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
andler
19 years ago
Hi MSV
I suggest you make a MST-file and customize this one. Never make changes to a original MSI !
In AdminStudio use the Tuner tool and make a new transform, and make it a Response Transform.
Then install your software using the command : msiexec.exe /I "mymsi" TRANSFORMS="mymst" /q[n][b-]
( /qb- makes your installation silent but with a visible progressbar, /qn- makes your installation silent )
Best Regards
andler
I suggest you make a MST-file and customize this one. Never make changes to a original MSI !
In AdminStudio use the Tuner tool and make a new transform, and make it a Response Transform.
Then install your software using the command : msiexec.exe /I "mymsi" TRANSFORMS="mymst" /q[n][b-]
( /qb- makes your installation silent but with a visible progressbar, /qn- makes your installation silent )
Best Regards
andler
Posted by:
msvkumar
19 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.