MSFN Forum: Quicken 2005 silent install help pls - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Quicken 2005 silent install help pls Rate Topic: -----

#1 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 18 November 2004 - 10:36 AM

Does anyone know how to silently install Quicken 2005. (Installshield)

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 Image


#2 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 18 November 2004 - 03:12 PM

Well, installshield has a standard method mentioned in the msfn guide. I don't know if the newer versions that create MSI installers have changed, but this is what I do for most IS-based installers:

1. Check that C:\Windows does not have any file by name setup.iss
2. Confirm that quicken 2005 (or NAME_OF_APP_HERE) is not already installed.
3. Run the setup.exe with "-R" switch.
CMD window:
D:\temp\quicken_path\setup.exe -R
4. 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).
5. Now copy C:\Windows\setup.iss to your folder where the setup.exe is (i.e., if D:\temp\quicken_path\setup.exe is present, then D:\temp\quicken_path\setup.iss too right there). If there is already a setup.iss present there, then rename that to something else.
6. Now use the "-s" switch for silent install, it will pick-up parameters from the setup.iss in its own directory.
%systemdrive%\quicken_path\setup.exe -s

7. That's all.



If you want to make things complicated, then you can even have the response file named as something else, and use the "-f2" switch.
D:\temp\quicken_path\setup.exe -s-f1"D:\temp\quicken_path\quicken.iss"
But its better to not do it.

#3 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 18 November 2004 - 03:16 PM

If it does not work in the way said above, do this:

1. Run the setup.exe (remember: setup.exe, *NOT* the MSI) with "/A" switch to make an admin-install point.
2. Put this admin-install point onto your CD (delete the previous folder from which you ran the /A), and run the setup.exe with "/QB" switch.

Hoping this helps....

#4 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 18 November 2004 - 03:30 PM

prathapml

thank u using your first method of using setup.exe -R i was able to make the setup.iss file.

but when i tried to run the setup.exe -s

here are the unfavorable results that happened.

1. no quicken uinstall in add/remove programs
2. no startup quicken in start/programs/menu

the program icon appears on the desktop as far as i know it is fully functional.

the second method of admin point did not work
it created a folder with a msi but no setup.exe

will keep trying to figure this out

#5 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 24 November 2004 - 12:09 PM

can someone take a look at their Quicken 2005 and tell me how to solve this issue thanks

#6 User is offline   staples 

  • Junior
  • Pip
  • Group: Members
  • Posts: 61
  • Joined: 15-October 04

Posted 01 December 2004 - 06:26 AM

first you have to install the installshield script engine
msiexec /i isscript.msi /qb

Then you have to envoke the installshield msi (issetupdriven=1 fakes it out by telling that the installshield setup.exe is running it).
msiexec /i Quicken 2005.msi issetupdriven=1 /qb

I am still working on the rest. It still does not fully install. I think a couple custom actions must go.

#7 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 01 December 2004 - 06:31 AM

thanks staples, i was able to install it silently but

no add/remove option
no start / programs shortcuts

#8 User is offline   staples 

  • Junior
  • Pip
  • Group: Members
  • Posts: 61
  • Joined: 15-October 04

Posted 01 December 2004 - 06:57 AM

final quiet msi command strings for quicken 2005


msiexec /i "isscript.msi" /qb
msiexec /i "Quicken 2005.msi" issetupdriven=1 allusers=1 installlevel=1 reboot=reallysuppress /qb

This will have quicken 2005 in the add remove programs and also all the links appear. The only issue is that the icon for quicken 2005 is not correct to fix the icon you have to copy quicken.ico out of the acp to C:\Program Files\Quicken directory.

#9 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 01 December 2004 - 07:03 AM

:thumbup I will test it now!!! yahoo!!!

your GREAT!

#10 User is offline   staples 

  • Junior
  • Pip
  • Group: Members
  • Posts: 61
  • Joined: 15-October 04

Posted 01 December 2004 - 07:18 AM

Complete Quicken 2005 MSI install instructions

Off of the CD (or if you have another method you will have to look for it). There should be a directory with the following files "Quicken 2005.msi" and "isscript.msi".

Run the following command to create the acp.
msiexec /a "D:\DISK1\Quicken 2005.msi" shortfilenames=true targetdir=c:\q2005 /qb

This will create the admin control point in c:\q2005 directory (you can move or rename it after you create it). This admin control point is your new install point (where you will install in the future). It can be move you a server or another pc.

Copy the "isscript.msi" file to the c:\q2005 directory.

To perform the install off of the admin control point run the following command (batch file).

@echo off
msiexec /i "isscript.msi" /qb
msiexec /i "Quicken 2005.msi" issetupdriven=1 allusers=1 installlevel=1 reboot=reallysuppress /qb
copy /Y PROGRA~1\Quicken\quicken.ico "C:\Program Files\Quicken\*.*"
echo done installing Quicken 2005
pause

#11 User is offline   fly2279 

  • Newbie
  • Group: Members
  • Posts: 47
  • Joined: 29-November 03

Posted 19 July 2005 - 05:57 PM

Could you use this for RunOnceEx? If you start the isscript.msi with runonce and then call the Quicken2005.msi file in the same instance like this?:
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


If this won't work please help...

This post has been edited by fly2279: 19 July 2005 - 05:58 PM


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy