UniAdmin 0.7.8 DeleteMod

Support and feedback for UniAdmin

UniAdmin 0.7.8 DeleteMod

Postby BreeOge » Sat Apr 07, 2007 10:53 pm

Still have the problem when you have the deletemod on, EVERY file in the Interface/addon directory comes up with a box and the directory name and a button that says ok. I tried this on two machines both diffrent OS one vista one XP and both did the same thing. The UNIUploader locks up till you have hit ok for every directory in your folder.

But the good news, after hitting ok 40x it does delete the folder its suppose to. :rabbit2:

You still have my details if you want to test it..
Image
User avatar
BreeOge
WR.net Apprentice
WR.net Apprentice
 
Posts: 46
Joined: Sun Feb 25, 2007 9:04 pm

UniAdmin 0.7.8 DeleteMod

Postby MattM » Sun Apr 08, 2007 1:07 am

This might be a problem with UU

I'll do some debugging and get back to you guys about it.
MattM
UA/UU Developer
UA/UU Developer
Gimpy Developer
Gimpy Developer
 
Posts: 886
Joined: Tue Jul 04, 2006 9:53 pm
Location: USA

Re: UniAdmin 0.7.8 DeleteMod

Postby BreeOge » Sun Apr 08, 2007 2:03 am

Thank you
Image
User avatar
BreeOge
WR.net Apprentice
WR.net Apprentice
 
Posts: 46
Joined: Sun Feb 25, 2007 9:04 pm

Re: UniAdmin 0.7.8 DeleteMod

Postby Jabouty » Wed Apr 11, 2007 4:59 am

BreeOge wrote:Still have the problem when you have the deletemod on, EVERY file in the Interface/addon directory comes up with a box and the directory name and a button that says ok. I tried this on two machines both diffrent OS one vista one XP and both did the same thing. The UNIUploader locks up till you have hit ok for every directory in your folder.

But the good news, after hitting ok 40x it does delete the folder its suppose to. :rabbit2:

You still have my details if you want to test it..


Ditto here, driven me nutso! Thanks!
User avatar
Jabouty
WR.net Apprentice
WR.net Apprentice
 
Posts: 60
Joined: Thu Dec 28, 2006 6:22 pm

Re: UniAdmin 0.7.8 DeleteMod

Postby Exerladan » Thu Jun 07, 2007 8:39 pm

In Form1.cs, function deleteSpecifiedAddons()
Code: Select all
            foreach(string addon in addonsToCheck)
               {
                  MessageBox.Show(installedAddonDir.Name.ToLower());
                  if (installedAddonDir.Name.ToLower() == addon.ToLower())
                  {
                     Directory.Delete(installedAddonDir.FullName,true);
                  }
               }


Remove or comment

Code: Select all
MessageBox.Show(installedAddonDir.Name.ToLower());


;)
Last edited by Exerladan on Thu Jun 07, 2007 8:39 pm, edited 1 time in total.
Exerladan
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 101
Joined: Tue Jul 25, 2006 2:47 pm


Return to UniAdmin

Who is online

Users browsing this forum: No registered users and 0 guests

cron