IPB

Google Frontpage Forums Unattended CD/DVD Guide

> Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules

9 Pages V  « < 6 7 8 9 >  
Reply to this topicStart new topic
> [Release] Adobe Shockwave Player 11.0.0.465, full MSI without the bs
Shark007
post Jun 20 2008, 09:52 PM
Post #141


Repackaging Specialist
Group Icon

Group: Software Developers
Posts: 2762
Joined: 7-January 04
From: Northern Ontario
Member No.: 12065
OS: Vista Ultimate x64
Country Flag




updated release posted. The issue presented above has been corrected.


shark
Go to the top of the page
 
+Quote Post
sam13484
post Jun 20 2008, 10:56 PM
Post #142


Member
**

Group: Members
Posts: 115
Joined: 20-October 04
Member No.: 34324



Many thanks!
Go to the top of the page
 
+Quote Post
elajua
post Jun 20 2008, 11:22 PM
Post #143


Custom Installer Maker
******

Group: Members
Posts: 1063
Joined: 16-April 05
From: The chair in front of Cleopetra
Member No.: 52266
OS: Vista Ultimate x86
Country Flag


thanks for the correction.
Go to the top of the page
 
+Quote Post
PZine
post Jul 7 2008, 12:09 PM
Post #144





Group: Members
Posts: 2
Joined: 7-July 08
Member No.: 199720
OS: XP Pro x86
Country Flag


Hello, Im new on the forum, i just download the msi file and i have a problem with "Adobe Shockwave Player.msi" (date 21.06.2008). I have clean install of XP Pro with integrated SP3, IE7, WMP11 and DirectX 9c (Jun 2008) Made by nLite 1.4.6. All of integrated parts are working fine, but after install Shockwave 11 form msi package, when i open IE7 on pages, where is Shockwave used, the IE7 close the window with those page. The Firefox 2.0.0.15 open that page, but in the place where shoudlbe a Shockwave object, is only empty space.

After install orginal package (11.0r458) from Adobe WEB page it open all pages corectly.

for test i use for example this url Adobe Player Test page

I was thinking what can i do with this and i resolve my problem by making a batchfile to install Shockwave:

CODE
@ECHO OFF
TITLE Adobe Shockwave Player 11.0.0.458 (Internet Explorer and Mozilla Firfox)
ECHO Instalation in prograss... Please do not close this window.

ECHO.
ECHO Creating (if nesesery) folders
IF NOT EXIST "%SystemRoot%\System32\Adobe" MD "%SystemRoot%\System32\Adobe" >nul
IF NOT EXIST "%SystemRoot%\System32\Adobe\Director" MD "%SystemRoot%\System32\Adobe\Director" >nul
IF NOT EXIST "%SystemRoot%\System32\Adobe\Shockwave 11" MD "%SystemRoot%\System32\Adobe\Shockwave 11" >nul
IF NOT EXIST "%SystemRoot%\System32\Adobe\Shockwave 11\Xtras" MD "%SystemRoot%\System32\Adobe\Shockwave 11\Xtras" >nul
IF NOT EXIST "%ProgramFiles%\Mozilla Firefox\plugins" MD "%ProgramFiles%\Mozilla Firefox\plugins" >nul

ECHO Copying new files...
IF NOT EXIST %SystemRoot%\System32\msvcp71.dll COPY /Y "system32\msvcp71.dll" "%SystemRoot%\System32\" >nul
IF NOT EXIST %SystemRoot%\System32\msvcr71.dll COPY /Y "system32\msvcr71.dll" "%SystemRoot%\System32\" >nul
IF NOT EXIST %SystemRoot%\System32\msvcrt.dll COPY /Y "system32\msvcrt.dll" "%SystemRoot%\System32\" >nul
IF NOT EXIST %SystemRoot%\System32\cmdow.exe COPY /Y "system32\cmdow.exe" "%SystemRoot%\System32\" >nul
COPY /Y "system32\Adobe\Director\*.*" "%SystemRoot%\System32\Adobe\Director\" >nul
COPY /Y "system32\Adobe\Shockwave 11\*.*" "%SystemRoot%\System32\Adobe\Shockwave 11\" >nul
COPY /Y "system32\Adobe\Shockwave 11\Xtras\*.*" "%SystemRoot%\System32\Adobe\Shockwave 11\Xtras\" >nul
COPY /Y "Mozilla\*.*" "%ProgramFiles%\Mozilla Firefox\plugins\" >nul

ECHO Registering components...
REGSVR32 /S "%SystemRoot%\System32\Adobe\Director\SwDir.dll" >nul
REGSVR32 /S "%SystemRoot%\System32\Adobe\Shockwave 11\Control.dll" >nul

"%SystemRoot%\System32\Adobe\Director\M5drvr32.exe"
"%SystemRoot%\System32\Adobe\Shockwave 11\SwInit.exe"
CMDOW /HID "%SystemRoot%\System32\Adobe\Shockwave 11\SwHelper_1100458.exe"

ECHO Installation completed.
EXIT


content for path: "system32/adobe" i get from my C:\windows\system32\adobe\*.* (with all subfolders tree) - after installing orginal shockwave 11 form adobe web page ofcoz.

content for Mozilla folder i take form my C:\Program Files\Mozilla Firefox\plugins\ and contains there 2 files:

"ShockwavePlugin.class" and "np32dsw.dll"

content of path system32 requied 4 files: msvcp71.dll, msvcr71.dll, msvcrt.dll, and
CMDOW.exe (hide window tool, antivirus software may detect a risk tool - because hi can hide a windows)

all files i put into one directory for example D:\asw11\ , create SFX RAR archive and done - an exe with Shockwave 11.0r458 instaler without any toolbars. If we dont wont cmd window with install progress, add after @echo off one line contains "system32\cmdow.exe @ HID" and done. No window are displayed when install is in progress.

DLLs for register - i check all content of adobe folder (inside system32) and all DLLs i try to register with REGSVR32.exe, the .exe files witch is runing i take from install.log of orginal Adobe Shockwave 11 installer.

all nesesery content we can also take form orginal installer from adobe - and decompress using command line with /X switch - it is build with WISE Installer.

After all that things, when clean install of XP SP3 is completed, and run my asw11.exe (the SFX archive i made contains unattended install of Adobe Shockwave Player 11.0r458) when i open IE7 or Mozilla web pages, the shockwave objects are displayed propertly. smile.gif

if somebody wants ready to use *.exe installer, please write to me, also i can upload it somewhere - i dont like sites like rapidshare, and i dont have any acounts in there.

This post has been edited by PZine: Jul 7 2008, 02:04 PM
Go to the top of the page
 
+Quote Post
Sereby
post Aug 6 2008, 11:46 AM
Post #145


Member
**

Group: Members
Posts: 211
Joined: 16-August 04
Member No.: 27760
OS: XP Pro x86
Country Flag


new version 11.0.0.465 is out:

http://www.computerbase.de/downloads/softw...ockwave_player/
Go to the top of the page
 
+Quote Post
Shark007
post Aug 15 2008, 05:31 AM
Post #146


Repackaging Specialist
Group Icon

Group: Software Developers
Posts: 2762
Joined: 7-January 04
From: Northern Ontario
Member No.: 12065
OS: Vista Ultimate x64
Country Flag


QUOTE (Sereby @ Aug 6 2008, 01:46 PM) *
new version 11.0.0.465 is out

1st of all, thanks for the download URL.
When requesting an application modification, it sure is nice to have a URL to the source.

I'm sorry it took so long to get this update done, my health is poor.
Getting out and enjoying the outdoors (canoeing, hiking) whenever I can takes president lately.

v11.0.0.465 is available on my repository.
For those that dont know, the URL to my repository is in my signature.


shark
Go to the top of the page
 
+Quote Post
Sereby
post Sep 10 2008, 11:44 AM
Post #147


Member
**

Group: Members
Posts: 211
Joined: 16-August 04
Member No.: 27760
OS: XP Pro x86
Country Flag


could you post a tuturial for selfmaking this sweet installer as you did for acrobat reader?
Go to the top of the page
 
+Quote Post
Shark007
post Sep 10 2008, 08:16 PM
Post #148


Repackaging Specialist
Group Icon

Group: Software Developers
Posts: 2762
Joined: 7-January 04
From: Northern Ontario
Member No.: 12065
OS: Vista Ultimate x64
Country Flag


QUOTE (Sereby @ Sep 10 2008, 01:44 PM) *
could you post a tuturial for selfmaking this sweet installer as you did for acrobat reader?

for acrobat reader I modify an existing msi installer as documented by the crude tutorial I posted.


I create this installer using installshield repackager. Each release is a new creation.
The above is 90% of the tutorial. the last 10% is experience.


shark
Go to the top of the page
 
+Quote Post
Acheron
post Sep 11 2008, 03:04 PM
Post #149


MSFN Expert
******

Group: Members
Posts: 1148
Joined: 28-June 04
From: Eerbeek
Member No.: 23554
OS: XP Home
Country Flag


For deploying Shockwave Player Adobe also provides an msi for corporations. You can apply for a distribution license, but you can also use the following link for the latest version. Currently the link downloads the latest 11.0.0.465 version:

http://fpdownload.macromedia.com/get/shock...l_installer.msi

This post has been edited by Acheron: Sep 11 2008, 06:00 PM
Go to the top of the page
 
+Quote Post
Inferi0r
post Sep 11 2008, 04:23 PM
Post #150


Little dude
**

Group: Members
Posts: 186
Joined: 28-July 06
From: The Netherlands
Member No.: 106147
OS: XP Pro x86
Country Flag


Wow thank Acheron for that link, I didn't find it. Do you know of there is also a slim msi version?
Go to the top of the page
 
+Quote Post
Acheron
post Sep 11 2008, 05:59 PM
Post #151


MSFN Expert
******

Group: Members
Posts: 1148
Joined: 28-June 04
From: Eerbeek
Member No.: 23554
OS: XP Home
Country Flag


If you want to avoid having problems playing some web content you should not modify the installer. You be waisting your time to save about 5 MB.
Go to the top of the page
 
+Quote Post
KompressR
post Sep 12 2008, 01:36 PM
Post #152





Group: Members
Posts: 4
Joined: 19-July 06
Member No.: 104083
Country Flag


So I just want to verify, neither this shockwave installer NOR the adobe flash installer with a silent switch are SVCPACK compatible?
Go to the top of the page
 
+Quote Post
Shark007
post Sep 12 2008, 01:50 PM
Post #153


Repackaging Specialist
Group Icon

Group: Software Developers
Posts: 2762
Joined: 7-January 04
From: Northern Ontario
Member No.: 12065
OS: Vista Ultimate x64
Country Flag


QUOTE (KompressR @ Sep 12 2008, 03:36 PM) *
So I just want to verify, neither this shockwave installer NOR the adobe flash installer with a silent switch are SVCPACK compatible?

I havent tested svcpack installations.
You should test for yourself; the only issue MAY be failure to uninstall.


shark
Go to the top of the page
 
+Quote Post
radigast
post Oct 21 2008, 01:42 AM
Post #154


Junior
*

Group: Members
Posts: 69
Joined: 16-October 07
Member No.: 158493
OS: none
Country Flag


Hey Shark:

The links to flashplayer on your file repository are no longer correct.

Here are the correct urls:

ActiveX MSI
ActiveX EXE
Mozilla Plugin MSI
I can't find the URL for Mozilla Plugin in EXE format. At the time I checked, changing the .msi to .exe didn't work.

Thanks for all the work you do! I use your installers all the time! Keep it up!

This post has been edited by radigast: Oct 21 2008, 01:50 AM
Go to the top of the page
 
+Quote Post
Shark007
post Oct 22 2008, 05:51 AM
Post #155


Repackaging Specialist
Group Icon

Group: Software Developers
Posts: 2762
Joined: 7-January 04
From: Northern Ontario
Member No.: 12065
OS: Vista Ultimate x64
Country Flag


Thanks for posting the updated URL's to Adobe's flash player and the mozilla plugin.
Thanks also go out to anonymous_user for information via PM's thumbup.gif

URL's have been updated on my repository accordingly.


shark
Go to the top of the page
 
+Quote Post
ScOOt3r
post Oct 22 2008, 09:27 AM
Post #156


Junior
*

Group: Members
Posts: 65
Joined: 14-May 06
Member No.: 96323
Country Flag


Thanks Shark for the update, greatly appreciated and needed!


ScOOt3r
Go to the top of the page
 
+Quote Post
hj_fr
post Oct 26 2008, 01:00 PM
Post #157


Member
**

Group: Members
Posts: 121
Joined: 9-August 04
Member No.: 26702
Country Flag


QUOTE (radigast @ Oct 21 2008, 08:42 AM) *
I can't find the URL for Mozilla Plugin in EXE format. At the time I checked, changing the .msi to .exe didn't work.

For Mozilla EXE plugin
Go to the top of the page
 
+Quote Post
Sereby
post Nov 6 2008, 01:26 PM