/build/static/layout/Breadcrumb_cap_w.png

issue with passing parameters into msi

I have a situation where I would like to deploy a couple of msi installers via GPO but I have the following problem:

runtime.msi requies a parameter passed to it or it wont install
winclient.msi has runtime.msi as a pre-req and wont install until runtime.msi is installed

[font="courier new"]call msiexec /i "%source%\runtime.msi" camos_dir="%programfiles%\camos"
call msiexec /i "%source%\winclient.msi"

The above two commands work fine, but since I can't pass in parameters in AD deployment I was wondering if there was someway to do this via a transform file for the runtime.msi

If this is possible please help!

0 Comments   [ + ] Show comments

Answers (5)

Posted by: cygan 14 years ago
Fifth Degree Brown Belt
0
call msiexec /i "%source%\runtime.msi" camos_dir="%programfiles%\camos"
is camos_dir not a property
I think it is
create a property in your mst with that value
then install the winclient msi first
Posted by: anonymous_9363 14 years ago
Red Belt
0
then install the winclient msi first We can't do that, as winclient.msi has runtime.msi as a pre-req and wont install until runtime.msi is installed
Posted by: thomasmccall 14 years ago
Yellow Belt
0
It works perfectly now - thankyou!!!
Posted by: thomasmccall 14 years ago
Yellow Belt
0
Yeah I spotted that also, however I assumed this was just a typo :-)
Posted by: cygan 14 years ago
Fifth Degree Brown Belt
0
We can't do that, as quote:

winclient.msi has runtime.msi as a pre-req and wont install until runtime.msi is installed


lol my mistake
well spotted
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ