rbt wrote:
> I'm creating a Python plugin for Bartpe (Windows Pre-Install
> Environment) and it works OK, but to make it work _exactly_ like it does
> on XP (.py and .pyw associate with python and pythonw), I need to
> extract the reg entries so I can recreate them in the WinPE environment.
If
[Laszlo Zsolt Nagy wrote]
> rbt wrote:
>
> >On windows xp, is there an easy way to extract the information that
> >Python added to the registry as it was installed?
> >
> >
> Using regedit.exe, look at the registry keys and values under
>
> HKEY_LOCAL_MACHINE\Software\Python
>
> If you need t
"rbt" <[EMAIL PROTECTED]> wrote:
> On windows xp, is there an easy way to extract the information that Python
> added to the registry as it was installed?
You should be able to find all the entries in msi.py that's used to build the
installer.
Roger
== Posted via Newsfeeds.Com
gene tani wrote:
>> There's more to it than that... isn't there? I've used _winreg and the
>> win32 extensions in the past when working with the registry. I thought
>> perhaps someone had already scripted something to extract this info.
>>
>
> Yes, a small firm named Microsoft has done this (but n
>
> There's more to it than that... isn't there? I've used _winreg and the
> win32 extensions in the past when working with the registry. I thought
> perhaps someone had already scripted something to extract this info.
>
Yes, a small firm named Microsoft has done this (but not tested w/2.4):
htt
>There's more to it than that... isn't there? I've used _winreg and the
>win32 extensions in the past when working with the registry. I thought
>perhaps someone had already scripted something to extract this info.
>
>
Ok, if you need to get all changes in the registry, you can use regdiff.
ht
Laszlo Zsolt Nagy wrote:
> rbt wrote:
>
>> On windows xp, is there an easy way to extract the information that
>> Python added to the registry as it was installed?
>>
>>
> Using regedit.exe, look at the registry keys and values under
>
> HKEY_LOCAL_MACHINE\Software\Python
>
> If you need to k
rbt wrote:
>On windows xp, is there an easy way to extract the information that
>Python added to the registry as it was installed?
>
>
Using regedit.exe, look at the registry keys and values under
HKEY_LOCAL_MACHINE\Software\Python
If you need to know how to read the registry from Python: ple
On windows xp, is there an easy way to extract the information that
Python added to the registry as it was installed?
--
http://mail.python.org/mailman/listinfo/python-list