Perhaps what I am seeking is already available, but I am unaware of it.
I want to be able to have my installer suggest the program install location, that feature is already part of MUI_DIRECTORYPAGE..., however I also want to on that same page ideally to suggest a location for user files. Currently I have been offering just, as a default, c:\program files\bpq32 for everything, but for Vista/Windows 7 of course I will split the files into program files and user data files, the later likely $APPDATA\bpq32.
Secondly I would like to offer the choice to the user of installing for 'all users' or for 'current user'.
Hopefully macros are already available to easily do these things?
I want to be able to have my installer suggest the program install location, that feature is already part of MUI_DIRECTORYPAGE..., however I also want to on that same page ideally to suggest a location for user files. Currently I have been offering just, as a default, c:\program files\bpq32 for everything, but for Vista/Windows 7 of course I will split the files into program files and user data files, the later likely $APPDATA\bpq32.
Secondly I would like to offer the choice to the user of installing for 'all users' or for 'current user'.
Hopefully macros are already available to easily do these things?
Comment