LOOOOOONG Command lines...
Hello folks...
I am creating a wrapper which requires a long command line...You can only put so many in the wise script...What's the workaround?
I am creating a wrapper which requires a long command line...You can only put so many in the wise script...What's the workaround?
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
timmsie
13 years ago
create a variable that contains your command line and use that, for example
item: Set Variable
Variable=MSICMDLINE
Value=/i "%INST%\PreReqs\vc9_redist_x86.msi" TRANSFORMS="%INST%\PreReqs\SAP_Redistributable_Runtime_DLLs_VS2008_SP1(x86)_9.0.mst" /qb!
end
item: Execute Program
Pathname=%SYS%\msiexec.exe
Command Line=%MSICMDLINE%
Default Directory=%INST%\PreReqs
Flags=00000010
end
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.