Re: [Unattended] installing from a .msi file

2004-10-13 Thread Jay Lee
Tomasz Chmielewski said: Hello, I have some programs with MSI installers (.msi). How can I install them using unattended - what should I put to a .bat file? Something like: todo.pl msiexec /norestart /passive /i your.msi would be a start. The /norestart prevents the program from

[Unattended] installing from a .msi file

2004-10-12 Thread Tomasz Chmielewski
Hello, I have some programs with MSI installers (.msi). How can I install them using unattended - what should I put to a .bat file? Tomek --- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your

Re: [Unattended] installing from a .msi file

2004-10-12 Thread Soeren Nils Kuklau
Tomasz Chmielewski wrote: Hello, I have some programs with MSI installers (.msi). How can I install them using unattended - what should I put to a .bat file? Use `msiexec'. See http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/msiexec.mspx for more information.

Re: [Unattended] installing from a .msi file

2004-10-12 Thread Gerhard Hofmann
Tomasz Chmielewski wrote: Hello, I have some programs with MSI installers (.msi). How can I install them using unattended - what should I put to a .bat file? Tomek Here are some explanations about how to use msiexec command: http://unattended.sourceforge.net/installers.html The unattended Wiki