I have an MSI I created with the Visual Studio Installer. I've set it up to work "for all users" by adding "ALLUSERS=2" to the property table (using Microsoft's free Orca tool). The only issue I'm having is that I have a "data" subdirectory within the installation directory which I use to write some XML files to. If the user who is logged in isn't the user who installed the program, and also is not the administrator for that machine, the data directory won't be "writable". Does anyone know how I can configure the MSI using any tool to get the data directory to be writeable by everyone?
Thanks for any suggestions.
Thanks for any suggestions.