MaWi Posted September 24, 2012 Report post Posted September 24, 2012 Hi, Not sure if this is the right forum, but I have a question about the Run Command Line step in a Task Sequence (SCCM 2007). What I would like to do is to use a vbscript that fills a Task Sequence variable OSDProofingTools that contains a subfolder name. Then, a Run Command Line step has to be executed that runs the following command: msiexec.exe /i .\%OSDProofingTools%\proof.msi /qb (e.g. .\Proof.nl\proof.msi, to install the Dutch Proofing Tools for Office 2007) My question now is, if this is possible at all, to use a custom Task Sequence variable in a Run Command Line step.. Thanks in advance. Kind regards, Mario Willart Quote Share this post Link to post Share on other sites More sharing options...
0 Peter33 Posted September 24, 2012 Report post Posted September 24, 2012 Why so complicated? Just run the installation from inside your script. Quote Share this post Link to post Share on other sites More sharing options...
Hi,
Not sure if this is the right forum, but I have a question about the Run Command Line step in a Task Sequence (SCCM 2007).
What I would like to do is to use a vbscript that fills a Task Sequence variable OSDProofingTools that contains a subfolder name.
Then, a Run Command Line step has to be executed that runs the following command:
msiexec.exe /i .\%OSDProofingTools%\proof.msi /qb (e.g. .\Proof.nl\proof.msi, to install the Dutch Proofing Tools for Office 2007)
My question now is, if this is possible at all, to use a custom Task Sequence variable in a Run Command Line step..
Thanks in advance.
Kind regards,
Mario Willart
Share this post
Link to post
Share on other sites