March 6, 200917 yr 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...
March 6, 200917 yr 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, 200917 yr by chaoticyeshua
Create an account or sign in to comment