Jump to content

App Silently installs & then uninstalls


Recommended Posts

Ok i am doing an silent install of Quickbooks 2003 and running into a problem. The app uses installshield so i installed it copied the setup.iss and then hit the restart button. This app does not give you an option for yes or no on the restart. I then used the setup.iss to do a silent install. The app then installed silently but at the end it pops up a window completing installation and it then proceeds to uninstall the app. The reason i know this is because the icon for the app shows up on the desktop and then disappears. Any ideas anyone? Thanks Brian

Link to comment
Share on other sites


Here is that script:

ECHO.

ECHO Installing Quickbooks 2003

ECHO Please wait...

start /wait %systemdrive%\install\Applications\Quickbooks2003\QBooks\setup.exe -s -f1"%systemdrive%\install\Applications\Quickbooks2003\QBooks\setup.iss"

ECHO.

Here is the setup.iss file:

[installShield Silent]

Version=v6.00.000

File=Response File

[File Transfer]

OverwrittenReadOnly=NoToAll

[{AD46C591-FB19-11D5-A316-00104BD190B1}-DlgOrder]

Dlg0={AD46C591-FB19-11D5-A316-00104BD190B1}-QBSdWelcomeKeycode-0

Count=5

Dlg1={AD46C591-FB19-11D5-A316-00104BD190B1}-MessageBox-0

Dlg2={AD46C591-FB19-11D5-A316-00104BD190B1}-QBSdSetupTypeLong-0

Dlg3={AD46C591-FB19-11D5-A316-00104BD190B1}-QBSdLicenseAgreement-0

Dlg4={AD46C591-FB19-11D5-A316-00104BD190B1}-SdStartCopy-0

[{AD46C591-FB19-11D5-A316-00104BD190B1}-QBSdWelcomeKeycode-0]

Keycode=(REMOVED)

Result=1

[{AD46C591-FB19-11D5-A316-00104BD190B1}-MessageBox-0]

Result=1

[{AD46C591-FB19-11D5-A316-00104BD190B1}-QBSdSetupTypeLong-0]

SetupType=1

Result=1

[{AD46C591-FB19-11D5-A316-00104BD190B1}-QBSdLicenseAgreement-0]

Result=1

[{AD46C591-FB19-11D5-A316-00104BD190B1}-SdStartCopy-0]

Result=1

[Application]

Name=QuickBooks

Version=12.0

Company=Intuit

Lang=0009

Result=1

bOpt1=0

bOpt2=0

[{61D12B63-88AC-433B-B535-C0CD933686ED}-DlgOrder]

Count=0

[{9C0DE877-0FC4-4ABB-8473-736BD5FE3119}-DlgOrder]

Count=0

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...