admin privileges could be asked in few cases:
A. if the executable name contains relevant keywords (like setup
, install
, update
or patch
)
B. the application requests it in it's manifest.
C. the .exe file name do not match the name in the manifest file.
if you create a .spec file for your application package, you can add
exe = EXE(
...
manifest=None,
...
)
and it won't ask for password, unless you rename it to setup or install.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…