MSFN Forum: Macromedia2004mx install - MSFN Forum

Jump to content



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
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Macromedia2004mx install How do i stop the install window popping Rate Topic: -----

#1 User is offline   SMELVIN 

  • SOME 1's NCKED ME STARS
  • Group: Members
  • Posts: 38
  • Joined: 15-June 04

Posted 21 June 2004 - 03:22 PM

Hi so far i've looked all over this forum on how to sillently install dreamweaver mx2004 now i've finally made a iss file on VMware but when i do the unattend all the usual stuff comes up no doubt it will go next time when i copy the iss file to the dw folder in the applications part. the next step is to get my serial number in so when it is installed i don't have to key it in is this done by a reg file or do i put code in the iss file? :) :rolleyes: PLEASE HELP ME...


#2 User is offline   knewman01 

  • Junior
  • Pip
  • Group: Members
  • Posts: 50
  • Joined: 17-November 03

Posted 21 June 2004 - 05:15 PM

runonceex.cmd (if you don't use run once method, juts use the commands.)

If EXIST %systemdrive%\install\applications\studiomx\dreamweavermx\setup.exe (
REG ADD %KEY%\025 /VE /D "DreamweaverMX" /f
REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\applications\studiomx\dreamweavermx\setup.exe -s" /f
REG ADD %KEY%\025 /V 2 /D "taskkill /F /im IEXPLORE.EXE" /f
)

If EXIST %systemdrive%\install\applications\studiomx\fireworksmx\setup.exe (
REG ADD %KEY%\026 /VE /D "FireworksMX" /f
REG ADD %KEY%\026 /V 1 /D "%systemdrive%\install\applications\studiomx\fireworksmx\setup.exe -s" /f
REG ADD %KEY%\026 /V 2 /D "taskkill /F /im IEXPLORE.EXE" /f
)

If EXIST %SYSTEMDRIVE%\Install\applications\studiomx\mxstudio.reg (
REG ADD %KEY%\027 /VE /D "Registering StudioMX" /f
REG ADD %KEY%\027 /V 1 /D "regedit.exe /s %SYSTEMDRIVE%\Install\applications\studiomx\mxstudio.reg" /f
)



setup.iss for DW

[InstallShield Silent]
Version=v6.00.000
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{05BB2EC5-6BEF-4DDC-9E75-BEE7B161157A}-DlgOrder]
Dlg0={05BB2EC5-6BEF-4DDC-9E75-BEE7B161157A}-SdWelcome-0
Count=6
Dlg1={05BB2EC5-6BEF-4DDC-9E75-BEE7B161157A}-SdLicense-0
Dlg2={05BB2EC5-6BEF-4DDC-9E75-BEE7B161157A}-SdAskDestPath-0
Dlg3={05BB2EC5-6BEF-4DDC-9E75-BEE7B161157A}-SdAskOptions-0
Dlg4={05BB2EC5-6BEF-4DDC-9E75-BEE7B161157A}-SdStartCopy-0
Dlg5={05BB2EC5-6BEF-4DDC-9E75-BEE7B161157A}-SdFinish-0
[{05BB2EC5-6BEF-4DDC-9E75-BEE7B161157A}-SdWelcome-0]
Result=1
[{05BB2EC5-6BEF-4DDC-9E75-BEE7B161157A}-SdLicense-0]
Result=1
[{05BB2EC5-6BEF-4DDC-9E75-BEE7B161157A}-SdAskDestPath-0]
szDir=C:\Program Files\Macromedia\Dreamweaver MX 2004
Result=1
[{05BB2EC5-6BEF-4DDC-9E75-BEE7B161157A}-SdAskOptions-0]
Component-type=string
Component-count=8
Component-0=Active Server Pages (asp)
Component-1=JavaServer Pages (jsp)
Component-2=ColdFusion (cfm, cfc)
Component-3=ASP.NET (aspx, ascx)
Component-4=PHP (php, php3, php4)
Component-5=JavaScript (js)
Component-6=Cascading Style Sheets (css)
Component-7=Extensible Markup Language (xml)
Result=1
[{05BB2EC5-6BEF-4DDC-9E75-BEE7B161157A}-SdStartCopy-0]
Result=1
[Application]
Name=Dreamweaver
Version=7
Company=Macromedia
Lang=0009
[{05BB2EC5-6BEF-4DDC-9E75-BEE7B161157A}-SdFinish-0]
Result=1
bOpt1=0
bOpt2=0


setup.iss for FW

[InstallShield Silent]
Version=v6.00.000
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{E583ED6F-BD99-4066-A420-C815BF692B69}-DlgOrder]
Dlg0={E583ED6F-BD99-4066-A420-C815BF692B69}-SdWelcome-0
Count=5
Dlg1={E583ED6F-BD99-4066-A420-C815BF692B69}-SdLicense-0
Dlg2={E583ED6F-BD99-4066-A420-C815BF692B69}-SdAskDestPath-0
Dlg3={E583ED6F-BD99-4066-A420-C815BF692B69}-SdStartCopy-0
Dlg4={E583ED6F-BD99-4066-A420-C815BF692B69}-SdFinish-0
[{E583ED6F-BD99-4066-A420-C815BF692B69}-SdWelcome-0]
Result=1
[{E583ED6F-BD99-4066-A420-C815BF692B69}-SdLicense-0]
Result=1
[{E583ED6F-BD99-4066-A420-C815BF692B69}-SdAskDestPath-0]
szDir=C:\Program Files\Macromedia\Fireworks MX 2004
Result=1
[{E583ED6F-BD99-4066-A420-C815BF692B69}-SdStartCopy-0]
Result=1
[Application]
Name=Fireworks
Version=7
Company=Macromedia
Lang=0009
[{E583ED6F-BD99-4066-A420-C815BF692B69}-SdFinish-0]
Result=1
bOpt1=0
bOpt2=0


the .reg file is exported from a working install. Export the entire Macromedia key under [HKEY_LOCAL_MACHINE\SOFTWARE\Macromedia].

Cheers!

#3 User is offline   benjammin 

  • Newbie
  • Group: Members
  • Posts: 20
  • Joined: 23-June 04

Posted 26 June 2004 - 07:03 AM

ok... what about flash though?

#4 User is offline   SMELVIN 

  • SOME 1's NCKED ME STARS
  • Group: Members
  • Posts: 38
  • Joined: 15-June 04

Posted 26 June 2004 - 02:48 PM

benjammin, on Jun 26 2004, 07:03 AM, said:

ok... what about flash though?


flash iss file

[InstallShield Silent]
Version=v6.00.000
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{2F353D44-73BB-4971-B31D-F7642E9E9531}-DlgOrder]
Dlg0={2F353D44-73BB-4971-B31D-F7642E9E9531}-SdWelcome-0
Count=6
Dlg1={2F353D44-73BB-4971-B31D-F7642E9E9531}-SdLicense-0
Dlg2={2F353D44-73BB-4971-B31D-F7642E9E9531}-SdAskDestPath-0
Dlg3={2F353D44-73BB-4971-B31D-F7642E9E9531}-AskOptions-0
Dlg4={2F353D44-73BB-4971-B31D-F7642E9E9531}-SdStartCopy-0
Dlg5={2F353D44-73BB-4971-B31D-F7642E9E9531}-SdFinish-0
[{2F353D44-73BB-4971-B31D-F7642E9E9531}-SdWelcome-0]
Result=1
[{2F353D44-73BB-4971-B31D-F7642E9E9531}-SdLicense-0]
Result=1
[{2F353D44-73BB-4971-B31D-F7642E9E9531}-SdAskDestPath-0]
szDir=C:\Program Files\Macromedia\Flash MX 2004
Result=1
[{2F353D44-73BB-4971-B31D-F7642E9E9531}-AskOptions-0]
Result=1
Sel-0=1
Sel-1=1
[{2F353D44-73BB-4971-B31D-F7642E9E9531}-SdStartCopy-0]
Result=1
[Application]
Name=Macromedia Flash MX 2004
Version=7
Company=Macromedia
Lang=0009
[{2F353D44-73BB-4971-B31D-F7642E9E9531}-SdFinish-0]
Result=1
bOpt1=0
bOpt2=0

#5 User is offline   SMELVIN 

  • SOME 1's NCKED ME STARS
  • Group: Members
  • Posts: 38
  • Joined: 15-June 04

Posted 26 June 2004 - 02:49 PM

FreeHand ISS file



[InstallShield Silent]
Version=v6.00.000
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{939740B5-0064-4779-854A-8C1086181C05}-DlgOrder]
Dlg0={939740B5-0064-4779-854A-8C1086181C05}-SdWelcome-0
Count=5
Dlg1={939740B5-0064-4779-854A-8C1086181C05}-SdLicense-0
Dlg2={939740B5-0064-4779-854A-8C1086181C05}-SdAskDestPath-0
Dlg3={939740B5-0064-4779-854A-8C1086181C05}-SdStartCopy-0
Dlg4={939740B5-0064-4779-854A-8C1086181C05}-SdFinish-0
[{939740B5-0064-4779-854A-8C1086181C05}-SdWelcome-0]
Result=1
[{939740B5-0064-4779-854A-8C1086181C05}-SdLicense-0]
Result=1
[{939740B5-0064-4779-854A-8C1086181C05}-SdAskDestPath-0]
szDir=C:\Program Files\Macromedia\FreeHand MXa
Result=1
[{939740B5-0064-4779-854A-8C1086181C05}-SdStartCopy-0]
Result=1
[Application]
Name=FreeHand
Version=11.0.1
Company=Macromedia
Lang=0009
[{939740B5-0064-4779-854A-8C1086181C05}-SdFinish-0]
Result=1
bOpt1=0
bOpt2=0

#6 User is offline   SMELVIN 

  • SOME 1's NCKED ME STARS
  • Group: Members
  • Posts: 38
  • Joined: 15-June 04

Posted 26 June 2004 - 02:51 PM

Homesite5.5 ISS file



[InstallShield Silent]
Version=v6.00.000
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{8D3562E7-C795-4B5D-A091-6DAA3FF0DF3B}-DlgOrder]
Dlg0={8D3562E7-C795-4B5D-A091-6DAA3FF0DF3B}-SD_NDLG_WELCOME-0
Count=6
Dlg1={8D3562E7-C795-4B5D-A091-6DAA3FF0DF3B}-SD_NDLG_LICENSE-0
Dlg2={8D3562E7-C795-4B5D-A091-6DAA3FF0DF3B}-SD_NDLG_ASKDESTPATH-0
Dlg3={8D3562E7-C795-4B5D-A091-6DAA3FF0DF3B}-SdComponentTree-0
Dlg4={8D3562E7-C795-4B5D-A091-6DAA3FF0DF3B}-SD_NDLG_STARTCOPY-0
Dlg5={8D3562E7-C795-4B5D-A091-6DAA3FF0DF3B}-SdFinishReboot-0
[{8D3562E7-C795-4B5D-A091-6DAA3FF0DF3B}-SD_NDLG_WELCOME-0]
Result=0
[{8D3562E7-C795-4B5D-A091-6DAA3FF0DF3B}-SD_NDLG_LICENSE-0]
Result=0
[{8D3562E7-C795-4B5D-A091-6DAA3FF0DF3B}-SD_NDLG_ASKDESTPATH-0]
Result=0
[{8D3562E7-C795-4B5D-A091-6DAA3FF0DF3B}-SdComponentTree-0]
szDir=C:\Program Files\Macromedia\HomeSite+
Component-type=string
Component-count=14
Component-0=Program Files
Component-1=CF Components
Component-2=SystemFiles
Component-3=Win95SystemFiles
Component-4=WinNTSystemFiles
Component-5=HS Program Files
Component-6=Templates
Component-7=Documentation
Component-8=CF Registered Components
Component-9=Verity
Component-10=Verity Registered Components
Component-11=RootComponents
Component-12=Wizards
Component-13=Force_PF
Result=1
[{8D3562E7-C795-4B5D-A091-6DAA3FF0DF3B}-SD_NDLG_STARTCOPY-0]
Result=0
[Application]
Name=HomeSite+
Version=5.5.0.0
Company=Macromedia
Lang=0009
[{8D3562E7-C795-4B5D-A091-6DAA3FF0DF3B}-SdFinishReboot-0]
Result=1
BootOption=0


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy