Jump to content

daveinmn

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About daveinmn

daveinmn's Achievements

0

Reputation

  1. There are a few setups to make this seamless and easy 1) Copy the entire CD to a Network Share 2) do a normal install of the application on one machine with the following commandline: setup -R setup.iss This will give you your installshield response file. Complete the activation process. Next go into the registry and export the following keys HKEY_Local_Machine\Software\Macromedia ----> save as importme.reg HKEY_Local_Machine\Software\Macrovision -----> save as macrovision.reg 3) Create bat file called setup.bat with the following inside: start /wait Setup.exe -s -f1 "setup.iss" Call .\activate.bat end Create another batch file called activate.bat Inside add the following: ** Note: This points to wherever your "All Users" Profile\ information goes ** md "%All Users%\Application data\Macrovision\Safecast\Product License\" copy .\*.dat "%All Users%\Application data\Macrovision\Safecast\Product License\" ** Note: The xxxxx.dat file is a hidden file located in this directory structure on the hard drive. So turn on show hidden folders and files ** regedit /s "importme.reg" regedit /s "macrovision.reg" Have the five files setup.bat, setup.iss,activate.bat, importme.reg, activate.reg all located whereever you copied your dreamweaver MX 2004 CD to on the network. Run the setup.bat and the rest will silently take care of itself. You should be able to use this same process to do Fireworks, just modify the folder structure and Registry keys. *****************************NOTE:****************************** You need to have a LEGAL License for EACH MACHINE that you run this on. This is just to save the headache of going to the website on every machine for your site license". I am not in the business of helping hackers!!!!!! *****************************NOTE:****************************** Ex. My client has a 200 user site license for this application. That's a lot of extra work to activate each license one at a time. This way, the license it activated on the initial setup. *****************************************************************
×
×
  • Create New...