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
  • 6
  • 7
  • 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: -----

#141 User is offline   un4given1 

  • Elaborate Dreamer
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,796
  • Joined: 25-September 03

Posted 13 November 2003 - 11:49 AM

How about a link to a page with the app...


#142 User is offline   daze 

  • $cd /pub || grep $more beer
  • Pip
  • Group: Members
  • Posts: 96
  • Joined: 31-October 03

  Posted 14 November 2003 - 07:00 PM

Found the trick for RealPlayer One v2 through try & error
"RealOnePlayerV2GOLD_de.exe -s" ATTENTION: Parameter is case-sensitive!!!!

NAV2004:
start /wait NAVSETUP.EXE /QB
pskill CfgWiz

On my German Version i don't need any activation, but it still asks for Registration and some other setup things like liveupdate and planning scans. Just try it. I spend hours to find a registry trick but no way :rolleyes:
Found also a way to integrate Updates and "Re-Abo" :)

TightVNC:
Install it, configure it, export Registry settings for TightVNC to for example "settings.reg" repack the files and make your own installer with things like SFX-Factory or WinRAR (my favourite because of compression). When creating links you can use the following:

winvnc.exe -settings (config menu)
winvnc.exe -install (install server as service)
winvnc.exe -remove (uninstall service)
winvnc.exe (just starts normal server)

vncviewer.exe (starts viewer)
vncviewer.exe -listen (launches viewer in tray)


greets

#143 User is offline   asasak 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 25-October 03

  Posted 14 November 2003 - 08:07 PM

I hope this is the right forum...

I want to install my Audigy2 programs and drivers to my multi-boot DVD. I wanted to know if anyone has found the switches that will allow a quiet installation. What would even be better is to have options on what I want to install from Creative's crappy software. Any help is appreciated and thanks.

#144 User is offline   XL-DJK 

  • XL-DJK Recordings Inc.2010 All Rights Reserved
  • PipPip
  • Group: Members
  • Posts: 249
  • Joined: 13-November 03
  • OS:none specified
  • Country: Country Flag

  Posted 16 November 2003 - 09:55 AM

I have a boggling question...what batch command can I use to do a silent install of Spoon Install products? :) :D :rolleyes:

Also, how can I get my unattended WinXP CD to load the Silver Skin on first install instead of the common blue skin? Also, the boot screen, how can I change it to Silver instead of blue?


http://www.dbpoweramp.com/dmc.htm


make sure you download the dbpoweramp music converter

it should say dBpowerAMP Music Converter 9a

This post has been edited by XL-DJK95355: 16 November 2003 - 03:38 PM


#145 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 18 November 2003 - 09:51 AM

Could somebody please add a switch for Abiword 2.x ?

while the abiword-setup-2.0.1.exe /S, it still asks for language, which doesn't make it much of an unattended install.


Also, Quick View Plus 7.0 gives absolutely no info about itself when you execute its setup with /?. It simply starts in normal mode. It is an installshield app. when run with -R no setup.iss is created in the windows dir.

Thanks

#146 User is offline   daveinmn 

  • Group: Members
  • Posts: 1
  • Joined: 24-November 03

  Posted 24 November 2003 - 11:11 AM

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

#147 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 28 November 2003 - 10:33 AM

DESPERATELY QUICK HELP NEEDED:

would somebody here know how to silently install myIE2 ?
please, AaronXP ?

looked thru its installed documentation and on its website. neither googling nor searching the forums gave me an answer and my new unattended CD is about an hour away from finalising.

Thanking all in advance,
prathapml

#148 User is offline   Aaron 

  • The MSFN Banana
  • Group: Patrons
  • Posts: 5,767
  • Joined: 17-August 01

Posted 28 November 2003 - 10:58 AM

prathapml, on Nov 28 2003, 04:33 PM, said:

DESPERATELY QUICK HELP NEEDED:

would somebody here know how to silently install myIE2 ?
please, AaronXP ?

In formatting and backup scenarios I had in the past, I've found that restoring the MyIE2 folder back in Program Files does the job fine. Plus, you get all your favourite configs with it as well.

So, place all your MyIE2 files in:

C:\XPCD\$OEM$\$Progs\MyIE2

And the shortcut to it to:

C:\XPCD\$OEM$\$Docs\All Users\Start Menu\Programs\MyIE2\

Your MyIE2 files will be in C:\Program Files\MyIE2\ and your shortcut will be in the start menu automatically during windows setup. Easy enough!

#149 User is offline   Alphaz 

  • Junior
  • Pip
  • Group: Members
  • Posts: 82
  • Joined: 26-November 03

Posted 28 November 2003 - 07:37 PM

catpsion, on Oct 27 2003, 11:47 AM, said:

Anyone would know how i can install ZoneAlarm pro unattented ?

TIA

EDIT: Well, indeed i can install it silently with /s and then PSkill the registration wizard.
But i can't find how i can register it silently after that.

If you have ZoneAlarm Pro already installed on a PC, you can export from the registry the registration info, and then run the reg file after the silent install.

that would give something like this in your unattended.bat (that's how I named it) file:

ECHO.
ECHO Installation de ZoneAlarm Pro with Webfiltering V 4.5.530 (Anglais)
ECHO Numero de serie: xxxxx-xxxxx-xxxxx-xxxxxx-xxxxxx
ECHO Please wait...
start /wait %systemdrive%\install\Apps\ZoneAlarm\ZoneAlarmPro.exe /s /noreboot
ECHO.
ECHO Enregistrement de ZoneAlarm
REGEDIT /S %systemdrive%\install\Apps\ZoneAlarm\za.reg

I installed ZA on a VMWARE environment, without entering my registration information, executed the REG file and after a reboot I could use it fine.

Rgrds, Alex

#150 User is offline   Alphaz 

  • Junior
  • Pip
  • Group: Members
  • Posts: 82
  • Joined: 26-November 03

Posted 28 November 2003 - 07:43 PM

catpsion, on Oct 27 2003, 11:46 AM, said:

I just have followed your instruction for MSN messenger, Aaron, and /qb result on a silly popup (click OK to install).
I'm gonna try with /qn.

I could install the messenger without any popup byt using the following:

ECHO.
ECHO Installation de MSN Messenger 6.1
ECHO Please wait...
start /wait %systemdrive%\install\Apps\MSN\MsnMsgs.msi /QB

Alex.

#151 User is offline   dtmunir 

  • Member
  • PipPip
  • Group: Members
  • Posts: 163
  • Joined: 17-July 03

Posted 04 December 2003 - 12:35 PM

any one know the switches for install of "edit pad lite"
also does anyone know how to set up the custom installation options using unattend method for this program
thankls
danish

#152 User is offline   lvknguyen 

  • Group: Members
  • Posts: 2
  • Joined: 13-December 03

Posted 13 December 2003 - 03:04 PM

Does anyone know a silent installation switch for Powerdesk Pro 5? Thanks.

Luan

#153 User is offline   Blackboost 

  • Newbie
  • Group: Members
  • Posts: 29
  • Joined: 06-November 03

Posted 13 December 2003 - 07:17 PM

Hi!

Does anyone know a silent installation switch for Cablenut 4.08?
It looks to me like a NSIS switch but I'm not sure. Can anyone confirm?

Thanks in advance!

#154 User is offline   bpollina 

  • Group: Members
  • Posts: 3
  • Joined: 13-December 03

Posted 19 December 2003 - 05:43 PM

Anyone have switches for these?

1) Wiseftp
2) Cutepdf
3) Fineprint
4) Karens Powertools - replicator
5) Power Desk Pro 5.0
6) Spybot Search and Destroy
7) Turtle Beach sound drivers
8) Total Recorder

Can post links if needed.

Thanks

#155 User is offline   Bâshrat the Sneaky 

  • aka Wim Leers
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,214
  • Joined: 29-October 03
  • OS:none specified
  • Country: Country Flag

Posted 25 December 2003 - 03:30 PM

Somewhere in this topic someone asked how he could silent install a Nero Language Pack. The only answer (for as far I have seen) was copying certain files and edit a registry key. I've made a VBscript, which is alot easier...

Just download your desired language pack and place this in the same directory:(you don't have to extract it, but it's possible if you'd like that)

Set WshShell = WScript.CreateObject ("WScript.Shell")
WshShell.Run (".\NAME_OF_YOUR_LANGUAGEPACK.EXE")
WScript.Sleep 5000
WshShell.SendKeys "~"
WScript.Sleep 1000
WshShell.SendKeys "{TAB}"
WScript.Sleep 500
WshShell.SendKeys "{UP}"
WScript.Sleep 500
WshShell.SendKeys "~"
WScript.Sleep 500
WshShell.SendKeys "~"
WScript.Quit


Save this with the filename you wish, but don't forget the vbs-extension!
hope it's useful for someone...

#156 User is offline   XL-DJK 

  • XL-DJK Recordings Inc.2010 All Rights Reserved
  • PipPip
  • Group: Members
  • Posts: 249
  • Joined: 13-November 03
  • OS:none specified
  • Country: Country Flag

Posted 26 December 2003 - 09:03 PM

Can anyone tell me how to install PCDJ products silently? as well as register them? I m SOOO Lost on this one. :)

PCDJ Red
PCDJ Blue
PCDJ FX v7.0 VRM
PCDJ Producer

#157 User is offline   fillalph 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 324
  • Joined: 29-July 03

Posted 27 December 2003 - 02:13 AM

@bpollina:

ECHO.
ECHO Installing Fine Print 5.10
ECHO Please Wait...
Start /wait setup.exe /SILENT /NORESTART
EXIT

#158 User is offline   XL-DJK 

  • XL-DJK Recordings Inc.2010 All Rights Reserved
  • PipPip
  • Group: Members
  • Posts: 249
  • Joined: 13-November 03
  • OS:none specified
  • Country: Country Flag

Posted 27 December 2003 - 02:18 AM

Quote

Bonkers[,Dec 27 2003, 03:13 AM]@bpollina:

ECHO.
ECHO Installing Fine Print 5.10
ECHO Please Wait...
Start /wait setup.exe /SILENT /NORESTART
EXIT

Um, is this in response to my post???

Because if it is, I'm sorry, but I think you got the program mixed up....

I'm referring to: PCDiscJockey

Thanks anyways

#159 User is offline   Aaron 

  • The MSFN Banana
  • Group: Patrons
  • Posts: 5,767
  • Joined: 17-August 01

Posted 27 December 2003 - 08:12 AM

no, he's replying to bpollinas.

#160 User is offline   skin2003 

  • Newbie
  • Group: Members
  • Posts: 42
  • Joined: 29-December 03

Posted 29 December 2003 - 07:35 AM

Can someone confirm the following:

DirectX9 does not support silent install unless you hack it?
The OPK version that is "floating around" is not an official Microsoft release?
Thanks for a great board with alot of good info.

Share this topic:


  • 10 Pages +
  • « First
  • 6
  • 7
  • 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