Jump to content

Dreamweaver Broken?


chazco

Recommended Posts

Hello.

Im trying to silent install Dreamweaver MX, but something goes wrong. During testing the CD the unattended setup starts (HDD flashes) and then Macromedia Extension manager is installed. But, when setup is done, Dreamweaver is not installed. Does anyone know why?

The install.iss File

[InstallShield Silent]
Version=v6.00.000
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{8B4AB829-DFD3-436D-B808-D9733D76C590}-DlgOrder]
Dlg0={8B4AB829-DFD3-436D-B808-D9733D76C590}-SdWelcome-0
Count=5
Dlg1={8B4AB829-DFD3-436D-B808-D9733D76C590}-SdLicense-0
Dlg2={8B4AB829-DFD3-436D-B808-D9733D76C590}-SdAskDestPath-0
Dlg3={8B4AB829-DFD3-436D-B808-D9733D76C590}-SdAskOptions-0
Dlg4={8B4AB829-DFD3-436D-B808-D9733D76C590}-SdStartCopy-0
[{8B4AB829-DFD3-436D-B808-D9733D76C590}-SdWelcome-0]
Result=1
[{8B4AB829-DFD3-436D-B808-D9733D76C590}-SdLicense-0]
Result=1
[{8B4AB829-DFD3-436D-B808-D9733D76C590}-SdAskDestPath-0]
szDir=C:\Program Files\Macromedia Dreamweaver
Result=1
[{8B4AB829-DFD3-436D-B808-D9733D76C590}-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)
Component-5=JavaScript (js)
Component-6=Cascading Style Sheets (css)
Component-7=Extensible Markup Language (xml)
Result=1
[{8B4AB829-DFD3-436D-B808-D9733D76C590}-SdStartCopy-0]
Result=1
[Application]
Name=Dreamweaver
Version=6
Company=Macromedia
Lang=0009

Thanks for your time.

Link to comment
Share on other sites


Did u include a path for the log file? something like:

DW_Client_Installer\\Setup.exe /s /sms /f2"%systemdrive%\\dreamweaver.log"

Sometimes Installshield sucks when it cant write a logfile to the drive u r installing from if u dont define a log-file path...

This iss file works for me:

[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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...