Jump to content

Recommended Posts

Posted

I m new to the whole concept of creating a unattended Xp ...

i have tried nlite it was good... but now i prefer WPI ...

I use a lot of portable softwares ( tat don't need installation) :)

Is it possible to load these portable apps along with Xp installation... esp to a particular folder

since i have to put few softwares in windows folder while some in aonther drive ..

Is it possible,??

If so how to do it??

Pls HELP...

Thankx in advance...


Posted (edited)

To do this in WPI, just put them in your Install folder and run one of these commands, depending where you want the folder to copy to

{DIRCOPY} %wpipath%\Install\FolderToCopy %systemdrive%\FolderToCopyTo <-- To copy directly to the system drive (usually C:\)

{DIRCOPY} %wpipath%\Install\FolderToCopy %programfiles%\FolderToCopyTo <-- To copy directly to the Program Files directory

{DIRCOPY} %wpipath%\Install\FolderToCopy %systemroot%\FolderToCopyTo <-- To copy directly to the Windows directory

If it's just a single file, then use:

{FILECOPY} %wpipath%\PathToFile\File.txt %systemdrive%\PathToDestination\File.txt

You can still use %programfiles%, %systemroot%, etc. or not even use them at all if you know for sure the path where they will be going.

Edited by chaoticyeshua

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