cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
silangdon
Level 2

Automation with IS 2022 : binary format vs. XML (XML fails to open)

I'd like to use XML format Installshield files instead of the binary format (so I can check changes in text editors).

We use a number of scripts to automate some processes, they fail with XML format

(vbscript incoming ...)

Set pInstaller = Wscript.CreateObject("WindowsInstaller.Installer")
' Open the ISM File
Set pDatabase = pInstaller.OpenDatabase (strFileISM, msiOpenDatabaseModeTransact)

Msi API Error: OpenDatabase,DatabasePath,OpenMode

Any suggestions? Different interfaces / modes need using?

Labels (1)
0 Kudos
(0) Replies