/build/static/layout/Breadcrumb_cap_w.png

Autodesk Moldflow Adviser

Version: 2012

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 2.1k  |  Created: 02/18/2013 by: joeostrander

Average Rating: 0
Moldflow Adviser has 0 inventory records, 0 Questions, 0 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (2)

Most Common Setup Type
Legacy Setup with command line support
Average Package Difficulty Rating
Rated 2 / 5 (Somewhat Easy) based on 1 ratings
Most Commonly Reported Deployment Method
Vendor Provided Command Line (switch driven)
1
Script
ON ERROR RESUME NEXT
'Joe Ostrander
'2012.02.18


strServer = "yourserver.yourcompany.com"
strSerial = "123-12345678"
strProductKey = "123d1"
SourceDir = replace(WScript.ScriptFullName,WScript.ScriptName,"")
strRegVal = "REG.EXE ADD ""HKCU\Software\Autodesk\Moldflow Adviser\2012\Preferences\Internet"" /v AutoUpdate /t REG_DWORD /d 0"
strCMD = Chr(34) & SourceDir & "amapc.exe"" /sn=""" & strSerial & """ /pk=""" & strProductKey & """ /license=""network"" /networks=""" & strServer & """ /installnlm=""no"" /eulalang=""enu"" /verysilent"

Set WshShell = CreateObject("WScript.Shell")
Set fso = CreateObject("Scripting.FileSystemObject")

'If running 32bit, relaunch 64bit... so we edit 64bit registry
If fso.FileExists("c:\windows\sysnative\wscript.exe") Then
	'32 on 64...relaunch
	WshShell.run "c:\windows\sysnative\wscript.exe //nologo " & Chr(34) & wscript.scriptfullname & Chr(34),,True
	Wscript.quit
End If

'Disable Updates using (HKCU setting) using Active Setup
WshShell.Run strCMD,0,True
WshShell.RegWrite "HKLM\Software\Microsoft\Active Setup\Installed Components\GracoMoldFlowUpdatesOff\StubPath",strRegVal
WshShell.RegWrite "HKLM\Software\Microsoft\Active Setup\Installed Components\GracoMoldFlowUpdatesOff\Version","1"


Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Command Line

amapc.exe /sn="123-12345678" /pk="123d1" /license="network" /networks="yourserver.yourcompany.com" /installnlm="no" /eulalang="enu" /verysilent

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (0)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

Questions & Answers (0)

Questions & Answers related to Autodesk Moldflow Adviser

Blogs (0)

Blog posts related to Autodesk Moldflow Adviser

Reviews (0)

Reviews related to Autodesk Moldflow Adviser

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ