DeLorme XMAP installation issue
While the application installs with setup.exe, installs as expected.
Installed pre-reqs : VC++ , dotnetframework and SQLEXPRESS2008 seperately using respaectibg command lines as below:
"%~dp0XMap_7_Professional\delormeprerequisites\dotnetfx35.exe" /qb /norestart
"%~dp0XMap_7_Professional\delormeprerequisites\vcredist_x86.exe" /q
"%~dp0XMap_7_Professional\delormeprerequisites\SQLEXPR_x86_ENU.exe" /QUIET /HIDECONSOLE /ACTION=install /FEATURES=SQL,RS /SQLSVCACCOUNT="NT AUTHORITY\SYSTEM" /AGTSVCACCOUNT="NT AUTHORITY\SYSTEM" /ASSVCACCOUNT="NT AUTHORITY\SYSTEM" /RSSVCACCOUNT="NT AUTHORITY\SYSTEM" /ADDCURRENTUSERASSQLADMIN /INSTANCENAME=MSSQLSERVER
Then installed "DeLorme XMap 7.msi" which will fail to install.
Please let me know silent installation command/msi install command.
Thanks in advance!
Answers (1)
If it uses an MSI, you can use /q. Often you will need /qn or /qb. More information on MSI options can be found at these links based on the age of the msi package.
http://support.microsoft.com/kb/314881
http://msdn.microsoft.com/en-us/library/windows/desktop/aa367988(v=vs.85).aspx
http://msdn.microsoft.com/en-us/library/windows/desktop/aa372024(v=vs.85).aspx