Installation & Licensing
Welcome to Autodesk’s Installation and Licensing Forums. Share your knowledge, ask questions, and explore popular Download, Installation, and Licensing topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

help with setup.ini and deployment.

1 REPLY 1
Reply
Message 1 of 2
BIMologist_
1811 Views, 1 Reply

help with setup.ini and deployment.

In the past I have been successful in messing around and geting the setup.ini file modified to install my application after Autocad installs the deployment. This way I get a one click install. Now in 2008 it does not seem to work, even though I tried replkicating the setup.ini in my ACAD2008.ini file (the deployment ini)


#==================== Install Execute & UI Sequence

EXE_SEQUENCE=ACAD;DWFV;DWGCOMPARE;GBBNINST;GBBNNONET
UI_SEQUENCE=WelcomeDlg;BeginDeploymentDlg;ProductSelectionDlg;LicenseDlg;UserInformationDlg;LogSettingDlg;ConfirmSetupDlg;ACAD;DWFV;DWGCOMPARE;GBBNINST;GBBNNONET;FullProgressDlg;InstallCompleteDlg;DeploymentCompleteDlg;DeploymentFailedDlg

#==================== GBBNINST

[GBBNINST]
PRODUCT_NAME=GBBN 2008 Customizations
EXE_PATH=GBBN\GBBNINST2008.exe
EXE_PARAM=/silent
ACTION=INSTALL
IGNORE_FAILURE=YES
PATCHES=
PATCH_STATE=
LOG=%tmp%\gbbninst.log
INSTALL_TYPE=4

#==================== GBBNNoNet

[GBBNNONET]
PRODUCT_NAME=GBBNNONET
EXE_PATH=GBBN\GBBNNONET2008.exe
EXE_PARAM=/verysilent
ACTION=INSTALL
IGNORE_FAILURE=YES
LOG=%tmp%\GBBNNONET.log
INSTALL_TYPE=4

The deployment will not launch it at the end of the install. I looked at the Setup.ini and it does similar thing as well with suplemental tools, like SAMReport etc. But it wont work for mine. ANy help would be great
Thanks


BIMologist / Dr. Revit
Approved Autodesk Services Marketplace provider - BIM Consulting

EESignature


If you find this reply helpful, please use the Accept Solution or Like button below
1 REPLY 1
Message 2 of 2
Anonymous
in reply to: BIMologist_

Hi naumanmy

I know its a bit late to reply...but anyway
I got this to work for Revit 2008 with an MSI or EXE file and its even more easy in 2009...this its just a msi or exe file that change the ini and copy some content files...
#==================== Install Execute & UI Sequence

EXE_SEQUENCE=REVIT;RAC2008ServerUser
UI_SEQUENCE=WelcomeDlg;BeginDeploymentDlg;ProductSelectionDlg;LicenseDlg;LogSettingDlg;ConfirmSetupDlg;REVIT;RAC2008serveruser;FullProgressDlg;InstallCompleteDlg;InstallFailedDlg;DeploymentCompleteDlg;DeploymentFailedDlg


#==================== REVIT Postrequisite (made this up in 2008, but in 2009 its already there)
[RAC2008ServerUser]
PREREQUISITE=REVIT
PRODUCT_NAME=RAC2008ServerUser
EXE_PATH=support\User\RAC2008 serveruser.exe
EXE_PARAM=/silent
ACTION =INSTALL
IGNORE_FAILURE=YES

==================== REVIT

[REVIT]
REMOVE_PREV_VERSION=YES
PREREQUISITE=MSI;DOTNET20;DWFV;IE
POSTREQUISITE=RAC2008ServerUser
#PREREQUISITE=MSI;DOTNET20;DWFV;MSIEngine;IESVE
PRODUCT_NAME=Revit Architecture 2008
PRODUCT_ICON=RevitSetup\RevitBuildingSeries\revit.ico
LOG=%tmp%\Revit Architecture 2008 Install.log
EXE_PATH=RevitSetup\RevitBuildingSeries\Autodesk Revit.msi
EXE_PARAM=
ACTION=INSTALL
REMOVE_PATH=
ROLLBACKABLE=YES
USE_EXTERNAL_UI=YES
USE_MEDIA=YES
UI_SEQUENCE=SelectInstallTypePage;AppPreferencesPage;LicenseTypePage;SerialNumberPage;DefineFileLocationPage;OnlineResourcesPage;ConfigCompletePage.....
.......
PATCH_STATE=

Hope this helps

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Administrator Productivity


Autodesk Design & Make Report