Jump to content

chimera451

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About chimera451

chimera451's Achievements

0

Reputation

  1. I have read in a number of posts that to get Vista you have to have a MSDN subscription. I have a MSDN subscription and beta 1, but I can't seem to find where I can download build 5270. Can someone provide some information about how I can go about finding the download link on Microsoft's website. Thanks.
  2. Just thought I would give an update. cluberti - I tried your method and it worked really well. I didn't know you could do that. It was interesting because when the command prompt opened up it showed where it was executing RunOnceEx.cmd but I was getting an error saying that it was an unrecognized command. Thinking that the name might be too long (the whole 8 character name issue), I changed the name of the file to runonce.cmd (and obviously made the appropriate change to cmdlines.txt). Now everything is working like a champ. Thanks for all of the help everyone!!
  3. Ok, I will try that. Unfortunately, I am doing this at work, only work part time, and am going back in to work on Wednesday. So it will take a little time for me to find out if that works. I will keep you guys posted. Thanks!!
  4. Yes, the OEM tree copies over correctly and it creates the c:\install, c:\Program Files\Winzip, and places cmdow into c:\windows\system32. When Windows boots for the first time, it loads up but the applications don't start installing. I guess for some reason the RunOnceEx.cmd isn't applying the registry settings. When I execute the RunOnceEx.cmd file manually after windows has loaded, I can check the registry and the values are in the correct places. Then, when I execute RunOnceEx.cmd with "rundll32.exe iernonce.dll,RunOnceExProcess" it works fine. It has me stumped. Thanks for the help by the way.
  5. I have been searching for about a day now and haven't found a solution to my problem. I am trying to install XP Pro unattended over a network. Everything works fine until it comes time for my applications to install. I am using the RunOnceEx.cmd method outlined on the unattended site. Here is my cmdlines.txt file: [Commands] "RunOnceEx.cmd" "c:\windows\regedit.exe /s c:\login.reg" login.reg is just some registry settings to autologin as adminstrator after Windows is done installing since I join a domain during the install. The strange thing is that cmdlines.txt has to be executing because I autologin when Windows does its final reboot, but my applications don't install so RunOnceEx.cmd doesn't seem to executing. (I tested it by removing the login.reg file and it just comes to the login prompt - login and RunOnceEx.cmd doesn't execute) The following is my RunOnceEx.cmd file: cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\005 /VE /D "Adobe Acrobat 5" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\Acrobat\setup.exe -s" /f REG ADD %KEY%\010 /VE /D "WinZip 8.1" /f REG ADD %KEY%\010 /V 1 /D "\"%ProgramFiles%\WinZip\winzip32.exe\" /noqp /notip /autoinstall" /f REG ADD %KEY%\015 /VE /D "Office 2000" /f REG ADD %KEY%\015 /V 1 /d "%systemdrive%\install\Office2k\data1.msi /qb" /f REG ADD %KEY%\055 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f EXIT When I run my RunOnceEx.cmd manually to test, it works fine. The following is my winnt.sif file: [Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes" [Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes OemPnPDriversPath="a lot of stuff here" TargetPath=WINDOWS Filesystem=ConvertNTFS DriverSigningPolicy=Ignore [GuiUnattended] AdminPassword=xxx EncryptedAdminPassword=Yes TimeZone=85 OemSkipWelcome=1 OemSkipRegional=1 [UserData] ProductID=xxxx FullName=xxxx OrgName=xxxx ComputerName=xxxx [Identification] JoinDomain=xxxx DomainAdmin=xxxx DomainAdminPassword=xxxx [Networking] InstallDefaultComponents=Yes [RegionalSettings] LanguageGroup="1" Language="00000409" [WindowsFirewall] Profiles = WindowsFirewall.TurnOffFirewall [WindowsFirewall.TurnOffFirewall] Mode = 0 I am not sure if something jumps out to anyone. Another question I had is about the location of the $oem$ folder. Everywhere I have read, it says that the $oem$ folder should be inline with the i386 folder when booting from CD. From what I have read, when performing a network install the $oem$ folder should be underneath the i386 folder. All the files in my $oem$ folder are copied to their proper places so I have to assume my $oem$ folder is alright, but I am not sure. Could this be causing the problem? Any help would be much appreciated.
×
×
  • Create New...