Re: [python-win32] export registry keys

2006-03-14 Thread Tim Roberts
On Tue, 14 Mar 2006 10:58:39 +0100, le dahut <[EMAIL PROTECTED]> wrote: > Tim Roberts a ?crit : > >>> >>> If you're going to do it from Python, then you don't have to worry about >>> using the standard regedit format. There are a couple of registry class >>> wrappers for Python that turn a regis

Re: [python-win32] export registry keys

2006-03-14 Thread le dahut
Hello, Tim Roberts a écrit : > On Fri, 10 Mar 2006 09:29:07 +0100, le dahut <[EMAIL PROTECTED]> wrote: > >> I was thinking about win32api.RegSaveKey or _winreg.SaveKey but on XP it >> must be preceded by a privilege modification and they don't save regular >> .reg files but internal reg format

Re: [python-win32] export registry keys

2006-03-10 Thread Tim Roberts
On Fri, 10 Mar 2006 09:29:07 +0100, le dahut <[EMAIL PROTECTED]> wrote: >I was thinking about win32api.RegSaveKey or _winreg.SaveKey but on XP it >must be preceded by a privilege modification and they don't save regular >.reg files but internal reg format ... >My app will be py2exeded and used b

Re: [python-win32] export registry keys

2006-03-10 Thread le dahut
I was thinking about win32api.RegSaveKey or _winreg.SaveKey but on XP it must be preceded by a privilege modification and they don't save regular .reg files but internal reg format ... My app will be py2exeded and used by hundreds of people so I can install Resource Kits or other stuff, it must

Re: [python-win32] export registry keys

2006-03-09 Thread Tim Roberts
On Thu, 09 Mar 2006 17:56:08 +0100, le dahut <[EMAIL PROTECTED]> wrote: >What is the best way to export/import a part of windows registry into >original .reg files (according to the os type). Code must run on both 98 >and XP ? > If you can find a copy of the Windows 2000 Resource Kit (and it ma

[python-win32] export registry keys

2006-03-09 Thread le dahut
Hello, What is the best way to export/import a part of windows registry into original .reg files (according to the os type). Code must run on both 98 and XP ? K. ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/lis