You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During an installation of a RInno generated shiny application performed by a user without administrator privileges the installer will generate two IPersistFile: Save errors. One when attempting to create the start menu link and another when attempting to create the desktop shortcut link.
Creating shortcuts...
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Your appname4.lnk
IPersisteFile:Save failed
Access is denied
Creating shortcuts...
C:\Users\Public\Desktop\Your appname4.lnk
IPersisteFile:Save failed
Access is denied
These are caused by the paths generated by the Inno administrator specific variables commonprograms and commondesktop, which refer to locations visible to all users, not just the current user. These can be replaced by autoprograms and autodesktop which will adjust automatically depending on the privilege level.
During an installation of a RInno generated shiny application performed by a user without administrator privileges the installer will generate two
IPersistFile: Save
errors. One when attempting to create the start menu link and another when attempting to create the desktop shortcut link.These are caused by the paths generated by the Inno administrator specific variables
commonprograms
andcommondesktop
, which refer to locations visible to all users, not just the current user. These can be replaced byautoprograms
andautodesktop
which will adjust automatically depending on the privilege level.Search this page for
Auto Constants
.http://www.jrsoftware.org/ishelp/index.php?topic=consts
The text was updated successfully, but these errors were encountered: