Jump to content

Help Need!


Recommended Posts

Can anyone help me coz i'm really new at making my own UA CD

Can anyone tell me how to launch a reg file automatically??

And

How to lauch software right after windows reboot???

P/Z help!!

Thanks in advanced

Link to comment
Share on other sites


Guest WebMadman

1.launch a reg file automatically:

put xxxx.reg in WIN\$OEM$\xxxx.reg

put xxxx.reg in WIN\$OEM$\cmdlines.txt

cmdlines.txt=

[COMMANDS]

"REGEDIT /S xxxx.reg"

2. lauch software and reg right after windows reboot

put install.cmd in WIN\$OEM$\cmdlines.txt

cmdlines.txt=

[COMMANDS]

"install.cmd"

put install.cmd in WIN\$OEM$\install.cmd

install.cmd=

@echo off

SET PP=%SystemDrive%\Install\

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

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

REG ADD %KEY%\006 /VE /D "ACDSee 6.03" /f

REG ADD %KEY%\006 /V 1 /D "%systemdrive%\install\ACDSee.msi /norestart /qb PIDKEY="xxx-xxx-xxx-xxx-xxx-xxx" " /f

REG ADD %KEY%\006 /V 2 /D "REGEDIT /S %systemdrive%\install\acdsee.reg" /f

exit

go to:

http://unattended.msfn.org/unattended.xp/view/web/59/

:thumbup

Edited by WebMadman
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...