Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

DragonZX

Non-priveledged mode

Some time ago I've tried to generate the newest sample Inno Setup script.
Now it allows a dialog to install in non-privileged mode. It looks like
;Automatically chooses directory
DefaultDirName={autopf}\{#MyAppName}
; Uncomment the following line to run in non administrative install mode (install for current user only.)
;PrivilegesRequired=lowest
PrivilegesRequiredOverridesAllowed=dialog

It would be great to allow installation in non privileged mode also to the AppData directory.