Help - Search - Members - Calendar
Full Version: Silent insalls of Roxio CD Creator and WinDVD 6
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
tc8224
CODE
cmdow @ /HID
@echo off

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

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\010 /VE /D "Microsoft FrameWork" /f
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\dotnetfx.exe /q /c:\"install /q\"" /f

REG ADD %KEY%\011 /VE /D "Microsoft Office Professional 2003" /f
REG ADD %KEY%\011 /V 1 /D "%systemdrive%\install\office2003.exe TRANSFORMS=Unattended.MST /qb-

REG ADD %KEY%\022 /VE /D "Norton Internet Security 2005" /f
REG ADD %KEY%\022 /V 1 /D "%systemdrive%\install\symlcrst.exe" /f
REG ADD %KEY%\022 /V 2 /D "REGEDIT /S "%systemdrive%\install\nis2005serial.reg" /f
REG ADD %KEY%\022 /V 3 /D "%systemdrive%\install\NIS2005.exe" /f

REG ADD %KEY%\033 /VE /D "PowerDVD 5" /f
REG ADD %KEY%\033 /V 1 /D "%systemdrive%\install\PowerDVD\setup.exe -s -f2%systemdrive%\PowerDVD.log

REG ADD %KEY%\044 /VE /D "Adobe Acrobat Reader 7" /f
REG ADD %KEY%\044 /V 1 /D "%systemdrive%\install\acroread7s.exe" /f

REG ADD %KEY%\055 /VE /D "Roxio Easy CD Creator 5 Platinum" /f
REG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\setup.exe /s /v/qn /SN=*-*****-*****-***** /WRITE_SN" /f

REG ADD %KEY%\108 /VE /D "Cleaning Up and Rebooting" /f
REG ADD %KEY%\108 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f


Here is my runonce i just started looking at how to make your own .7z install files for it can anyone tell me the correct config.txt files for both of these programs as none of these work for me....I've looked at the other threads I just don't understand them obvisouly or else I wouldn't have created this one....any help is much appericated.
IcemanND
I don't know if Roxio 5 is the same as Roxio 6 but these may help:
Install with switches:
http://www.msfn.org/board/index.php?showto...ndpost&p=114130

Redo installer:
http://www.msfn.org/board/index.php?showto...ndpost&p=265487

Updates:
http://www.msfn.org/board/index.php?showto...ndpost&p=265498
tc8224
Everytime I edit the msi using orca and it install its keeps coming back with errors on the installs "ROxio 6".. or on "Roxio 5" it will install and reboot and when it comes back up it keeps saying "##new string #69" instead of a program name IE Roxio easy cd creator or disc copy whatever the case maybe it is replaced by those strings and won't run the programs....any ideas as to what im doing wrong and help would be appericated thanks alot.




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.