call setup.exe
I want to call setup.exe through blank msi. That setup.exe resides in my sourcefolder. I am using Wise Package Studio, i am new to packaging.
0 Comments
[ + ] Show comments
Answers (6)
Please log in to answer
Posted by:
cygan
13 years ago
http://itninja.com/question/faulttree-100480
is your setup microsoft or instsallshield
what command line switches are you using
is your setup microsoft or instsallshield
what command line switches are you using
Posted by:
taniya
13 years ago
Posted by:
darkfang
13 years ago
open your .wsi project, Go to MSI Script
Installation Mode : All Custom Action
In the action list, select one of the following :
Execute Program From Destination (Select this if you want to execute the setup.exe from a folder locally)
Execute Program From Installation (browse for your setup.exe, it will in the .msi temp folder during installation)
Execute Program From Installed File (setup.exe must be in your project)
I think "Execute Program From Installation" is the best case.
Detail Panel
Custom Action Name: Specify the custom action name
Exe file : Browse for your setup.exe
CmdLine : insert any command line if neccessary
Location :
Uncheck No Sequence
Sequence : Normal Execute Immediate/Deffered
Put your custom action anywhere you like in the sequence. If your want to execute the action at the end, put it right before InstallFinalize and click Add
Condition : If you want this custom action to be executed during installation only, type : NOT Installed
Properties Panel
Processing : Synchronous, Ignore Exit Code
Schduling : Always Execute
Another thing, check this link : http://itninja.com/blog/view/appdeploy.com->-training-videos->-custom-actions-with-wise-package-studio
Installation Mode : All Custom Action
In the action list, select one of the following :
Execute Program From Destination (Select this if you want to execute the setup.exe from a folder locally)
Execute Program From Installation (browse for your setup.exe, it will in the .msi temp folder during installation)
Execute Program From Installed File (setup.exe must be in your project)
I think "Execute Program From Installation" is the best case.
Detail Panel
Custom Action Name: Specify the custom action name
Exe file : Browse for your setup.exe
CmdLine : insert any command line if neccessary
Location :
Uncheck No Sequence
Sequence : Normal Execute Immediate/Deffered
Put your custom action anywhere you like in the sequence. If your want to execute the action at the end, put it right before InstallFinalize and click Add
Condition : If you want this custom action to be executed during installation only, type : NOT Installed
Properties Panel
Processing : Synchronous, Ignore Exit Code
Schduling : Always Execute
Another thing, check this link : http://itninja.com/blog/view/appdeploy.com->-training-videos->-custom-actions-with-wise-package-studio
Posted by:
elgwhoppo
13 years ago
If you are new to packaging and have Wise Package studio available to you, perhaps you should be asking a different question.
My first question to you is why do you want to install a setup.exe from an MSI? There are valid reasons, but using an MSI as a wrapper is not one of them. If the setup.exe is the installation file, you have plenty of options other than the one you suggested.You could repackage the installation into an MSI (preferred), or you could automate the installation with a respose file if the setup.exe supports it.
My first question to you is why do you want to install a setup.exe from an MSI? There are valid reasons, but using an MSI as a wrapper is not one of them. If the setup.exe is the installation file, you have plenty of options other than the one you suggested.You could repackage the installation into an MSI (preferred), or you could automate the installation with a respose file if the setup.exe supports it.
Posted by:
sourav
13 years ago
http://itninja.com/question/blackberry-3.6-must-run-setup.exe598&mpage=1&key=sourav籐
I hope this link would be helpful.
I hope this link would be helpful.
Posted by:
anonymous_9363
13 years ago
No disagreement here. Also, 'taniya', are you sure that the set-up stub doesn't contain an MSI already? To find out, clear out your %TEMP% folder (note: not %SystemRoot%\TEMP). Then run the stub but stop at the first screen, normally 'Welcome to [whatever lame product it is]". Check your %TEMP% folder for an MSI. If there's one there, copy it somewhere, rename it to something sensible (it will have been created with a randomly-created name in %TEMP%) and use that. To make changes to its actions, use a transform: you should never edit vendor-supplied MSIs.

so that the conversation will remain readable.