Silent installation of MFC 2012 SP1 fails

Silent installation of MFC 2012 SP1 fails

Anonymous
Not applicable
3,043 Views
2 Replies
Message 1 of 3

Silent installation of MFC 2012 SP1 fails

Anonymous
Not applicable

I have been deploying MFC 2010 and 2011 in the past without problems, but MoldFlow Communicator 2012 SP1 fails.

 

I am using the following command line:

amcpc.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /LOG /NORESTART

 The log file contains the following:

2012-04-03 15:11:52.887   Log opened. (Time zone: UTC+02:00)
2012-04-03 15:11:52.887   Setup version: Inno Setup version 5.2.3
2012-04-03 15:11:52.887   Original Setup EXE: \\Haidlfs02\Software$\Moldflow\2012\Autodesk_Moldflow_2012_Multilingual_Win_32-64bit_Linux_64bit\amc2012\windows\amcpc.exe
2012-04-03 15:11:52.887   Setup command line: /SL5="$F0086,127077574,424448,\\Haidlfs02\Software$\Moldflow\2012\Autodesk_Moldflow_2012_Multilingual_Win_32-64bit_Linux_64bit\amc2012\windows\amcpc.exe" /SP- /VERYSILENT /SUPPRESSMSGBOXES /LOG /NORESTART 
2012-04-03 15:11:52.887   Windows version: 5.01.2600 SP3  (NT platform: Yes)
2012-04-03 15:11:52.887   64-bit Windows: No
2012-04-03 15:11:52.887   Processor architecture: x86
2012-04-03 15:11:52.887   User privileges: Administrative
2012-04-03 15:11:52.897   64-bit install mode: No
2012-04-03 15:11:52.897   Created temporary directory: C:\DOKUME~1\ADMINI~1\LOKALE~1\Temp\is-S73FS.tmp
2012-04-03 15:11:53.659   Failed to proceed to next wizard page; aborting.
2012-04-03 15:11:53.659   Got EAbort exception.
2012-04-03 15:11:53.659   Deinitializing Setup.
2012-04-03 15:11:53.659   Log closed.

 I think this is due to checking for 3Dconnexion.

A manual installation just works fine, but I won't run arond in the company and install ~50 systems manually.

 

Thanks in advance for any pointers,

Stefan

0 Likes
Accepted solutions (1)
3,044 Views
2 Replies
Replies (2)
Message 2 of 3

Derek_Hain
Alumni
Alumni
Accepted solution

Hello Stefan

I spoke with one of the developers and got the follwing information. Hopefully this will work, if not their is a new release of 2013 communicator  that shoudl be avalable for download soon.

 

comment:

 

Since 2012, we had have added Eula agreement, which is mandatory. So if the install command line is same as cited previously, but having for example

/eulalang=”enu” SP- /VERYSILENT /SUPPRESSMSGBOXES /LOG /NORESTART
will make the jobJ

 

regards



Derek Hain
Support Specialist
Product Support
Autodesk, Inc.

Message 3 of 3

Anonymous
Not applicable

Hello Derek,

 

Adding the switch /eulalang="enu" solved the problem, thanks for the hint.

 

Where can I find information about the commandline switches for the installer, which are not standard Inno Setup switches?

 

Thanks for the fast solution.

0 Likes