Move function back to its section.
This commit is contained in:
parent
ffdde9e959
commit
d4c7eb1647
|
@ -429,13 +429,6 @@ built-in functions in the installation script.
|
||||||
also the configuration. For details refer to Microsoft's documentation of the
|
also the configuration. For details refer to Microsoft's documentation of the
|
||||||
:cfunc:`SHGetSpecialFolderPath` function.
|
:cfunc:`SHGetSpecialFolderPath` function.
|
||||||
|
|
||||||
Vista User Access Control (UAC)
|
|
||||||
===============================
|
|
||||||
|
|
||||||
Starting with Python 2.6, bdist_wininst supports a :option:`--user-access-control`
|
|
||||||
option. The default is 'none' (meaning no UAC handling is done), and other
|
|
||||||
valid values are 'auto' (meaning prompt for UAC elevation if Python was
|
|
||||||
installed for all users) and 'force' (meaning always prompt for elevation)
|
|
||||||
|
|
||||||
.. function:: create_shortcut(target, description, filename[, arguments[, workdir[, iconpath[, iconindex]]]])
|
.. function:: create_shortcut(target, description, filename[, arguments[, workdir[, iconpath[, iconindex]]]])
|
||||||
|
|
||||||
|
@ -447,3 +440,12 @@ installed for all users) and 'force' (meaning always prompt for elevation)
|
||||||
and *iconindex* is the index of the icon in the file *iconpath*. Again, for
|
and *iconindex* is the index of the icon in the file *iconpath*. Again, for
|
||||||
details consult the Microsoft documentation for the :class:`IShellLink`
|
details consult the Microsoft documentation for the :class:`IShellLink`
|
||||||
interface.
|
interface.
|
||||||
|
|
||||||
|
|
||||||
|
Vista User Access Control (UAC)
|
||||||
|
===============================
|
||||||
|
|
||||||
|
Starting with Python 2.6, bdist_wininst supports a :option:`--user-access-control`
|
||||||
|
option. The default is 'none' (meaning no UAC handling is done), and other
|
||||||
|
valid values are 'auto' (meaning prompt for UAC elevation if Python was
|
||||||
|
installed for all users) and 'force' (meaning always prompt for elevation).
|
||||||
|
|
Loading…
Reference in New Issue