MSFN Forum: The Official Switches Thread Only - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
  • 10 Pages +
  • « First
  • 8
  • 9
  • 10
  • You cannot start a new topic
  • You cannot reply to this topic

The Official Switches Thread Only List Programs/ [Silent Switches] Rate Topic: -----

#181 User is offline   _Shorty 

  • Newbie
  • Group: Members
  • Posts: 26
  • Joined: 03-March 04

Posted 08 March 2004 - 11:45 PM

re: Spoon's apps

Spoon's always around, go ask him personally either on his forums or at the Hydrogen Audio forums in the OT section. He's a pretty easy guy to get a hold of. If it's not currently possible to do, just ask if he can alter the installers to make it possible, I'm sure he'll accomodate.


#182 User is offline   mlu 

  • Newbie
  • Group: Members
  • Posts: 44
  • Joined: 09-March 04

Posted 17 March 2004 - 06:40 PM

Give me some WinAce silent install switches please, and Easy Recovery Pro 6 also.

#183 User is offline   Dollars22 

  • Newbie
  • Group: Members
  • Posts: 30
  • Joined: 04-March 04

Posted 28 March 2004 - 03:19 AM

daveinmn, on Nov 24 2003, 11:11 AM, said:

996, on Oct 23 2003, 01:35 PM, said:

How can the following be installed silently:

Macromedia Dreamweaver MX 2004
Macromedia Fireworks MX 2004

Unpacked both seem to be done with Installshield.

How can they be installed silently?

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.
*****************************************************************

could some one please post their setup.iss file for the installshield from dreamweaver... i installed like everyone says command line dream.exe -R setup.iss but i can't find the file i searched and searched, i dunno where it puts it, c:\windows ? it's not there... please help...

#184 User is offline   patrick_malina 

  • Group: Members
  • Posts: 2
  • Joined: 24-February 05

Posted 24 February 2005 - 10:10 AM

Need help for Adobe Photoshop 7. I created file setup.iss and copied it to install folder, but when I start setup.exe -s nothig happened. Also need help for unattended Corel Draw 10, plz!

#185 User is offline   hohner 

  • Junior
  • Pip
  • Group: Members
  • Posts: 88
  • Joined: 08-March 05

Posted 14 March 2005 - 11:47 AM

Hi,

Can someone tell me what is wrong this code for Alcohol 120% v1.9.2.

It does not work for me..

SET PP=%SystemDrive%\

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Unattended Program Installation" /f

REG ADD %KEY%\009 /VE /D "Alcohol 120%" /f
REG ADD %KEY%\009 /V 1 /D "%PP%\Install\Alcohol_120\setup.exe /qn" /f
REG ADD %KEY%\009 /V 2 /D "REGEDIT /S %PP%\Install\Alcohol_120\register.reg" /f


Thanks

#186 User is offline   lilweirddude 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 573
  • Joined: 24-August 04

Posted 14 March 2005 - 11:59 AM

in what way does it not work

#187 User is offline   mickmack 

  • Anrial
  • PipPip
  • Group: Members
  • Posts: 130
  • Joined: 02-June 04

Posted 14 March 2005 - 12:56 PM

i guess setup.exe /qn" /f is wrong, because /QN does noa apply to .EXE but .MSI. so

setup.msi /qn" /f is the answer

#188 User is offline   Yzöwl 

  • Wise Owl
  • Group: Super Moderator
  • Posts: 4,119
  • Joined: 13-October 04
  • OS:Windows 7 x64

Posted 14 March 2005 - 01:46 PM

Well to state the obvious

IF.....

SET PP=%SystemDrive%\

THEN.....

REG ADD %KEY%\009 /V 1 /D "%PP%\Install\Alcohol_120\setup.exe /qn" /f

EQUALS.....

REG ADD %KEY%\009 /V 1 /D "%SystemDrive%\\Install\Alcohol_120\setup.exe /qn" /f

AND.....

REG ADD %KEY%\009 /V 2 /D "REGEDIT /S %PP%\Install\Alcohol_120\register.reg" /f

EQUALS.....

REG ADD %KEY%\009 /V 2 /D "REGEDIT /S %SystemDrive%\\Install\Alcohol_120\register.reg" /f

SO

How many back-slashes do you want?

Try
SET PP=%SystemDrive%

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Unattended Program Installation" /f

REG ADD %KEY%\009 /VE /D "Alcohol 120%" /f
REG ADD %KEY%\009 /V 1 /D "%PP%\Install\Alcohol_120\setup.exe /qn" /f
REG ADD %KEY%\009 /V 2 /D "REGEDIT /S %PP%\Install\Alcohol_120\register.reg" /f
or if you use the SET PP for other working apps, then:
SET PP=%SystemDrive%\

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Unattended Program Installation" /f

REG ADD %KEY%\009 /VE /D "Alcohol 120%" /f
REG ADD %KEY%\009 /V 1 /D "%PP%Install\Alcohol_120\setup.exe /qn" /f
REG ADD %KEY%\009 /V 2 /D "REGEDIT /S %PP%Install\Alcohol_120\register.reg" /f


#189 User is offline   Neural 

  • Group: Members
  • Posts: 1
  • Joined: 14-March 05

Posted 14 March 2005 - 02:05 PM

What about ventrilo, teamspeak, Xfire and all seeing eye?

#190 User is offline   hohner 

  • Junior
  • Pip
  • Group: Members
  • Posts: 88
  • Joined: 08-March 05

Posted 14 March 2005 - 09:16 PM

Yzöwl, on Mar 15 2005, 06:16 AM, said:

SO

How many back-slashes do you want?


This method of using..


SET PP=%SystemDrive%\

And then including a \ in the line of code like..

REG ADD %KEY%\029 /V 1 /D "%PP%\Install\Winrar\Winrar_330.exe /s" /f

Works fine for DVD Decrypter, Nero, Winrar and Office XP.

I can understand what you are saying but for some reason it does not create a second backslash.

All I can tell you is the it fails in such a way that it does not install Alcohol. It happens too quick and I don't get time to read the error message. Is there a way I can test it without doing a full install of windows on my virtual pc?

I'll give your code a try though Yzowl.

Quote

i guess setup.exe /qn" /f is wrong, because /QN does noa apply to .EXE but .MSI. so

setup.msi /qn" /f is the answer

I did not realise /qn applies to .msi and not .exe, I thnk this could be the problem. The setup file is definately setup.exe so I will have to look for silent switches which are suitable.

By the way, I used the code I found on Aaron's switch list..
Alcohol 120%

Switch: /qn
Full syntax: setup.exe /qn
Extraction needed: ?



Thanks for all your help guys.

I changed the code so that the first line was like this
SET PP=%SystemDrive%

But it made no difference, the program still did not install. I also don't think that the /qn is the problem either as I have read many posts by people saying that this is what they successfully used.

Any ideas?

#191 User is offline   hohner 

  • Junior
  • Pip
  • Group: Members
  • Posts: 88
  • Joined: 08-March 05

Posted 16 March 2005 - 12:32 AM

:blushing:
I have solved my issue with Alcohol 120% not installing.
I ran setup.exe from a command prompt to see if I could figure out what was happening. The result was the same, nothing... but no errors either.
I then decided to try to execute the setup file by double clicking it. Same thing, nothing.
It was then that I realised I had only copied the 39.5KB setup.exe file to my install directory instead of the 4.09MB setup.msi file. :}
Everything works fine now.... I really feel quite silly for making such a mistake, but hopefully at least my posts could help someone else in the future.

Share this topic:


  • 10 Pages +
  • « First
  • 8
  • 9
  • 10
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy