XPero's utilities Miscellaneous tools (no XPize related)
#61
Posted 19 June 2007 - 05:21 PM
Hi XPero,
this version grants access to the user Administrator, but not the group Administratoren (Administrators).
André
this version grants access to the user Administrator, but not the group Administratoren (Administrators).
André
#62
Posted 20 June 2007 - 08:37 AM
I think I've found another way of doing it. I will update the app soon this week or the next. Thanks for all Andre.
#63
Posted 20 June 2007 - 03:19 PM
ok, no problem. I will test the new version asap after you release it
#67
Posted 26 June 2007 - 01:04 AM
Boooh, It doesnt work
I will be adding a textbox, so people can supply "Administrators" in their own language.
#68
Posted 26 June 2007 - 02:50 PM
OK, beta 2 out in 1st post
Please Andre test this one. I think it is fixed. Cheers
#70
Posted 27 June 2007 - 09:33 AM
Hi XPero, you used "BUILDIN\Adminstrators" to grant control. This code snippet retrives the translated Name (in German: VORDEFINIERT\Administratoren"). I hope this will work. Could you include this code into your tool?
string getName(WellKnownSidType wksid)
{
SecurityIdentifier sid = new SecurityIdentifier(wksid, null);
NTAccount account = (NTAccount)sid.Translate(typeof(NTAccount));
return account.Value;
}
getName(WellKnownSidType.BuiltinAdministratorsSid)
This post has been edited by MagicAndre1981: 27 June 2007 - 11:49 PM
#76
Posted 02 July 2007 - 06:13 AM
Hi there XPero,
I recently discovered your Reg File Merger utility and its been a godsend with my addon pack building. Thanks so much to you and others here who build and share such useful utilities.
I have two questions for you please.
1. Is there any way that Reg File Merger could function in such a way that you can drag a list of reg files onto it and they are automatically loaded. This would be also mean that we can add it to our SendTo menu and send files directly there that way.
2. Would you be kind enough to grant me permission to make an unattended installer (addon) of this to share with the nice folks over at RyanVM?
Thanks for reading!
I recently discovered your Reg File Merger utility and its been a godsend with my addon pack building. Thanks so much to you and others here who build and share such useful utilities.
I have two questions for you please.
1. Is there any way that Reg File Merger could function in such a way that you can drag a list of reg files onto it and they are automatically loaded. This would be also mean that we can add it to our SendTo menu and send files directly there that way.
2. Would you be kind enough to grant me permission to make an unattended installer (addon) of this to share with the nice folks over at RyanVM?
Thanks for reading!
#77
Posted 06 July 2007 - 05:55 AM
Mrs Peel, on Jul 2 2007, 01:13 PM, said:
Hi there XPero,
I recently discovered your Reg File Merger utility and its been a godsend with my addon pack building. Thanks so much to you and others here who build and share such useful utilities.
I have two questions for you please.
1. Is there any way that Reg File Merger could function in such a way that you can drag a list of reg files onto it and they are automatically loaded. This would be also mean that we can add it to our SendTo menu and send files directly there that way.
2. Would you be kind enough to grant me permission to make an unattended installer (addon) of this to share with the nice folks over at RyanVM?
Thanks for reading!

I recently discovered your Reg File Merger utility and its been a godsend with my addon pack building. Thanks so much to you and others here who build and share such useful utilities.
I have two questions for you please.
1. Is there any way that Reg File Merger could function in such a way that you can drag a list of reg files onto it and they are automatically loaded. This would be also mean that we can add it to our SendTo menu and send files directly there that way.
2. Would you be kind enough to grant me permission to make an unattended installer (addon) of this to share with the nice folks over at RyanVM?
Thanks for reading!
Thank for your comments.
1) Yes, but I dont have the time for it. We will see in a future.
2) Yes, of course.
#79
Posted 30 July 2007 - 01:07 AM
Is there instructions on how to the RSC? Like what is a Resource Address? Resource Folder? And what we should type in there? Is there anyway to create a "search that finds the replacement and writes it to a file"? John
#80
Posted 30 July 2007 - 01:16 AM
Well, if you understand Reshacker scripts, you will understand my application. Download XPize source code and check some scripts to see their syntax (you can also have a look to Reshacker help).



Help


Back to top









