I have a windows setup project for installing software on client machines. My boss now wants me to modify it so the user can't change the directory of the installation (it's just for one client, so my boss knows their directory structure).
Can I do this in a windows setup project? I see the ability to change the Application Folder's DefaultLocation value, however I need to completely prevent the user from having the ability to change this path.
Thanks.