Jump to content

Zoom7000

Member
  • Posts

    114
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    country-ZZ

Everything posted by Zoom7000

  1. Is there anyway that I can use Y'z Dock Brushed Metal Theme with ObjectDock? I have tried converting the theme with Dock2Dock but get a weird result (See Screenshot Below) Any solutions? Zoom7000
  2. I know that Shell32.dll is a popular icon library in Windows XP but does anyone have the full list of all the icon libraries that come with Windows XP? Zoom7000
  3. I'm deploying Adobe Reader 7.0.1 silently across my school network and I want to be able to disable the "Licence Splash Screen" that displays on the first execution. Is there a registry tweak that allows you to do this? I'm using the switchless Installer provided by RyanVM Zoom7000
  4. Thanks mate, I tried searching, but couldn't find anything.
  5. I was wondering if it is possible to set the size of the virtual memory in the winnt.sif file, or by any other means so that once the PC is fully built, the intial size and the maximum size for virtual memory is 4096Mb. Zoom7000
  6. Thats the one! Thanks mate! Zoom7000
  7. Well, it's not got what I'm looking for, the previous version of the Unattended MSFN guide used to have a link to another website with loads of downloadable regtweaks. That is what I'm looking for... Zoom7000
  8. Hiya, Before the Unattended guide was updated, there used to be a link to a site that had loads and loads of regtweaks. Now when you click the regtweak option on the unattended site, you just get this error. Does anyone have the old link? Thanks in advance Zoom7000
  9. I've been having problems when installing Alcohol 120% using the RunOnceEx.cmd it asks me for SCSI drivers for the Virtual Drive that it creates, is there a way to get around this problem? What drivers do I need to install, if any? REG ADD %KEY%\002 /VE /D "Alcohol 120" /f REG ADD %KEY%\002 /V 1 /D "%systemdrive%\Install\Alcohol120\setup.msi /qn" /f Anyone? Zoom7000
  10. Thanks for your help, however, I've noticed this on the MSFN guide to installing Sun Java VM... This would contradict what you're saying right? Zoom7000
  11. Thanks for your help icarus. I didn't know that was important as I never saw it in the MSFN Examples. Thanks anyway, now any ideas on the other problems? Zoom7000
  12. Hello folks, I was wondering if anyone could give me a hand, I've been testing out my XPSP2+Apps DVD with Virtual PC. It seems to install Windows fine, however, after the initial boot, it doesn't reboot automatically, and I have to reboot it. Only thereafter does it run the RunOnceEx.cmd file. I have attached my winnt.sif code below. [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" [Unattended] DriverSigningPolicy = ignore OverwriteOemFilesOnUpgrade = yes KeyboardLayout="United Kingdom" UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes UnattendSwitch="yes" TargetPath=\WINDOWS WaitForReboot="No" [GuiUnattended] AdminPassword=* EncryptedAdminPassword=No OEMSkipRegional=1 TimeZone=85 OemSkipWelcome=1 [UserData] ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx FullName="-" OrgName="" ComputerName=Home [Display] BitsPerPel=32 Xresolution=800 YResolution=600 Vrefresh=75 [TapiLocation] CountryCode=44 [RegionalSettings] LanguageGroup=1 SystemLocale=00000809 UserLocale=00000809 InputLocale=0809:00000809 [Identification] JoinWorkgroup=Local [Networking] InstallDefaultComponents=Yes [URL] Home_Page=http://www.msfn.org [IEPopupBlocker] BlockPopups=Yes FilterLevel=Medium ShowInformationBar=Yes [Components] msmsgs=off msnexplr=off freecell=off hearts=off minesweeper=off pinball=off solitaire=off spider=off zonegames=off [GuiRunOnce] %systemdrive%\Install\RunOnceEx.cmd So, basically, is there a way to trigger the automatic reboot? NOTE: I haven't put in the drivers as of yet because I am only testing the DVD on a virtual pc at this stage. I hope to implement the drivers later. Also, I've been having problems with my RunOnceEx.cmd file itself. Firstly when installing Alcohol 120% it asks me for SCSI drivers for the Virtual Drive that it creates, is there a way to get around this problem? What drivers do I need to install, if any? Secondly, it won't install the Sun JRE, the arrow will point at the Sun JRE and then move along without installing the program, and the same has been happening with the Office 2003 Installation, the arrow points at the text and then moves along without actually installing it. I have followed MSFN's Office 2003 Advanced Installation guide. Also, .NET Framework is giving me problems. It keeps prompting me whether I wish to install, and also whether I agree to the license etc etc. When it finally gets to the end, it pops up a window (similar to the one that sasser and msblast) used to popup saying it will shutdown in 1 min. Although there is no access to the internet from the virtual pc, so I can't see how it can be a virus. My RunOnceEx.cmd code is shown below: cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\001 /VE /D "Adobe Reader 6" /f REG ADD %KEY%\001 /V 1 /D "%systemdrive%\Install\AdobeReader6\Adobe Reader 6.0.1.msi /qn" /f REG ADD %KEY%\002 /VE /D "Alcohol 120" /f REG ADD %KEY%\002 /V 1 /D "%systemdrive%\Install\Alcohol120\setup.msi /qn" /f REG ADD %KEY%\003 /VE /D "MSN Messenger 6.2" /f REG ADD %KEY%\003 /V 1 /D "%systemdrive%\Install\MSN\MsnMsgs.msi /qn" /f REG ADD %KEY%\004 /VE /D "Nero Burning ROM 6.3.1.17" /f REG ADD %KEY%\004 /V 1 /D "REGEDIT /S %systemdrive%\Install\Nero\register.reg" /f REG ADD %KEY%\004 /V 2 /D "%systemdrive%\Install\Nero\nero63117.exe /silent /noreboot" /f REG ADD %KEY%\005 /VE /D "Sun Java 1.4.2" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\Install\Java\j2re-1_4_2_05.exe /s /v/qn" /f REG ADD %KEY%\006 /VE /D "WinRAR 3.30" /f REG ADD %KEY%\006 /V 1 /D "%systemdrive%\Install\WinRAR\winrar330.exe /s" /f REG ADD %KEY%\007 /VE /D "Microsoft Office 2003" /f REG ADD %KEY%\007 /V 1 /D %systemdrive%\Install\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb- REG ADD %KEY%\008 /VE /D ".NET Framework 1.1" /f REG ADD %KEY%\008 /V 1 /D "%systemdrive%\Install\Dotnet\dotnetfw.exe" /f REG ADD %KEY%\019 /VE /D "Importing Registry Tweaks" /f REG ADD %KEY%\019 /V 1 /D "REGEDIT /S %systemdrive%\Install\Regtweaks\regtweaks.reg" /f REG ADD %KEY%\020 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\020 /V 1 /D "%systemdrive%\Install\Cleanup\cleanup.cmd" /f EXIT Any help will be greatly appreciated. Thanks! Zoom7000
×
×
  • Create New...