DeRosty Posted December 7, 2004 Posted December 7, 2004 Any idea on switches. Trying to deploy via SMS. IE security may block web deployment.
PZine Posted July 18, 2008 Posted July 18, 2008 (edited) HelloMy way to install it unattended :create a batch file like this:@ECHO OFFREM IF EXIST %SYSTEMROOT%\System32\CMDOW.EXE CMDOW @ /HIDTITLE Macromedia Authorware WEB Player 2004.0.0.73 (Internet Explorer and Mozilla Firfox)ECHO Instalation in prograss... Please do not close this window...ECHO Adding support for Mozilla Firefox...IF NOT EXIST "%ProgramFiles%\Mozilla Firefox\plugins" MD "%ProgramFiles%\Mozilla Firefox\plugins" >nulCOPY /Y "%CD%\Mozilla\*.*" "%ProgramFiles%\Mozilla Firefox\plugins\" >nulECHO Adding supprot for Internet Explorer...START /WAIT RUNDLL32 setupapi.dll,InstallHinfSection DefaultInstall 0 %CD%\ActiveX\awswax.infREGSVR32 /S %SystemRoot%\system32\Macromed\AUTHORWA\awswax.ocxREGEDIT /S %CD%\awswax.regECHO.ECHO Decompressing Authorware Xtras...Xtras.exeECHO Instalation completed successful...EXITthe REG file contains the following lines:Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Ext\Stats][HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Ext\Stats\{15B782AF-55D8-11D1-B477-006097098764}][HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Ext\Stats\{15B782AF-55D8-11D1-B477-006097098764}\iexplore]"Type"=dword:00000001"Flags"=dword:00000004"Count"=dword:00000004"Time"=hex:d8,07,07,00,05,00,12,00,0a,00,1e,00,32,00,bb,00"Blocked"=dword:00000002if you do not want CMD window when install is in progress, remove remarks formbegining of batch file and leave rest of this line untouched. Tool called CMDOW.EXE must be in system32 folder.Folder "Mozilla" contains only one file - np32asw.dllGet him form Firefox plugin folder or download orginal installer (for Netscape/Mozilla)from adobe web page and decompress exe file using some tool for example universal extractor.folder "ActiveX" contains 3 files: np32asw.dll, awswax.inf, awswax.ocxfiles you can get from orginal ActiveX installation file form here: awswaxd.cabXtras.exe file contains all content of "%AppData%\Macromedia\Authorware Web Player\" - we can get if after first use of Authorware 7 - for example just test Authorware 7 onAdobe Test Pageoki thats' all. It works for me. Edited July 18, 2008 by PZine
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now