I am trying the whole morning to change the setup project. I have a Office extension project and made a setup for this. So far it used the users roaming profile and every user has to install the plugin for himself.
For IT software deployment I want to make a computer based setup, installation for everyone.
So I created applicationfolder
setup, moved all files in there. Changed project property installallusers
to true
.
I compile the project and run it.
Everything works except: The default installation folder is still \myapplication_folder.
I can't find a way how to corect this to \myapplication_folder.
There is only one defined Folder Applicationfolder
with [AppDataFolder][Manufacturer]\[ProductName]
and DefaultLocation defined. But it still uses the roaming profile path as suggested default location.