I found a msi file that launches the installation but.
here is the error i get when i try to use /quiet to install silently
Posted 18 November 2004 - 10:36 AM
Posted 18 November 2004 - 03:12 PM
CMD window: D:\temp\quicken_path\setup.exe -R4. Complete the setup, as you do normally (keep in mind that you should *NOT* agree for a restart, otherwise it will restart the PC after installing itself during the Windows setup - and that's not at all nice).
%systemdrive%\quicken_path\setup.exe -s
D:\temp\quicken_path\setup.exe -s-f1"D:\temp\quicken_path\quicken.iss"But its better to not do it.
Posted 18 November 2004 - 03:16 PM
Posted 18 November 2004 - 03:30 PM
Posted 24 November 2004 - 12:09 PM
Posted 01 December 2004 - 06:26 AM
Posted 01 December 2004 - 06:31 AM
Posted 01 December 2004 - 06:57 AM
Posted 01 December 2004 - 07:18 AM
Posted 19 July 2005 - 05:57 PM
REG ADD %KEY%\055 /VE /D "Quicken Home & Business 2005" REG ADD %KEY%\055 /V 1 /D "msiexec /i "%systemdrive%\Install\Quicken\isscript.msi" /qb" /f REG ADD %KEY%\055 /V 2 /D "msiexec /i "msiexec /i "%systemdrive%\Install\Quicken\Quicken 2005.msi" issetupdriven=1 allusers=1 installlevel=1 reboot=reallysuppress /qb" /f
This post has been edited by fly2279: 19 July 2005 - 05:58 PM