/build/static/layout/Breadcrumb_cap_w.png

Intuit Inc. Quicken Deluxe 2007

Version: 16

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 2.9k  |  Created: 06/21/2007

Average Rating: 0
Quicken Deluxe 2007 has 1 inventory records, 0 Questions, 0 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (1)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 4 / 5 (Somewhat Difficult) based on 1 ratings
Most Commonly Reported Deployment Method
Windows Installer with Custom Transform (MST)
118
Note
Note: I used Installshield to create a transform...

1) edit Disk1\setup.ini, add to CMDLINE=TRANSFORMS=Q2007.mst

2) to pre-register; install and register Quicken natively to get the information in the .ini file.
Record the lines in documents and settings\all users\application data\intuit\quicken\config\quicken.ini,
the [Registration] section
In the transform, INI File Changes, modify or add to the Registration section to match what you recorded.

3) Getting rid of the 4 extra icons on the desktop

3a) CustomAction, vbscript, and the script contents are:
Set sho = CreateObject("Wscript.Shell")
Set fso = CreateObject("Scripting.FileSystemObject")
strAllUsers = sho.ExpandEnvironmentStrings("%ALLUSERSPROFILE%") & "\Desktop\"
f1 = "Best Card for Quicken Users - low APR, optional rewards program.url"
f2 = "Citibank e-Savings is a money market account only available online that earns a robust APY. Get Details..url"
f3 = "Free Credit Report and Score.url"
f4 = "One Month FREE - pay bills right from Quicken.url"
Set f1a = fso.GetFile(strAllUsers & f1)
f1a.Delete
Set f2a = fso.GetFile(strAllUsers & f2)
f2a.Delete
Set f3a = fso.getfile(strAllUsers & f3)
f3a.Delete
Set f4a = fso.GetFile(strAllUsers & f4)
f4a.Delete

3b) in Sequences, add the custom action to Installation Execute, with a condition of NOT REMOVE="ALL",
as the very last action (for me, it was Sequence Number 6653)

4) install using the install.exe; but it will use your transform if you've edited setup.ini
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

Quicken Deluxe 2007

Version

16

Questions & Answers (0)

Questions & Answers related to Intuit Inc. Quicken Deluxe 2007

Blogs (0)

Blog posts related to Intuit Inc. Quicken Deluxe 2007

Reviews (0)

Reviews related to Intuit Inc. Quicken Deluxe 2007

 
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