To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=80165
User is changed the following: What |Old value |New value ================================================================================ Assigned to|is |jsk -------------------------------------------------------------------------------- ------- Additional comments from [EMAIL PROTECTED] Mon Jul 30 08:22:26 +0000 2007 ------- The parameter for the setup is only "/a". Of course the Windows Installer msiexec.exe supports many, many more parameter. For the Windows Installer service you have to define the installation type (/a, /i, /jm, /ju, ...) and the database. Therefore the correct syntax is "msiexec.exe /a <database.msi". The setup is only a wrapper for the call of msiexec.exe, that only supports selected parameter. The file "setup.exe" is part of the installation set and reads the content of the file setup.ini, that is located next to the setup.exe. In this setup.ini This setup.ini contains all information required by setup.exe, also the name of the database in the installation set. Therefore you only have to start "setup /a". If you make the not supported call "setup.exe /a <database.msi>, the setup.exe gives the second parameter to the Windows Installer service, so that the wrong call is: msiexec.exe /a <database.msi> <database.msi> This leads to an error for the Windows Installer. Therefore you get the help dialog for the Windows Installer service, not for our setup. So this works fine. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]