I get a .msi that works and successfully installs the software, but the radio buttons that allows the user to Install for 'yourself' or 'anyone who uses this computer' seemingly does nothing.
If I select 'everyone' I can still choose my User folder for the install. This means that other users won't be able to access the installed software.
If I select 'just me' I can still install to C:/program-files. This means that all users can access the software.
Is it possible to restrict available folders when using the browse button to only ones relevant to my radio button selection using Microsoft Visual Studio Installer Projects for VS 2022?
At the very least can I modify my DefaultLocation in File System > Application Folder > DefaultLocation based on the user radio button choice?
I have tried Changing properties InstallAllUsersVisible and InstallAllUsers and DefaultLocation in File System > Application Folder > DefaultLocation