Disable MSI Custom Actions using Parameters
Hi,
Please let me know How to disable Custom Actions for Msi Using command line Parametrs/switches
without using Transform?
Thank you.
Regards,
Abhishek
Please let me know How to disable Custom Actions for Msi Using command line Parametrs/switches
without using Transform?
Thank you.
Regards,
Abhishek
0 Comments
[ + ] Show comments
Answers (7)
Please log in to answer
Posted by:
pjgeutjens
13 years ago
you should use a transform for this, but in general, open the msi in an editing tool (installshield/orca/InstEdit), go to the InstallExecuteSequence table, find the line for the customaction, and add a condition that is never true (my favorite is 1=2) and save
If the customaction is part of the graphical installation actions you'll find it in the InstallUISequence table instead of InstallExecuteSequence.
Rgds,
PJ
If the customaction is part of the graphical installation actions you'll find it in the InstallUISequence table instead of InstallExecuteSequence.
Rgds,
PJ
Posted by:
abhishek10abhi
13 years ago
Posted by:
pjgeutjens
13 years ago
Posted by:
anonymous_9363
13 years ago
Posted by:
Teitan
13 years ago
Posted by:
Arminius
13 years ago
VBScab (as usual) has a really good idea; it looks like, however, abhiskek wants to do this without a transform. Without editing the MSI, there's not much of a way unless you can find an existing condition that results in the custom action being called, and then pass the parameter to not meet that condition.
Posted by:
anonymous_9363
13 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.