Help - Search - Members - Calendar
Full Version: Dreamweaver Broken?
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
chazco
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
CODE
[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.
1chaoticadult
Any moderator please delete one of these threads. This member has doubled posted...
WotC
Did u include a path for the log file? something like:

CODE
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:
CODE
[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




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.