Jump to content

Recommended Posts

Posted (edited)

Hi, i just want to some help from you guys, i'm doing my xpcd and working but my RunOnce is working also but i got error, Windows cannot find C:\install 7zip.exe., the install folder is already inside my drive C but the my runonce cannot find it, i read all the forums from last page to through page 1 but i cannot find the answer. that's why i post my problem, thank you in advance guys.

this is my runonceex

@cmdow @ /HID ||@Echo Off

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

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%01 /VE /D "Preparing Installation..." /f

REG ADD %KEY%02 /VE /D "Adobe Reader" /f

REG ADD %KEY%02 /V 1 /D "%Systemdrive%\install\AdbeRdr707_en_US.exe /S /v/qn" /f

REG ADD %KEY%03 /VE /D "Net Framework" /f

REG ADD %KEY%03 /V 1 /D "%Systemdrive%\install\dotnetfw.exe" /f

REG ADD %KEY%05 /VE /D "Cleaning Up" /f

REG ADD %KEY%05 /V 1 /D "%Systemdrive%\cleanup.cmd" /f

EXIT

and this is my winnt.sif

Home_Page=http;//www.yahoo.com

Search_Page=http://www.google.com

[Proxy]

Proxy_Enable=0

Use_Same_Proxy=1

[iEPopupBlocker]

BlockPopups=Yes

FilterLevel=High

ShowInformationBar=Ye

[PCHealth]

bDisplay=0

ER_Display_UI=1

ER_Enable_Applications=All

ER_Enable_Kernel_Errors=0

ER_Enable_Reporting=0

ER_Enable_Windows_Components=0

ER_Force_Queue_Mode=0

ER_Include_MSApps=0

ER_Include_Shutdown_Errs=0

RA_AllowFullControl=0

RA_AllowToGetHelp=0

RA_AllowUnsolicited=0

ER_Report_Path="%WinDir%\Temp"

[shell]

Default

CustomDefaultThemeFile="%WinDir%\Resources\Themes\VistaCG.theme"

[identification]

JoinWorkgroup="Home"

[Networking]

InstallDefaultComponents="Yes"

[RegionalSettings]

SystemLocale="0409"

UserLocale="0409"

UserLocale_DefaultUser="0409"

InputLocale="0409:00000409"

InputLocale_DefaultUser="0409:00000409"

[userData]

ProductKey=88888888888888888888888888888

ComputerName=CHARNEL

FullName="Michael Te"

OrgName="Home"

OSLoadOptionsVar="/noexecute=alwaysoff"

OSLoadOptions="/noexecute=alwaysoff"

OsLoadTimeout=5

[GuiUnattended]

AdminPassword=*

TimeZone=210

OEMSkipRegional=1

OemSkipWelcome=1

[setupParams]

SkipMissingFiles=Yes

[Display]

Xresolution=1024

Yresolution=768

BitsPerPel=32

[unattended]

UnattendMode=DefaultHide

UnattendSwitch=Yes

OemPreinstall=No

OemSkipEula=Yes

Repartition=Yes

FileSystem=NTFS

WaitForReboot=No

NoWaitAfterTextMode=1

NoWaitAfterGUIMode=1

DriverSigningPolicy=Ignore

NonDriverSigningPolicy=Ignore

Hibernation=No

AutomaticUpdates=0

CrashDumpSetting=0

post-136871-1179442538_thumb.jpg

Edited by Kelsenellenelvian
Removed the left over serial

Posted

Hi kelsenellenelvia

opps! i forgot to remove the serial sorry! Thank you very much for erasing my serial.

yes i already chang it to oempreinstall= Yes

the install folder in on the c alredy and the apps but the runonce say cannot find.

thank you

Posted

have you checked the paths?

you should have your files inside $OEM$\$1\Install in your xpcd. They have to be in X(system drive):\Install not just X:

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