Jump to content

Guilherme

Member
  • Posts

    31
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Brazil

Everything posted by Guilherme

  1. one last doubt, i promisse when the file winnt.sif will be executed? And cmdlines? i changed the programs's directory... lets see now if it will work.... VMWare is not working here... i think that i got a license 3 months ago and it expired.... and Microsoft virtual machine is not working too.... i will test the RunOnceEx first and if it works i will be brave This cd is a Windows XP Professional w/ Service Pack 1 My files now: cmdlines.txt: [COMMANDS] "runonceex.cmd" RunOnceEx.cmd: cmdow @ /HID @Echo Off FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\win51ip.SP2 SET CDROM=%%i: SET PP=%cdrom%\Progs\ SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Instalador de Programas" /f REG ADD %KEY%\000 /VE /D "Acrobat Reader 6.0" /f REG ADD %KEY%\000 /V 1 /D "%PP%AdbeRdr60_ptb_full.exe -p -s /v\ /qn\" /f REG ADD %KEY%\001 /VE /D "Yahoo Messenger 7" /f REG ADD %KEY%\001 /V 1 /D "%PP%ymsgr7br.exe /silent /s" /f REG ADD %KEY%\002 /VE /D "iTunes" /f REG ADD %KEY%\002 /V 1 /D "%PP%iTunesSetup.exe /S /V ISSETUPDRIVEN=0 ASSUME_MEDIA_DEFAULTS=1 ASSUME_QT_DEFAULTS=0 ALLUSERS=1 SILENT_INSTALL=1 /QN" /f REG ADD %KEY%\003 /VE /D "WinRar" /f REG ADD %KEY%\003 /V 1 /D "%PP%wrar350br.exe /s" /f REG ADD %KEY%\004 /VE /D "Luxor" /f REG ADD %KEY%\004 /V 1 /D "%PP%luxor_setup.exe /s" /f REG ADD %KEY%\005 /VE /D "Zuma" /f REG ADD %KEY%\005 /V 1 /D "%PP%ZumaSetup.exe /silent /s" /f REG ADD %KEY%\006 /VE /D "Super Tux" /f REG ADD %KEY%\006 /V 1 /D "%PP%Super Tux.exe /s /silent" /f REG ADD %KEY%\006 /V 2 /D "taskkill /IM msnmsgr.exe" /f REG ADD %KEY%\007 /VE /D "Nero Burning ROM" /f REG ADD %KEY%\007 /V 1 /D "%PP%Nero-6.6.0.16.exe /SILENT /NOREBOOT /SN=1A23-0009-4030-2228-8119-7297 /WRITE_SN" /f REG ADD %KEY%\008 /VE /D "Opera" /f REG ADD %KEY%\008 /V 1 /D "%PP%ow32pt-BRpt-BR850.exe /S" /f REG ADD %KEY%\009 /VE /D "Netscape 7.02" /f REG ADD %KEY%\009 /V 1 /D "%PP%nsb-install-8-0.exe /S" /f REG ADD %KEY%\010 /VE /D "MSN Messenger 7.5" /f REG ADD %KEY%\010 /V 1 /D "%PP%\Software\msn\MsnMsgs.msi /qn" /f REG ADD %KEY%\010 /V 2 /D "taskkill /IM msnmsgr.exe /F" REG ADD %KEY%\011 /VE /D "Register Tweaks" /f REG ADD %KEY%\011 /V 1 /D "%PP%regtweaks.reg" /f EXIT winnt.sif: ;SetupMgrTag [Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes" [Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS UnattendSwitch=yes [GuiUnattended] AdminPassword="***" EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=65 OemSkipWelcome=1 [UserData] ProductKey= FullName="" OrgName="xxx" ComputerName=CASA [Display] BitsPerPel=32 Xresolution=1024 YResolution=768 [RegionalSettings] LanguageGroup=10,9,1,7 Language=00000416 [Identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes it's all i need, huh?
  2. hum, thanks... i need to install Install Shieldd or other installer first?
  3. yeah.... there's something wrong with the runonceex.... i open the Runonce and the program dont install nothing... just say that "The operation was concluded with success" hey, if i change: SET PP=%systemdrive%\install\Applications\ to SET PP=%CDROM%\$OEM$\$1\install\Applications\ it will work?
  4. so if i create an iso image, %PP%AdbeRdr60_ptb.exe will be %systemdrive%\install\Applications\ ? and =%systemdrive%\install\Applications\ is $OEM$\$1\Install\Applications ? RunOnceEx will work perfectly?
  5. im brave but my pc is Celeron 466, test this on a virtual machine will take a looooooong time.... and i dont have other pc to test so i want all right and i will install.... my runonceex is right? the parameters and the %PP%'s are right? its "%PP%AdbeRdr60_ptb.exe or "%PP%\AdbeRdr60_ptb.exe?
  6. Hey, im new in win unattended, i discovered it yesterday.... i read the tutorial and i have some doubts: cmdlines.txt --> where i put this file? (Actually it is in $OEM$ directory) I used the program RunOnceEx.cmd Creator to create a RunOnceEx, the file is here: i want to know if the programs parameters in RunOnceEx is all right...my directory structure: CMDlines.txt: [COMMANDS] "REGEDIT /S regtweaks.reg" "runonceex" my Winnt.sif: can i create an iso file already? sorry
×
×
  • Create New...