-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Sorry!!) Add an option to install to Program Files for those apps that really need it #382
Comments
This will never happen, sorry - you're going to have to use a different installer technology (and you're totally right that One thing you could do is on the first-run of your app, copy over your |
Well at least I have a definitive answer now! I'll look for a different solution for this but I'll definitely use Squirrel when I've got a project that doesn't play dirty like this. |
I actually ended up doing this because every other solution was pretty terrible. It works well, the only disadvantage being that the app isn't removed from program files on uninstall yet. |
Why this is something undesirable? I used nsis for doing that. It seems more proper way that a program sitting in program files right? |
@malipetek I don't want to explain this for the three millionth time, please read through the repo and existing issues if you want to understand more. |
@paulcbetts Very sensible proposal. I didnt think its something so disclosed. Sorry for infollution, you may delete this and above issue comments as these are out of context actually. |
@anaisbetts: Can you reopen this closed ticket? It must be possible like all good softwares to select where the user/admin want to install.
|
I hate to propose this feature, I really do.
But I'm currently working on an application with
uiaccess="true"
which means it has to run in Program Files.I really love the installing experience for Squirrel - that being no experience at all! I want a similar experience for this app - even if there is a UAC dialog to go through.
So is it possible to add an option to
--releasify
that allows people to do this? Maybe make it more useful by allowing an arbitrary location, though I'm unsure how much value that will add.From what I can tell, #308 did some of the groundwork to make this possible.
I don't know how this will fit in with the updating process. I think a caveat could be that automatic updating just wouldn't work in these situations.
Any documentation for this feature, should it exist, should advise users at all costs not to use it unless it is completely unavoidable.
The text was updated successfully, but these errors were encountered: