Jump to content

the \$OEM$\$1\Install is not copied over to the hard dr


Recommended Posts

hi all.

i have a problem in running RunOnceEx.cmd

with the first logon i have a message telling me (c/install is not found ).

i did everything right.

i used vmware to test my cd but always give the same message

need help please

thanks in advance

Link to comment
Share on other sites


the path of my installation files is XP/$OEM$\$1\Install.

i wrote in runonceEx the path is%systemdrive/install%

thanks for reply

you have a forward slash instead of a backslash in your path. It has to be %systemdrive%\install

Edited by Yzöwl
additional correction regarding position of % character.
Link to comment
Share on other sites

here is my RunOnceEX.cmd

cmdow @ /HID

@echo off

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Mr.REDA" /f

REG ADD %KEY%\005 /VE /D "avg" /f

REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\AVG9\avgsetup.exe /script_file %systemdrive%\install\AVG9\avgsetup.ini" /f

EXIT

Link to comment
Share on other sites

Even though I've seen it mentioned somewhere that they're not necessary, the only thing I can suggest may be wrong with your RunOnceEx file is that the script_file should be within double-quotes.

@CMDOW @ /HID
SETLOCAL
SET "KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx"
SET "I_D=%%SYSTEMDRIVE%%\INSTALL"

REG ADD %KEY% /V TITLE /D "Mr.REDA"

REG ADD %KEY%\005 /VE /D "avg"
REG ADD %KEY%\005 /V 1 /D^
"%I_D%\AVG9\avgsetup.exe /script_file \"%I_D%\AVG9\avgsetup.ini\""

That said, if your \XP\$OEM$\$1\Install isn't being copied over then your problem is elsewhere.

You need to provide us with a full folder structure of your \XP Directory and a copy of your \XP\I386\winnt.sif contents, (with any serials/keys obfuscated).

There's no reason why a VM would not read a properly created sif file.

Link to comment
Share on other sites

vmware workstation is using easyinstall,it means is doesnt depend on your winnt.sif file.thats why it asks about

product key and if you dont put it ,it will ask about it during install.if it reads winnt.sif it will not ask about product key .

anyway, here is a copy of my winnt.sif :

; Generated by nLite 1.4.9

[Data]

Autopartition=0

MsDosInitiated=0

UnattendedInstall="Yes"

[unattended]

UnattendMode=DefaultHide

UnattendSwitch="No"

OemPreinstall="Yes"

OemSkipEula="Yes"

FileSystem=*

WaitForReboot="No"

NoWaitAfterTextMode=1

NoWaitAfterGUIMode=1

DriverSigningPolicy=Ignore

NonDriverSigningPolicy=Ignore

[systemRestore]

[GuiUnattended]

OemSkipWelcome=1

[Components]

[userData]

ProductKey="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"

[RegionalSettings]

LanguageGroup=1

Language= "0409"

[Networking]

InstallDefaultComponents="Yes"

and here is list of my cd content:

$$OEM$$

DOTNETFIX

I386

SUPPORT

VALUEADD

AUTORUN.INF

WIN51

WIN51IPWIN51IP.SP2

README.HTM

SETUP.EXE

SETUPXP.HTM

thanks for great help

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...