Jackrip5 Posted March 26, 2005 Posted March 26, 2005 Hi @ll,Is it possible to remove more directorys at a time. For the moment i have to create a record for every single directory i want to erase.So i have something like this a 10 to 20 times in my xml file :<fileio-rmdir display="Ordner löschen" desc="Startmenüordner Löschen : Antispy" configs="NORMAL,NOSRV"><from>#USERPROFILE#\Startmenü\Programme\Xp_Antispy</from></fileio-rmdir>Is there a more convenient way to manage this ??Thx for reply
benners Posted March 27, 2005 Posted March 27, 2005 You could create a batch file that deletes all the dirs you want e.g rd /s /q "%allusersprofile%\Application Data\Spybot - Search & Destroy" then run that from xplode with <execute display='Running Batch file'> <program>#SYSTEMROOT#\delete.cmd</program> <hide>true</hide> </execute> replacing the file names and locations with your own
Jackrip5 Posted March 27, 2005 Author Posted March 27, 2005 Thx for your hint. That's exactly the way i manage it with the runonceex method. But i wanted to get away from all those batch files and thats why i passed to another unattended install type like xplode. Nevertheless thank you !
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