Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Macromedia2004mx install

Featured Replies

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...

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!

  • Author
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

  • Author

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

  • Author

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

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.