This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients eryksun, jeff.allen, mark, ned.deily, serhiy.storchaka, steve.dower, terry.reedy
Date 2018-11-16.01:34:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542332072.01.0.788709270274.issue22121@psf.upfronthosting.co.za>
In-reply-to
Content
> I am not sure what a 'post-installation script' means in practice.

IIRC, there's no way to prevent environment-variable expansion when shortcuts are created by an MSI, so the shortcuts need to be created or modified after installing IDLE. Perhaps this can be implemented in the MSI with a custom action. Or perhaps this can be implemented after installing the package via the OnExecutePackageComplete hook method in Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp.

> On the 'most recent' and alphabetical listings, one must right click,
> select 'more', and then 'open file location'.  One then gets a 
> directory of shortcuts, 

They're probably hiding the action to modify shortcuts since generally they're installed for all users in %ProgramData%, and modifying them requires administrator access.

> such as C:\Users\Terry\AppData\Roaming\Microsoft\Windows\Start 
> Menu\Programs\Python 3.7, which can be copied and edited.  

You shouldn't need to copy a shortcut in your own AppData. You can modify it directly.
History
Date User Action Args
2018-11-16 01:34:32eryksunsetrecipients: + eryksun, terry.reedy, mark, ned.deily, serhiy.storchaka, jeff.allen, steve.dower
2018-11-16 01:34:32eryksunsetmessageid: <1542332072.01.0.788709270274.issue22121@psf.upfronthosting.co.za>
2018-11-16 01:34:31eryksunlinkissue22121 messages
2018-11-16 01:34:30eryksuncreate