Jump to content

The Official Switches Thread Only


ViRuS2k

Recommended Posts

I have searched everywhere and tried everything but I cannot get Roxio easy Cd Creator to install silently. If anyone has any ideas or suggestions PLEASE leave post them. I have never been so frustrated as I am with this stupid program. Thanks in advance.

Link to comment
Share on other sites


OK i have a bootable dvd with XP and SP1 as well as nortons 2003,kazaa lite,

msn 6.1, media player 9 and a few others

But how do i get a silent install of the following

Publisher xp 2002

win mx

I have looked and looked for these for two days solid and am now going a bit crazy :)

(yes another newbie so be kind to me please)

Link to comment
Share on other sites

Look for publisher XP info here : http://unattended.MSFN.org/xp/officexp.htm

As for WinMX, just try the switches you know, one of those may turn out to be the right one. Identify which Installer it uses and look-up the guide at http://unattended.MSFN.org/xp/applications.htm for info on how to use that installer app in unattended mode.

or type the installer's name:

"winmx-setup-version.exe /?"

the /? switch asks the setup program as to which switches it supports.

If nothing else works, you know what to do - do what you used to do before you automated windows and apps setup.

Link to comment
Share on other sites

Roxio Easy CD Creator 5:

Since it is an MS installer (.msi) based install, i'd be surprised if it doesn't support the "/QB" switch. Anyway, the setup.ini of ECDC5 informs that "/S" is the silent mode to install it. If it asks to reboot (Yes/No) after install, append "Reboot=suppress" to the install command line.

For example:

"<easy cd creator 5 setup folder>\ECDC5.msi /S Reboot=Suppress"

must work. Please do check and tell us if it worked, or if it did not, did you get any other switch ?

Link to comment
Share on other sites

I ran the ECDC6.msi file with /qb Reboot=Supress switches and I got things started although it failed due to ar error saying "could not access network location PhotoSuite". I have no idea what that means and I have tried searching the internet and the Roxio website, although they might actually have the worst support system ever, and I found nothing. I appreciate everyones help. Just in case others are trying to accomplish the same thing I am. I have discovered that you can run the setup.exe file with a /a switch and get a network install copy but I have no idea what to do with that new file or anything. Sorry and thank you for any future and past help that I have received.

Link to comment
Share on other sites

  • 2 weeks later...

I have a problem regarding Alcohol 120% silent install: it keeps wanting to restart... The Setup always asks wether or not I want to restart - I say: STFU. Unfortunately the setup seems unable to understand me... the script I'm using is as follows:

start /wait setup.msi /QB
REGEDIT /S register.reg

If I omit the B it restarts instantly... I'm trying to install version 1.4.8.1222 that way.

Link to comment
Share on other sites

  • 2 weeks later...

Hello,

here some of my Batchfiles Parameter.

";Media Player 9"

"C:\WINNT\hotfixes\mplayer9\mpsetup.exe /Q:A /R:N"

"Media Player 9 Codecs"

"C:\WINNT\hotfixes\mediacod\codecs.exe /q"

ECHO

ECHO Installing DirectX 9.0b

ECHO Please wait......

start/wait %Systemdrive%\WINNT\HOTFIXES\DIRECTX\DIRECTX9\DXSETUP.exe /opk

ECHO

ECHO Installing Update Packet

ECHO Please wait......

start/wait %Systemdrive%\WINNT\HOTFIXES\packet\packet.exe -s

ECHO

ECHO Media Player Encoder

ECHO Please wait......

C:\WINNT\hotfixes\mediaenc\encoder.exe /q

ECHO Installing Acrobat Reader 6

ECHO Please wait...

start/wait %Systemdrive%\WINNT\HOTFIXES\acroread\AR6.msi /QB

ECHO Installing .NET Framework v1.1

ECHO Please wait...

start/wait %Systemdrive%\WINNT\HOTFIXES\netframe\netfx.msi /QB

ECHO.

ECHO Installing WinRAR 3.20

ECHO Please wait...

start/wait %Systemdrive%\WINNT\HOTFIXES\winrar\wrar320.exe /s

CLS

ECHO.

ECHO Installing Internet Explorer 6

ECHO Please wait...

start/wait %Systemdrive%\WINNT\HOTFIXES\ie6\FLAT\WIN32\DE\ie6setup.exe /Q:A /R:N

CLS

ECHO.

ECHO Installing Sun Java VM 1.4.1

ECHO Please wait...

start /wait %systemdrive%\WINNT\HOTFIXES\sun_java\setup.exe -s -f1"%systemdrive%\WINNT\HOTFIXES\sun_java\setup.iss"

%Systemdrive%\WINNT\reboot.vbs

-------------------------------------------

dim fs,copy

set fs = createobject("scripting.filesystemobject")

fs.copyfile "c:\winnt\clean.vbs", "C:\Dokumente und Einstellungen\All Users\Startmenü\Programme\Autostart\"

Set objSystemSet = GetObject("winmgmts:{impersonationLevel=impersonate,(Shutdown)}").InstancesOf("Win32_OperatingSystem")

For Each objSystem In objSystemSet

objSystem.Win32Shutdown 2

Next

-------------------------------------------------------------------------------

Clean.vbs

set fs = createobject("scripting.filesystemobject")

fs.deletefile "C:\WINNT\reboot.vbs",true

fs.deletefile "C:\WINNT\Web\Wallpaper\*.jpg",true

fs.deletefile "C:\WINNT\starter.bat",true

fs.deletefile "C:\WINNT\ie.bat",true

fs.deletefile "C:\Dokumente und Einstellungen\Administrator\Desktop\Java Web Start.lnk" ,true

' fs.deletefile "C:\Dokumente und Einstellungen\Administrator\Startmenü\Programme\Autostart\Microsoft Office.lnk" ,true

fs.deletefolder "C:\WINNT\Hotfixes",true

fs.deletefolder "C:\POSTSP4temp",true

fs.deletefolder "C:\Drivers" ,true

fs.deletefolder "C:\Dokumente und Einstellungen\Administrator\Startmenü\Programme\WinRar",true

fs.deletefolder "C:\Dokumente und Einstellungen\All Users\Startmenü\Programme\WinRar",true

' fs.deletefolder "C:\Dokumente und Einstellungen\All Users\Startmenü\Programme\PrintMe Internet Printing",true

fs. deletefolder "C:\Dokumente und Einstellungen\Administrator\Favoriten\Medium",true

fs.deletefolder "C:\Dokumente und Einstellungen\Administrator\Startmenü\Programme\Java Web Start",true

Set fso = CreateObject("Scripting.FileSystemObject")

Set f1 = fso.GetFile("C:\Dokumente und Einstellungen\Administrator\SendTo\Desktop (Verknüpfung erstellen).DeskLink")

f1.Move ("C:\Dokumente und Einstellungen\Administrator\SendTo\1. Desktop.DeskLink")

Set fso = CreateObject("Scripting.FileSystemObject")

Set f1 = fso.GetFile("C:\Dokumente und Einstellungen\Administrator\SendTo\3½-Diskette (A).lnk")

f1.Move ("C:\Dokumente und Einstellungen\Administrator\SendTo\2. Diskette (A).lnk")

Set fso = CreateObject("Scripting.FileSystemObject")

Set f1 = fso.GetFile("C:\Dokumente und Einstellungen\Administrator\SendTo\Eigene Dateien.mydocs")

f1.Move ("C:\Dokumente und Einstellungen\Administrator\SendTo\3. Eigene Dateien.mydocs")

Set fso = CreateObject("Scripting.FileSystemObject")

Set f1 = fso.GetFile("C:\Dokumente und Einstellungen\Administrator\SendTo\E-Mail-Empfänger.MAPIMail")

f1.Move ("C:\Dokumente und Einstellungen\Administrator\SendTo\4. E-Mail-Empfänger.MAPIMail")

set wshshell = createobject("wscript.shell")

wshshell.run "c:\winnt\rclean.bat"

------------------------------------------------------------

rcclean.bat

ECHO Registering IE Design

REGEDIT /S C:\WINNT\ie.reg

REGEDIT /S C:\WINNT\wallpap.reg

REGEDIT /S C:\WINNT\explorer.reg

REGEDIT /S C:\WINNT\UNDO.reg

%Systemdrive%\WINNT\allclean.vbs

--------------------------------------------------------------

allclean.vbs

set fs = createobject("scripting.filesystemobject")

fs.deletefile "C:\WINNT\ie.reg",true

fs.deletefile "C:\WINNT\explorer.reg",true

fs.deletefile "C:\WINNT\wallpap.reg",true

fs.deletefile "C:\WINNT\rclean.bat",true

fs.deletefile "C:\WINNT\CLEAN.VBS",true

fs.deletefile "C:\Dokumente und Einstellungen\All Users\Startmenü\Programme\Autostart\CLEAN.VBS",true

quelle="C:\WINNT\all\Explorer.lnk"

ziel = "C:\Dokumente und Einstellungen\All Users\Startmenü\"

Set fso = CreateObject("Scripting.FileSystemObject")

Set f1 = fso.GetFile(quelle)

f1.Move (ziel)

Set fso = CreateObject("Scripting.FileSystemObject")

Set f1 = fso.GetFile("C:\WINNT\all\Verwalt.lnk")

f1.copy ("C:\Dokumente und Einstellungen\All Users\Startmenü\Verwaltung.lnk")

Set fso = CreateObject("Scripting.FileSystemObject")

Set f1 = fso.GetFile("C:\Dokumente und Einstellungen\All Users\Startmenü\Explorer.lnk")

f1.copy ("C:\Dokumente und Einstellungen\All Users\Desktop\")

Set fso = CreateObject("Scripting.FileSystemObject")

Set f1 = fso.GetFile("C:\Dokumente und Einstellungen\All Users\Startmenü\Explorer.lnk")

f1.copy ("C:\Dokumente und Einstellungen\Administrator\Anwendungsdaten\Microsoft\Internet Explorer\Quick Launch\")

Set fso = CreateObject("Scripting.FileSystemObject")

Set f1 = fso.GetFile("C:\Dokumente und Einstellungen\All Users\Startmenü\\Verwaltung.lnk")

f1.copy ("C:\Dokumente und Einstellungen\Administrator\Anwendungsdaten\Microsoft\Internet Explorer\Quick Launch\")

Set fso = CreateObject("Scripting.FileSystemObject")

Set f1 = fso.GetFile("C:\WINNT\all\Arbeits.lnk")

f1.copy ("C:\Dokumente und Einstellungen\Administrator\Anwendungsdaten\Microsoft\Internet Explorer\Quick Launch\Arbeitsplatz.lnk")

set fs = createobject("scripting.filesystemobject")

fs.deletefolder "C:\WINNT\all",true

set wshshell = createobject("wscript.shell")

wshshell.run "c:\winnt\reboot2.vbs"

------------------------------------------------------------

reboot2.vbs

dim fs,copy

Set objSystemSet = GetObject("winmgmts:{impersonationLevel=impersonate,(Shutdown)}").InstancesOf("Win32_OperatingSystem")

For Each objSystem In objSystemSet

objSystem.Win32Shutdown 2

Next

I hope some of the Parameter help other Users.

If somebody have any questions feel free to write to me a Message.

Greetings Sound

Link to comment
Share on other sites

what are the switches for the followin progs (ive been searching for hours, couldnt find anything :s :r )

-logitech mouseware

-logitech itouch

thx alot

extract both dowloaded .exe files with Winrar, make for both a setup.iss file with the command

setup.exe -R

for more Informations see here

than

echo.
echo  Installing Logitech Keyboarddriver, please wait...
start /wait %DlDriver%\Logitech\it221deu\setup.exe -s -f1"%DlDriver%\Logitech\it221deu\setup.iss"
echo.
echo  Installing Logitech Mousedriver, please wait...
start /wait %DlDriver%\Logitech\mw9791deu\setup.exe -s -f1"%DlDriver%\Logitech\mw9791deu\setup.iss"

and the settings:

echo.
echo  Installing Mouse + Keyboardsettings, please wait...
start /wait REGEDIT /S %DlDriver%\Logitech\Key_Mouse_Settings.reg

Key_Mouse_Settings.reg:

Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\Software\Logitech]

[HKEY_CURRENT_USER\Software\Logitech]
...

Export the necessary entries from a full installed System in this .reg file.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...