How to set the default InstallDir to AllUsers in MUI_PAGE_DIRECTORY Page ?
Hi,
This is my first post so be kind :)
I have a question about the following I want to achieve with NSIS.
On the MUI_PAGE_DIRECTORY I would like the $APPDATA folder of all users to appear as default.
On Windows 7 and Vista this is:
c:\ProgramData\
On Windows XP this is:
c:\Documents and Settings\All Users\Application Data\
With the "SetShellVarContext all" I can install to those files to the correct location with each OS but I can't use the "SetShellVarContext" all unless it is on a section.
How can I set the Allusers AppData folder to show the correct folder in the MUI_PAGE_DIRECTORY Page ?