SMELVIN Posted June 21, 2004 Posted June 21, 2004 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? PLEASE HELP ME...
knewman01 Posted June 21, 2004 Posted June 21, 2004 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" /fREG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\applications\studiomx\dreamweavermx\setup.exe -s" /fREG 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" /fREG ADD %KEY%\026 /V 1 /D "%systemdrive%\install\applications\studiomx\fireworksmx\setup.exe -s" /fREG 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" /fREG 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.000File=Response File[File Transfer]OverwrittenReadOnly=NoToAll[{05BB2EC5-6BEF-4DDC-9E75-BEE7B161157A}-DlgOrder]Dlg0={05BB2EC5-6BEF-4DDC-9E75-BEE7B161157A}-SdWelcome-0Count=6Dlg1={05BB2EC5-6BEF-4DDC-9E75-BEE7B161157A}-SdLicense-0Dlg2={05BB2EC5-6BEF-4DDC-9E75-BEE7B161157A}-SdAskDestPath-0Dlg3={05BB2EC5-6BEF-4DDC-9E75-BEE7B161157A}-SdAskOptions-0Dlg4={05BB2EC5-6BEF-4DDC-9E75-BEE7B161157A}-SdStartCopy-0Dlg5={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 2004Result=1[{05BB2EC5-6BEF-4DDC-9E75-BEE7B161157A}-SdAskOptions-0]Component-type=stringComponent-count=8Component-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=DreamweaverVersion=7Company=MacromediaLang=0009[{05BB2EC5-6BEF-4DDC-9E75-BEE7B161157A}-SdFinish-0]Result=1bOpt1=0bOpt2=0setup.iss for FW[InstallShield Silent]Version=v6.00.000File=Response File[File Transfer]OverwrittenReadOnly=NoToAll[{E583ED6F-BD99-4066-A420-C815BF692B69}-DlgOrder]Dlg0={E583ED6F-BD99-4066-A420-C815BF692B69}-SdWelcome-0Count=5Dlg1={E583ED6F-BD99-4066-A420-C815BF692B69}-SdLicense-0Dlg2={E583ED6F-BD99-4066-A420-C815BF692B69}-SdAskDestPath-0Dlg3={E583ED6F-BD99-4066-A420-C815BF692B69}-SdStartCopy-0Dlg4={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 2004Result=1[{E583ED6F-BD99-4066-A420-C815BF692B69}-SdStartCopy-0]Result=1[Application]Name=FireworksVersion=7Company=MacromediaLang=0009[{E583ED6F-BD99-4066-A420-C815BF692B69}-SdFinish-0]Result=1bOpt1=0bOpt2=0the .reg file is exported from a working install. Export the entire Macromedia key under [HKEY_LOCAL_MACHINE\SOFTWARE\Macromedia].Cheers!
SMELVIN Posted June 26, 2004 Author Posted June 26, 2004 ok... what about flash though?flash iss file[installShield Silent]Version=v6.00.000File=Response File[File Transfer]OverwrittenReadOnly=NoToAll[{2F353D44-73BB-4971-B31D-F7642E9E9531}-DlgOrder]Dlg0={2F353D44-73BB-4971-B31D-F7642E9E9531}-SdWelcome-0Count=6Dlg1={2F353D44-73BB-4971-B31D-F7642E9E9531}-SdLicense-0Dlg2={2F353D44-73BB-4971-B31D-F7642E9E9531}-SdAskDestPath-0Dlg3={2F353D44-73BB-4971-B31D-F7642E9E9531}-AskOptions-0Dlg4={2F353D44-73BB-4971-B31D-F7642E9E9531}-SdStartCopy-0Dlg5={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 2004Result=1[{2F353D44-73BB-4971-B31D-F7642E9E9531}-AskOptions-0]Result=1Sel-0=1Sel-1=1[{2F353D44-73BB-4971-B31D-F7642E9E9531}-SdStartCopy-0]Result=1[Application]Name=Macromedia Flash MX 2004Version=7Company=MacromediaLang=0009[{2F353D44-73BB-4971-B31D-F7642E9E9531}-SdFinish-0]Result=1bOpt1=0bOpt2=0
SMELVIN Posted June 26, 2004 Author Posted June 26, 2004 FreeHand ISS file[installShield Silent]Version=v6.00.000File=Response File[File Transfer]OverwrittenReadOnly=NoToAll[{939740B5-0064-4779-854A-8C1086181C05}-DlgOrder]Dlg0={939740B5-0064-4779-854A-8C1086181C05}-SdWelcome-0Count=5Dlg1={939740B5-0064-4779-854A-8C1086181C05}-SdLicense-0Dlg2={939740B5-0064-4779-854A-8C1086181C05}-SdAskDestPath-0Dlg3={939740B5-0064-4779-854A-8C1086181C05}-SdStartCopy-0Dlg4={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 MXaResult=1[{939740B5-0064-4779-854A-8C1086181C05}-SdStartCopy-0]Result=1[Application]Name=FreeHandVersion=11.0.1Company=MacromediaLang=0009[{939740B5-0064-4779-854A-8C1086181C05}-SdFinish-0]Result=1bOpt1=0bOpt2=0
SMELVIN Posted June 26, 2004 Author Posted June 26, 2004 Homesite5.5 ISS file[InstallShield Silent]Version=v6.00.000File=Response File[File Transfer]OverwrittenReadOnly=NoToAll[{8D3562E7-C795-4B5D-A091-6DAA3FF0DF3B}-DlgOrder]Dlg0={8D3562E7-C795-4B5D-A091-6DAA3FF0DF3B}-SD_NDLG_WELCOME-0Count=6Dlg1={8D3562E7-C795-4B5D-A091-6DAA3FF0DF3B}-SD_NDLG_LICENSE-0Dlg2={8D3562E7-C795-4B5D-A091-6DAA3FF0DF3B}-SD_NDLG_ASKDESTPATH-0Dlg3={8D3562E7-C795-4B5D-A091-6DAA3FF0DF3B}-SdComponentTree-0Dlg4={8D3562E7-C795-4B5D-A091-6DAA3FF0DF3B}-SD_NDLG_STARTCOPY-0Dlg5={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=stringComponent-count=14Component-0=Program FilesComponent-1=CF ComponentsComponent-2=SystemFilesComponent-3=Win95SystemFilesComponent-4=WinNTSystemFilesComponent-5=HS Program FilesComponent-6=TemplatesComponent-7=DocumentationComponent-8=CF Registered ComponentsComponent-9=VerityComponent-10=Verity Registered ComponentsComponent-11=RootComponentsComponent-12=WizardsComponent-13=Force_PFResult=1[{8D3562E7-C795-4B5D-A091-6DAA3FF0DF3B}-SD_NDLG_STARTCOPY-0]Result=0[Application]Name=HomeSite+Version=5.5.0.0Company=MacromediaLang=0009[{8D3562E7-C795-4B5D-A091-6DAA3FF0DF3B}-SdFinishReboot-0]Result=1BootOption=0
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now