Generating custom Windows installers
Hello, I am working on creating an installer of a Python 3.2 application that we programmed. The end goal is to create an installer in which we can specify the install path, and create shortcuts in the Start Menu and Desktop. Ideally, we would like to give the users the option to create the Des
Re: Generating custom Windows installers
] >> ) >> --**--- >> >> install.py >> -- >> import os >> import sys >> import win32com.client as w32client >> >> shortcut_group_name = "Start Menu Dir" >> shortcut_na