Nested Installation...Pls help..
Hi
I am installingRational Robot(msi). While installing this msi ,I get a message box prompting me to run ISScript.msi prior to this installation.
ISScript is available asisscript1050.msi
So i tried the following
In CustomAction table add
Actions | Type| Source | Target |
-----------------------------------------------------------------------
Install_ISScript | 23 | isscript1050.msi | |
UnInstall_ISScript | 23 | isscript1050.msi | REMOVE="ALL" |
in InstallExecuteSequence table add
Actions | Condition | Sequence |
-----------------------------------------------------------------------
Install_ISScript | Not Installed | 6700 |
UnInstall_ISScript | REMOVE="ALL" | 1402 |
BUT STILL I AM GETTING THE SAME MESSAGE BOX .
Want to know if the rows added r incorrect..
Pls help..
I am installing
ISScript is available as
So i tried the following
In CustomAction table add
Actions | Type| Source | Target |
-----------------------------------------------------------------------
in InstallExecuteSequence table add
Actions | Condition | Sequence |
-----------------------------------------------------------------------
BUT STILL I AM GETTING THE SAME MESSAGE BOX .
Want to know if the rows added r incorrect..
Pls help..
0 Comments
[ + ] Show comments
Answers (6)
Please log in to answer
Posted by:
cygan
17 years ago
have a look at http://support.microsoft.com/kb/306439
and you can also go to www.wise.com go to the support/ knowledge base and type in nested msi
i have created lots of nested msi's with no problems at all
hope this helps
cheers
and you can also go to www.wise.com go to the support/ knowledge base and type in nested msi
i have created lots of nested msi's with no problems at all
hope this helps
cheers
Posted by:
Coriolus
17 years ago
Is this a repackaged MSI or vendor's? If the latter then usually when there is a'ISScript' file this means ther is also a setup.exe wrapper that calls the main MSI file. IF that is the case just use the setup.exe and use the /v option to send MSI commands to the installation.
To perform an unattended installation using a Basic MSI installer, you provide the /s /v"..." switches, where ... represents any additional switches you want to pass down to msiexec. These should include the /qb (or /qn) switch to make the installation non-interactive, so a minimal invocation would be: setup.exe /s /v"/qb"
Hope that helps..
To perform an unattended installation using a Basic MSI installer, you provide the /s /v"..." switches, where ... represents any additional switches you want to pass down to msiexec. These should include the /qb (or /qn) switch to make the installation non-interactive, so a minimal invocation would be: setup.exe /s /v"/qb"
Hope that helps..
Posted by:
turbokitty
17 years ago
Posted by:
nheim
17 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.