Jump to content

Recommended Posts


Posted

why not place walpapers in the $OEM$ distribution folders for example: \$OEM$\$$\Web\Wallpapers\ Anything placed in this folder or any of the $OEM$ folders is copied across to the hard drive during setup.

Posted

If you're talking about putting the copy command directly into RunOnceEx.cmd it should work without a problem, but if you're wanting to put it in one of the registry entries, then it should start with a cmd.exe /c

Posted

why not go one step further. use winrar to repackage, choose sfx option, and the best format, then alter the sfx options to what u want (ex: directory to the wallpaper one). this will create an executable w/ no switches needed & also add compression reducing the size & then add that to the runonce. i did and it works pretty **** good!!!!!

Posted
Can you give an example??

Start > run .. type: cmd

when it opens type xcopy /?

voila, example :)

Posted
why not go one step further. use winrar to repackage, choose sfx option, and the best format, then alter the sfx options to what u want (ex: directory to the wallpaper one). this will create an executable w/ no switches needed & also add compression reducing the size & then add that to the runonce. i did and it works pretty **** good!!!!!

i´ll try it.

thanks!

Posted

an example would be:

ECHO Installing Cursors...
XCOPY /Q %systemdrive%\install\Cursors %systemroot%\Cursors
ECHO.

%systemdrive%\install\Cursors: this is where they are located at

%systemroot%\Cursors: this is where u want them installed to

this is the way i used to do it, but i just created a cursors folder in the system directory that way they are automatically added.

Posted
an example would be:

ECHO Installing Cursors...
XCOPY /Q %systemdrive%\install\Cursors %systemroot%\Cursors
ECHO.

%systemdrive%\install\Cursors: this is where they are located at

%systemroot%\Cursors: this is where u want them installed to

this is the way i used to do it, but i just created a cursors folder in the system directory that way they are automatically added.

thanks too!!!

I try with winrar trick and it works great!

I'll try with xcopy command....

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