The Official Switches Thread Only List Programs/ [Silent Switches]
#142
Posted 14 November 2003 - 07:00 PM
"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
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
Posted 14 November 2003 - 08:07 PM
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
Posted 16 November 2003 - 09:55 AM
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
Posted 18 November 2003 - 09:51 AM
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
Posted 24 November 2003 - 11:11 AM
996, on Oct 23 2003, 01:35 PM, said:
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
Posted 28 November 2003 - 10:33 AM
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
Posted 28 November 2003 - 10:58 AM
prathapml, on Nov 28 2003, 04:33 PM, said:
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
Posted 28 November 2003 - 07:37 PM
catpsion, on Oct 27 2003, 11:47 AM, said:
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
Posted 28 November 2003 - 07:43 PM
catpsion, on Oct 27 2003, 11:46 AM, said:
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
Posted 04 December 2003 - 12:35 PM
also does anyone know how to set up the custom installation options using unattend method for this program
thankls
danish
#152
Posted 13 December 2003 - 03:04 PM
Luan
#153
Posted 13 December 2003 - 07:17 PM
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
Posted 19 December 2003 - 05:43 PM
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
Posted 25 December 2003 - 03:30 PM
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
Posted 26 December 2003 - 09:03 PM
PCDJ Red
PCDJ Blue
PCDJ FX v7.0 VRM
PCDJ Producer
#157
Posted 27 December 2003 - 02:13 AM
ECHO.
ECHO Installing Fine Print 5.10
ECHO Please Wait...
Start /wait setup.exe /SILENT /NORESTART
EXIT
#158
Posted 27 December 2003 - 02:18 AM
Quote
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
#160
Posted 29 December 2003 - 07:35 AM
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.



Help


Back to top









