vinaypro Posted March 6, 2009 Posted March 6, 2009 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 foldersince 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...
chaoticyeshua Posted March 6, 2009 Posted March 6, 2009 (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 directoryIf it's just a single file, then use: {FILECOPY} %wpipath%\PathToFile\File.txt %systemdrive%\PathToDestination\File.txtYou 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 March 6, 2009 by chaoticyeshua
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now