required Single line script
Hi,
The client for which I am working, has a std of triggering installation through single line script. right now he is using script like below:
set shell1 = createobject("WScript.Shell")
shell1.exec "msiexec.exe /i test.msi TRANSFORMS=test.mst"
if i want to put patch in this script test1.msp, and test2.msp, from test1 and test2 folders respectively, then how can we write this script?
We have test.msi,test.mst, test1 folder[including test1.msp], test2 folder[including test2.msp]
please guide
The client for which I am working, has a std of triggering installation through single line script. right now he is using script like below:
set shell1 = createobject("WScript.Shell")
shell1.exec "msiexec.exe /i test.msi TRANSFORMS=test.mst"
if i want to put patch in this script test1.msp, and test2.msp, from test1 and test2 folders respectively, then how can we write this script?
We have test.msi,test.mst, test1 folder[including test1.msp], test2 folder[including test2.msp]
please guide
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
anonymous_9363
14 years ago
Posted by:
abking99
14 years ago
Posted by:
anonymous_9363
14 years ago
Part of your job as a packager is education. Just because they want it that way doesn't make it the right way. Hell, why even bother using MSI? What was wrong with XCOPY? Anyway...whatever...
Use the standard patch syntax:
Use the standard patch syntax:
/P <path_to_and_name_of _MSP>;<path_to_and_name_of _MSP>;<path_to_and_name_of _MSP>
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.