Silent install
Hello everybody,
I am trying to install a Directive Derivatives vendor MSI. However I am unable to install this in silent mode.
There is a messagebox opening that says: "To run a silent install you must either specify a response file or override this event (OnMsiSilentInstall()) and provide your own implementation. Setup will now end."
I can't use a response-file because i'm not allowed to ditribute a setup.exe with my installation. Only msi and cab-files are allowed (plus a cmd-file for parameters).
How can i override the event OnMsiSilentInstall()? Or is/are there another solution for my problem?
Help would be welcome.
Thanks
Jay
I am trying to install a Directive Derivatives vendor MSI. However I am unable to install this in silent mode.
There is a messagebox opening that says: "To run a silent install you must either specify a response file or override this event (OnMsiSilentInstall()) and provide your own implementation. Setup will now end."
I can't use a response-file because i'm not allowed to ditribute a setup.exe with my installation. Only msi and cab-files are allowed (plus a cmd-file for parameters).
How can i override the event OnMsiSilentInstall()? Or is/are there another solution for my problem?
Help would be welcome.
Thanks
Jay
0 Comments
[ + ] Show comments
Answers (10)
Please log in to answer
Posted by:
WiseGuyVT
18 years ago
Posted by:
TheWindyCity
18 years ago
Posted by:
Lillude
18 years ago
there might be a custom action which is calling this event.......you need to find out which customs action is calling this...........
Custom action can be dissabled but need to make sure that app installed with custom action and without custom action are same and have nothing different.....just to ensure that custom action does'nt install something extra
Custom action can be dissabled but need to make sure that app installed with custom action and without custom action are same and have nothing different.....just to ensure that custom action does'nt install something extra
Posted by:
slb
18 years ago
Posted by:
YatesAG
18 years ago
Posted by:
Btill
16 years ago
The Thread did not have any solution, so here is what I did when I was getting the same dialog box saying, "To run a silent install you must either specify a response file or override this event (OnMsiSilentInstall()) and provide your own implementation. Setup will now end.".
http://itninja.com/blog/view/7.8-gigabyte-size-limit-in-nt''s-ntfs4
Step 1 is needed and Step 2 was needed.
Step 1, add to the Property table, "ISSETUPDRIVEN" as is stated with a value of 1.
Step 2, I located the custom action with "OnCheckSilentInstall" and comment out 3 lines that made up the action.
The first line was the IF statement, the second line had a Function CheckSilentInstall (OnCheckSilentInstall) and the third line was a closing End for the IF statement.
For both steps I made the update in the MSI.
Take care.....
http://itninja.com/blog/view/7.8-gigabyte-size-limit-in-nt''s-ntfs4
Step 1 is needed and Step 2 was needed.
Step 1, add to the Property table, "
Step 2, I located the custom action with "
For both steps I made the update in the MSI.
Take care.....
Posted by:
anonymous_9363
16 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.