Jump to content

Sony Vegas And Sony DVD Architect!?!?!?


ebin25

Recommended Posts

Ok, I have only been doing this whole OS manipulation thing for about a week now. I mostly find something that looks like what I need and copy and paste :}

This is what I have so far:

CLS

@echo off

TITLE Windows XP SP2 - Unattended Installation

ECHO.

ECHO Over the next few minutes you will see automated installations

ECHO of various sofware applications, windows updates, and registry

ECHO tweaks being implemented. The computer will restart automatically

ECHO once the whole process has finished! Some user interaction

ECHO will be requred for the installation to flow smoothly.

ECHO MADE POSSIBLE BY SYSTUM EBIN NOWELL

@echo Installing the K-Lite Codec Pack (Full) ...

@%systemdrive%\install\Applications\KLITE\klcodec_260f.exe /silent /LoadInf=".\klcpf.ini"

@echo Installing QuickTime Alternative ...

@%systemdrive%\install\Applications\QuickTimeAlternative\quicktimealt165.exe /silent /LoadInf=".\qtalt.ini" /TASKS="fa_wmp\qt"

@echo Installing Real Alternative ...

@%systemdrive%\install\Applications\RealAlternative\realalt145.exe /silent /LoadInf=".\realalt.ini"

ECHO.

ECHO Installing Trillian Pro

ECHO Please Wait...

%systemdrive%\install\applications\TrillianPro\Trillian.exe /S

ECHO.

ECHO Installing Winrar 3.50 Corp

ECHO Please Wait...

%systemdrive%\install\applications\wrar\WinRAR.exe /S

ECHO.

ECHO Installing Azureus

ECHO Please Wait...

%systemdrive%\install\applications\azur\Azureus.setup.exe /S

ECHO.

ECHO Installing MagicIso

ECHO Please Wait...

%systemdrive%\install\applications\miso\Setup_MagicISO.exe /S

ECHO.

ECHO WHEN FOUND NEW HARDWARE WIZARD APPEARS,

ECHO SELECT NEXT, AND

ECHO INSTALL AUTOMATICALLY!!!

ECHO THEN APPS WILL CONTINUE TO INSTALL.

ECHO.

ECHO Installing Alcohol 120

ECHO Please Wait...

%systemdrive%\install\applications\al120\setup.exe /quiet /norestart

ECHO.

ECHO Installing Nero 7

ECHO Please Wait...

%systemdrive%\install\applications\NERO7\Nero.msi TRANSFORMS=Nerocore.mst /qb-! /norestart

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Installation\Families\Nero 7\Info]

"Serial7_1127858803"="xxxxxxxxxxxxxxxxxxxxxxxxxx"

ECHO.

ECHO Installing **** NFO Viewer

ECHO Please Wait...

%systemdrive%\install\applications\****\****.msi /qn

ECHO.

ECHO Installing Emule

ECHO Please Wait...

%systemdrive%\install\applications\emule\eMule.exe /S

ECHO.

ECHO Installing Jet Audio

ECHO Please Wait...

%systemdrive%\install\applications\jaudio\JetAudio.exe /S

ECHO.

ECHO Installing Symantec Antivirus 10

ECHO Please Wait...

%systemdrive%\install\applications\SAV\Symantec.msi /qn

ECHO.

ECHO Installing MS Office 2003 SP2

ECHO Please Wait...

%systemdrive%\install\applications\Office2003\PRO11.MSI /QB

ECHO.

ECHO Installing MS Front Page SP2

ECHO Please wait...

%systemdrive%\install\applications\FPSP2\FP11.MSI /QB

ECHO.

ECHO Installing DVD Decrypter

ECHO Please wait...

%systemdrive%\install\applications\dvddec\DVD.msi /quiet

ECHO.

ECHO Installing DVD Shrink

ECHO Please Wait...

%systemdrive%\install\applications\dvdshrink\Shrink.exe /s

ECHO.

ECHO Installing Macromedia Dreamweaver 8

ECHO Please Wait...

%systemdrive%\install\applications\MACDREAM8\Macromedia_Dreamweaver_8.msi Serailnumber=xxxxxxxxxxxxxxx /qb- Reboot=Suppress

ECHO.

ECHO Installing Macromedia Flash 8

Echo Please Wait...

%systemdrive%\install\applications\macflash8\MacromediaFlash8.msi Serailnumber=xxxxxxxxxxxxxx /qb- Reboot=Suppress

ECHO.

ECHO INSTALLING SONY VEGAS

ECHO Please Wait...

%systemdrive%\install\applications\Vegas\vegas60c.exe /S

ECHO.

ECHO INSTALLING APP...

%systemdrive%\install\applications\DVDaRCHITECT\dvdarchitect30.exe /S

ECHO.

ECHO Restarting the PC in 1 minute...

shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute, this will give enough time for the shortcuts to update and for the shell to fully load before its ready to restart!"

ECHO.

ECHO Deleting Temp Installation Files...

RD /S /Q %systemdrive%\Drivers

RD /S /Q %systemdrive%\install

EXIT

I have not tested teh nero one yet, but i cannot get Sony Vegas or DVD Architect to work. Any Suggestions?

Link to comment
Share on other sites

  • 1 month later...

I have created for both programs a MST file! :)

To do this, you need the InstallShield AdminStudio! It's very easy to create a MST file! ;)

Then I used the same or an similar switch how like it is on Nero (-> TRANSFORMS=architect.MST /qb e.g.)!

But, I hasn't it tested yet! :whistle:

Hope it helps!

Greetz, Testman2006!

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