Jump to content

Different Appz version, same switch?


dorguy

Recommended Posts


I try to run RunOnceEx.cmd from the Hard drive. Here is my code

@Echo Off
rem PP=%systemdrive%\install\
SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
REG ADD %KEY% /V TITLE /D "Windows XP SP2 - Installation by =Vengeance=" /f
REG ADD %KEY%\000 /VE /D "Install Norton Antivirus 2003 Pro" /f
REG ADD %KEY%\000 /V 1 /D "%systemdrive%\install\Applications\NAV2003\NAV\NAV.msi /Q" /f

REG ADD %KEY%\001 /VE /D "Install MSN Messenger 6.2" /f
REG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\MSN\MsnMsgs.msi /qb" /f

REG ADD %KEY%\002 /VE /D "Install WinRAR 3.30" /f
REG ADD %KEY%\002 /V 1 /D "%systemdrive%\install\Applications\WinRAR\wrar330.exe /s" /f

REG ADD %KEY%\003 /VE /D "Install .NET Framework v1.1" /f
REG ADD %KEY%\003 /V 1 /D "%systemdrive%\install\NetFramework\netfx.msi /qb" /f

REG ADD %KEY%\004 /VE /D "Install Adobe Reader 6" /f
REG ADD %KEY%\004 /V 1 /D "%systemdrive%\install\Applications\AdobeReader6\AdbeRdr60_enu_basic.exe -p\"-s /v\"/qn\"\"" /f

REG ADD %KEY%\005 /VE /D "Installation de Sun Java VM 1.4.2" /f
REG ADD %KEY%\005 /V 1 /D "j2re-1_4_2_05-windows-i586-p.exe /s /v/qn" /f
pause
EXIT

Any suggestion which allow me to try it without having to burn it. I hate wasting DVD.I got the following error when i restart (see attachment)

post-80-1092950002_thumb.jpg

Link to comment
Share on other sites

Any suggestion which allow me to try it without having to burn it. I hate wasting DVD.

Yes, get a virtual machine, either MS Virtual PC or VMWare.

Are you sure that your $OEM$ folders got copied onto your C: drive?

Link to comment
Share on other sites

Yes, get a virtual machine, either MS Virtual PC or VMWare.Are you sure that your $OEM$ folders got copied onto your C: drive?

Yes is in C:\XPCD\$OEM$ as he tell it on the Official Guide.

For Virtual PC i try it but when i install the original CD of WIN XP, he do not detect Network card and Sound card. Any idea about that?

Link to comment
Share on other sites

Yes is in C:\XPCD\$OEM$ as he tell it on the Official Guide.

That doesn't ensure that it got copied over though. After the install did you check that the folder actually got copied? In order for Windows to copy that folder over you must have this in your winnt.sif:

OemPreinstall=Yes

Link to comment
Share on other sites

MMM i dont see it... Have a look to my winnt.sif

;SetupMgrTag

[Data]    AutoPartition=1

    MsDosInitiated="0"

    UnattendedInstall="Yes"

[unattended]

    UnattendMode=FullUnattended

    OemSkipEula=Yes

    OemPreinstall=No

    TargetPath=\WINDOWS

[GuiUnattended]

    AdminPassword=*

    EncryptedAdminPassword=NO

    OEMSkipRegional=1

    TimeZone=35

    OemSkipWelcome=1

[userData]

    ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

    FullName="xxxx"

    OrgName="xxxx."

    ComputerName=xxxxx

[Display]

    BitsPerPel=32

    Xresolution=1024

    YResolution=768

    Vrefresh=85

[TapiLocation]

    CountryCode=107

    Dialing=Tone

    AreaCode=450

[RegionalSettings]

    LanguageGroup=1

    SystemLocale=00001009

    UserLocale=00001009

    InputLocale=1009:00000409

[GuiRunOnce]

    Command0=" %systemdrive%\install\RunOnceEx.cmd"

[identification]

    JoinWorkgroup=xxxxxxx

[Networking]

    InstallDefaultComponents=Yes

[Components]

    chat = Off

    freecell = Off

    hearts = off

    media_utopia = Off

    minesweeper = Off

    msnexplr = Off

    mswordpad = Off

    paint = Off

    pinball = Off

    solitaire = Off

    spider = Off

    WMAccess = Off

    zonegames = Off

   

Is something wrong in that? Is RunOnceEx.cmd are executed at the first logon when Windows as finishing the Installation of the system?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...