Re: [python-win32] manual Install of Python into Windows PE

2005-06-23 Thread Blake Garner
Ok, looks like this was fairly simple in the end.. python24.dll and msvcr71.dll need to be added to the \windows\system32 directory. Other than that I just copied the whole python24 directory onto my boot cd image. everything seems to work so far.. Blake- On 6/22/05, Roel Schroeven <[EMAIL PR

Re: [python-win32] manual Install of Python into Windows PE

2005-06-22 Thread Roel Schroeven
Blake Garner wrote: > I will look into that... > > Although I would prefer to find out about all registry changes or > files that get installed outside of the python24 directory. I guess you could distill that information from the installer script -- I think there is a script that creates the

Re: [python-win32] manual Install of Python into Windows PE

2005-06-22 Thread Blake Garner
I will look into that... Although I would prefer to find out about all registry changes or files that get installed outside of the python24 directory. Thanks, Blake- On 6/22/05, Roel Schroeven <[EMAIL PROTECTED]> wrote: > Blake Garner wrote: > > > I'm in the process of wirting some automatio

Re: [python-win32] manual Install of Python into Windows PE

2005-06-22 Thread Roel Schroeven
Blake Garner wrote: > I'm in the process of wirting some automation tools on top of Windows PE. > I would like to start using python instead of windows command shell.. Perhaps Movable Python (http://sourceforge.net/projects/movpy) can prove useful in your case. -- If I have been able to see

[python-win32] manual Install of Python into Windows PE

2005-06-21 Thread Blake Garner
I'm in the process of wirting some automation tools on top of Windows PE. I would like to start using python instead of windows command shell.. So I'm looking for details on how to manually install python into a windows OS. What I'm starting with is a os image in a folder that eventually get burn

[python-win32] manual Install of Python into Windows PE

2005-06-21 Thread Blake Garner
I'm in the process of wirting some automation tools on top of Windows PE. I would like to start using python instead of windows command shell.. So I'm looking for details on how to manually install python into a windows OS. What I'm starting with is a os image in a folder that eventually get b