On the CD,
\DISK1\setup.exe /s
This will install the application silently.
You can then download the patch manually from Intuit
https://quicken.custhelp.com/cgi-bin/quicken.cfg/php/enduser/std_adp.php?p_faqid=7154
Once download, extract the file.. I used 7Zip for extracting
I have been unable to make this completely silent, but it does the entire install of the patch, then notifies you when done, you just have to click "Finish"
\PatchFolder\QWPATCH.EXE /S
If you must deploy to several computers, manually activate the software on a test computer, then copy the following directory from the test computer to all deployment computers to activate.
C:\Documents and Settings\All Users\Application Data\Intuit\Quicken\Config
I packaged this application using a batch file for installation.
in the batch file, i use the mentioned /S flag for the install, then have my batch file remove the web links from the All Users\Desktop path, and then apply the patch.
Again, as previously noted, the only interaction needed by the user is clicking on Finish after the patch installs.
Here is an example of the .bat file I created and use.
---------------
@echo off
echo "Quicken Deluxe 2009 Installing..."
"C:\Program Files\Install Files\Quicken2009Deluxe\DISK1\setup.exe" /s
del /Q "C:\Documents and Settings\All Users\Desktop\Best Card for Quicken users - Great NEW rewards.url"
del /Q "C:\Documents and Settings\All Users\Desktop\Free Credit Report and Score.url"
del /Q "C:\Documents and Settings\All Users\Desktop\One Month FREE - pay bills right from Quicken.url"
echo "Quicken Deluxe 2009 Patch Installing..."
"C:\Program Files\Install Files\Quicken2009Deluxe\patchfolder\QWPATCH.EXE" /S
echo "Quicken Deluxe 2009 Installed and Patched"
echo "Click on Finish to complete"
exit
This website uses cookies.
By continuing to use this site and/or clicking the "Accept" button you are providing consent
Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our
websites or when you do business with us. For more information about our
Privacy Policy and our data protection
efforts, please visit
GDPR-HQ