Jump to content

studguy1

Member
  • Posts

    80
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by studguy1

  1. Thanks AirMale your method works perfectly. Just Created my 2K CD My Files
  2. you need to put '0' in the Decimal places box so that 1000.00 shows up as 1000 The 1000 separator puts a ',' after every 3 digits so 1000000000 (1 billion) shows up as 1,000,000,000
  3. rename winnt.sif to unattend.txt and then use this command to install winnt32 /unattend:unattend.txt /makelocalsource Obviously winnt32 works from within a gui (for a upgrade or a reinstall) so u need to have an OS installed
  4. Thanks Buckeye I'll try it out.
  5. all the the windows 5 in 1 CD did was not to burn duplicate files twice. There no way you can burn 1.1 GB on a 700mb disc if there is no duplicacy the max u can go is 800mb if you let go error correction like VCD/SVCD.
  6. 824105 & 811493 will install with the regular winxp type options for e.g. /o /u /n /z More Details here 828749 is a little different, use these switches /quiet /norestart /o /n you can use /passive instead of /quiet if you want see a progress bar 329553 is a little more different, use these switches -o -u -n -z pretty much like the first ones just used '-' instead of a '/' infront of the switch. BTW 329553 is part of SP4 so you might be better of slipstreaming SP4
  7. DivX Pro 5.1 Install with removal of the adware, you will need pskill.exe (http://www.MSFN.org/unattended/files/pskill.zip) in your system directory for this to work modify 'app' to the location of the files Create the two files divx.vbs abd gator.reg and place in install directory ***************** divx.vbs************************ 'DivX 5.1 Pro Adware 'Script Created by Puru Oct 13, 2003 Dim WshShell, fso, temp, sysd, app, t0, reg, i, WinDo Set WshShell = WScript.CreateObject("WScript.Shell") Set fso = CreateObject("Scripting.FileSystemObject") temp = WshShell.ExpandEnvironmentStrings("%TEMP%") sysd = WshShell.ExpandEnvironmentStrings("%Systemdrive%") app = sysd & "\install\Applications\DivXPro\" reg = app & "gator.reg" t0 = 500 On Error Resume Next WshShell.Popup "Do NOT MOVE the mouse an do NOT PRESS any button!",5," - Warning - ",48 WshShell.Run (app & "DivXPro51GAINBundle.exe") 'Increase this value if you have a slower harddisk WScript.Sleep 5000 'DivX Pro(tm) Codec Adware Setup WshShell.SendKeys "n" WScript.Sleep 200 'Welcome WshShell.SendKeys "n" WScript.Sleep 200 'Choose Destination Location WshShell.SendKeys "n" WScript.Sleep 200 'Select Components WshShell.SendKeys "{TAB}" WshShell.SendKeys "{TAB}" WshShell.SendKeys "{TAB}" WshShell.SendKeys "{DOWN}" WshShell.SendKeys "{DOWN}" WshShell.SendKeys " " WshShell.SendKeys "{DOWN}" WshShell.SendKeys " " WshShell.SendKeys "{TAB}" WshShell.SendKeys "n" WScript.Sleep 200 'Ready to Install WshShell.SendKeys "n" WScript.Sleep 200 'Gain Installation WshShell.SendKeys "n" WScript.Sleep 200 'DiVX License Agreement WshShell.SendKeys "{ENTER}" WScript.Sleep 200 'The Gator Corporation Privacy Statement WshShell.SendKeys "{TAB}" WshShell.SendKeys "{ENTER}" WScript.Sleep 200 'The Gator Corporation License Agreement WshShell.SendKeys "{TAB}" WshShell.SendKeys "{ENTER}" 'Wait for Installation to Finish WinDo="Finished" Call SendK("{Enter}") WSCRipt.Sleep t0 'Close Window WinDo = "DivX Pro Codec Adware" Call SendK("%{F4}") 'Kill the gain process WshShell.Run ("PSKill gain_3202") WScript.Sleep 200 'Delete the executables fso.DeleteFile(temp & "\~vis0000\gain_3202.exe"), true fso.DeleteFolder(temp & "\~vis0000"), true WScript.Sleep 200 'Remove Adware Registry Keys WshShell.Run "REGEDIT /S " & reg, 0, false Sub SendK(Skey) Connect2Window t0, WinDo WshShell.SendKeys Skey End Sub Function Connect2Window(iTime, sWindowName) i = 1 Do until WshShell.AppActivate (sWindowName) i = i + 1 WScript.Sleep iTime 'wait max. 40 x t0 ~ 20 sec. If i = 40 Then Exit Function loop End Function Wscript.Quit ****************** Gator.reg*********************** Windows Registry Editor Version 5.00 [-HKEY_LOCAL_MACHINE\SOFTWARE\Gator.com] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] "Trickler"=- Thanks to all the guys who posted scripts earlier My 0.02
×
×
  • Create New...