Fx2050 Posted July 5, 2005 Posted July 5, 2005 (edited) tried search, found a few things to help but nothing set in concrete.I want to silent with the serial in a runonce method like this:REG ADD %KEY%\006 /VE /D "Dreamweaver MX" /fREG ADD %KEY%\006 /V 1 /D "%CDROM%\Software\dwMX2004.exe" /fREG ADD %KEY%\007 /V 2 /D "taskkill /F /IM iexplore.exe" /VERYSILENT /KC=XXXX-XXXX-XXXX-XXXX-XXXX"can it be done? Edited July 6, 2005 by Alanoll
Fx2050 Posted July 6, 2005 Author Posted July 6, 2005 well seeing as most the help from here is search, i did and found that.
sanjaykumar Posted July 17, 2005 Posted July 17, 2005 I do mine the following when using RunonceEX1. I got a ".iss" file from one of the threads here at MSFN. I dont have the name of the person who created that "iss" script and hence not able to give credit to him/her. 2. first install the application in a test system or vitual machine and export your registration information from this location in the registryHKEY_LOCAL_MACHINE\SOFTWARE\Macromedia\Dreamweaver\7\Registrationmake a reg file of your registration from the above location.3. Be sure to change the default browser in the taskkill statement, as dreamweaver setup launches the dreamweaver help in it and waits for you to close it.REM "BE SURE TO CHANGE THE TASKKILL PARAMETER TO THE DEFAULT BROWSER"REG ADD %KEY%\045 /V 1 /D "%CDROM%\software\applications\dwvrmx7\setup.exe -s -f2\"setup.iss\" " /fREG ADD %KEY%\045 /V 2 /D "taskkill /F /im FIREFOX.EXE" /fREG ADD %KEY%\045 /V 3 /D "REGEDIT /S %CDROM%\software\Applications\dwvrmx7\reginfo.reg" /fsetup.iss
galvanocentric Posted July 20, 2005 Posted July 20, 2005 (edited) tried search, found a few things to help but nothing set in concrete.I want to silent with the serial in a runonce method like this:REG ADD %KEY%\006 /VE /D "Dreamweaver MX" /fREG ADD %KEY%\006 /V 1 /D "%CDROM%\Software\dwMX2004.exe" /fREG ADD %KEY%\007 /V 2 /D "taskkill /F /IM iexplore.exe" /VERYSILENT /KC=XXXX-XXXX-XXXX-XXXX-XXXX"can it be done?<{POST_SNAPBACK}>Installing Dreamweaver MX is easy. Launch dwMX2004.exe /r to make an iss record of your installation, then do a silent install with dwMX2004.exe /s /sms.For the serial number you might be SOL.Oh, and for killing the readme... Best of luck! Honestly mate, unless you know your default browser you could end up killing something you really don't want killed. I'd recommend either using AutoIt or not bothering. You'll be restarting anyway so what's a few popups? Edited July 20, 2005 by galvanocentric
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