MSFN Forum: XPero's utilities - MSFN Forum

Jump to content


  • 6 Pages +
  • « First
  • 2
  • 3
  • 4
  • 5
  • 6
  • You cannot start a new topic
  • You cannot reply to this topic

XPero's utilities Miscellaneous tools (no XPize related) Rate Topic: -----

#61 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,968
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 19 June 2007 - 05:21 PM

Hi XPero,

this version grants access to the user Administrator, but not the group Administratoren (Administrators).

André


#62 User is offline   XPero 

  • Father of XPize / Vize
  • Group: Developers
  • Posts: 1,912
  • Joined: 08-August 04

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 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,968
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 20 June 2007 - 03:19 PM

ok, no problem. I will test the new version asap after you release it :)

#64 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,968
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 25 June 2007 - 05:21 AM

any progress with the new version?

#65 User is offline   XPero 

  • Father of XPize / Vize
  • Group: Developers
  • Posts: 1,912
  • Joined: 08-August 04

Posted 25 June 2007 - 01:52 PM

No sorry. I will post this week for sure.

#66 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,968
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 25 June 2007 - 03:11 PM

ok, I will wait :)

#67 User is offline   XPero 

  • Father of XPize / Vize
  • Group: Developers
  • Posts: 1,912
  • Joined: 08-August 04

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 User is offline   XPero 

  • Father of XPize / Vize
  • Group: Developers
  • Posts: 1,912
  • Joined: 08-August 04

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

#69 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,968
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 27 June 2007 - 09:04 AM

no, it still doesn't work on my German Vista :(

#70 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,968
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

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


#71 User is offline   XPero 

  • Father of XPize / Vize
  • Group: Developers
  • Posts: 1,912
  • Joined: 08-August 04

Posted 27 June 2007 - 01:14 PM

Wow, thanks a lot! New version uploaded.

#72 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,968
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 27 June 2007 - 11:50 PM

ok, I'll test it this evening, when I'm at home.

#73 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,968
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 28 June 2007 - 09:03 AM

the new version works perfect :)

#74 User is offline   XPero 

  • Father of XPize / Vize
  • Group: Developers
  • Posts: 1,912
  • Joined: 08-August 04

Posted 28 June 2007 - 12:15 PM

Yahooo. Thanks for your help :)

#75 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,968
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 28 June 2007 - 03:13 PM

no problem :)

#76 User is offline   Mrs Peel 

  • Group: Members
  • Posts: 9
  • Joined: 29-January 06

  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!

:)

#77 User is offline   XPero 

  • Father of XPize / Vize
  • Group: Developers
  • Posts: 1,912
  • Joined: 08-August 04

Posted 06 July 2007 - 05:55 AM

View PostMrs 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!

:)

Thank for your comments.

1) Yes, but I dont have the time for it. We will see in a future.
2) Yes, of course.

#78 User is offline   XPero 

  • Father of XPize / Vize
  • Group: Developers
  • Posts: 1,912
  • Joined: 08-August 04

Posted 25 July 2007 - 02:14 PM

New tool, see first post :)

#79 User is offline   RBCC 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 633
  • Joined: 09-July 04

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 User is offline   XPero 

  • Father of XPize / Vize
  • Group: Developers
  • Posts: 1,912
  • Joined: 08-August 04

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).

Share this topic:


  • 6 Pages +
  • « First
  • 2
  • 3
  • 4
  • 5
  • 6
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy