Hi guys!
I'd like to update a msi-package with a msp - patch.
I do that as follows:
' Path of the msp-file
fullPathMsp = """X:\IMG\ETOKEN\V200\REF0001\ETOKENSERVER\TMS 2.0SP3\TMS2SrvSP3.msp"""
' Path of the msi-file
fullPathMsi = """X:\IMG\ETOKEN\V200\REF0001\ETOKENSERVER\TMS 2.0\TMS_server_2.0.msi"""
'Execute
cmd = "msiexec /p " & fullPathMsp & " /a "& fullPathMsi & " SHORTFILENAMES=True"
Does anyone of you know what I'm doing wrong?
Best regards,
enne
I'd like to update a msi-package with a msp - patch.
I do that as follows:
' Path of the msp-file
fullPathMsp = """X:\IMG\ETOKEN\V200\REF0001\ETOKENSERVER\TMS 2.0SP3\TMS2SrvSP3.msp"""
' Path of the msi-file
fullPathMsi = """X:\IMG\ETOKEN\V200\REF0001\ETOKENSERVER\TMS 2.0\TMS_server_2.0.msi"""
'Execute
cmd = "msiexec /p " & fullPathMsp & " /a "& fullPathMsi & " SHORTFILENAMES=True"
Does anyone of you know what I'm doing wrong?
Best regards,
enne