Hi,
Recording setup.iss file works fine.
But if I try to install 3DxWare (10.4.3) silent using setup.iss, I get the same error during install in log: Exitcode -3
What does it mean? Incomplete setup.iss file?
Can anybody give me the correct call for for command line and an example for a correct setup.iss file for this apllication?
Thanks for your help
10.4.3 Silent Installation using setup.iss
Moderator: Moderators
Re: 10.4.3 Silent Installation using setup.iss
below my setup.iss fileuragan wrote:Hi,
Recording setup.iss file works fine.
But if I try to install 3DxWare (10.4.3) silent using setup.iss, I get the same error during install in log: Exitcode -3
What does it mean? Incomplete setup.iss file?
Can anybody give me the correct call for for command line and an example for a correct setup.iss file for this apllication?
Thanks for your help
[InstallShield Silent]
Version=v7.00
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{BAFCA6AC-8B37-405B-B57E-C1D45DE70ACC}-DlgOrder]
Dlg0={BAFCA6AC-8B37-405B-B57E-C1D45DE70ACC}-SdWelcome-0
Count=4
Dlg1={BAFCA6AC-8B37-405B-B57E-C1D45DE70ACC}-SdLicense2-0
Dlg2={BAFCA6AC-8B37-405B-B57E-C1D45DE70ACC}-SetupType2-0
Dlg3={BAFCA6AC-8B37-405B-B57E-C1D45DE70ACC}-SdComponentDialogAdv-0
[{BAFCA6AC-8B37-405B-B57E-C1D45DE70ACC}-SdWelcome-0]
Result=1
[{BAFCA6AC-8B37-405B-B57E-C1D45DE70ACC}-SdLicense2-0]
Result=1
[{BAFCA6AC-8B37-405B-B57E-C1D45DE70ACC}-SetupType2-0]
Result=303
[{BAFCA6AC-8B37-405B-B57E-C1D45DE70ACC}-SdComponentDialogAdv-0]
szDir=C:\Program Files\3Dconnexion\3DxWare
Component-type=string
Component-count=12
Component-0=DefaultFeature
Component-1=FeatureComponents32Shared
Component-2=FeatureComponents64
Component-3=3DxWinCore64
Component-4=LADP64
Component-5=DemoPrograms
Component-6=3DxLcdApplets64
Component-7=3DxCollage
Component-8=3DxNLServer
Component-9=3DxTrainer
Component-10=3DxNX64
Component-11=3DxSolidEdge64
Result=1
[Application]
Name=3Dconnexion 3DxWare 10
Version=10.4.3
Company=3Dconnexion
Lang=0007
I think, the part after Selection of Components is missing and must be added manually to setup.iss file. Does anybody know an example for this last Dialogs?
Re: 10.4.3 Silent Installation using setup.iss
Hi uragan,
the 3DxWare installation package does not support unattended installs.
If you'd like to run an unattended install, we recommend customers to unpack the MSI packages from 3DxWare and use those instead.
the 3DxWare installation package does not support unattended installs.
If you'd like to run an unattended install, we recommend customers to unpack the MSI packages from 3DxWare and use those instead.
Uta
3Dconnexion
3Dconnexion
Re: 10.4.3 Silent Installation using setup.iss
Uta,
since there is the recommendation to extract the MSI install libraries, is there also a list of mandatory modules?
It would be great to have a list of modules to be installed for a specific device as the base.
In addition the modules recommended for a specific application would be good also.
May be there could be a install switch for the 3DxWinCore package that will trigger the installation of additional modules:
For example: 3DxWinCore.msi APP_INSTALL=NX, would install all modules needed to support Siemens NX, so that one could use SpaceNavigator, SpacePilot, SpaceMouse and CadMouse with it.
May be the application could be a comma separated list, like 3DxWinCore.msi APP_INSTALL=NX,PROE.
since there is the recommendation to extract the MSI install libraries, is there also a list of mandatory modules?
It would be great to have a list of modules to be installed for a specific device as the base.
In addition the modules recommended for a specific application would be good also.
May be there could be a install switch for the 3DxWinCore package that will trigger the installation of additional modules:
For example: 3DxWinCore.msi APP_INSTALL=NX, would install all modules needed to support Siemens NX, so that one could use SpaceNavigator, SpacePilot, SpaceMouse and CadMouse with it.
May be the application could be a comma separated list, like 3DxWinCore.msi APP_INSTALL=NX,PROE.
Stefan
