vmware-archive / salt-windows-install

Open source installer for Windows
saltstack.org
BSD 2-Clause "Simplified" License
75 stars 39 forks source link

Use separate folder for pywin32 DLLs #12

Closed baijum closed 12 years ago

baijum commented 12 years ago

Use a separate folder and add this to PATH enviroment variable. This avoid python.exe becoming available in PATH. Another option is to place these DLLs in System32.

UtahDave commented 12 years ago

Will this also remove the need to change directories in the startup batch files?

baijum commented 12 years ago

MSI will set PATH and SALT_MINION_CONFIG environment variables. In order to take this effect, user need to restart the system (Windows XP), so I think path changing is not required.