• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Install Location

Messages
2,044
Country
us-ohio
This appears to be a Microsoft ClickOnce installer. Does this mean one can not choose the installation location?
 
Messages
39
Country
us-washington
After some quick research it looks like ClickOnce applications do not allow for selection of installation path. Fortunately Forest is very small (under 1MB). I will research alternative installation methods for any future releases.
 

n4gix

Resource contributor
Messages
11,674
Country
unitedstates
Eric, investigate NSIS for your installer needs. It's fast and simple, and very flexible.

This seems to sum up the issue with ClickOnce's installer behavior: http://stackoverflow.com/questions/11175442/installation-path-of-clickonce-apps
Yes, ClickOnce always installs apps to an obfuscated folder in the user's profile. It's for security reasons. Users with limited privileges can't write to the "Program Files" folder but they can write to their profile.

This is something that everyone is turned off by initially because it's different. However, they only real cause for concern is if your app is massive and your users have very slow connections. If you still hate the idea of each user installing it, you'll have to use something else; there's no way make ClickOnce behave differently.
 
Top