Skip to content
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

Add ability to specify your own installer.nsi.tpl #50

Closed
vxsx opened this issue Oct 22, 2015 · 1 comment
Closed

Add ability to specify your own installer.nsi.tpl #50

vxsx opened this issue Oct 22, 2015 · 1 comment
Assignees
Milestone

Comments

@vxsx
Copy link
Contributor

vxsx commented Oct 22, 2015

If i want my app on windows to run only as admin i would need to add

WriteRegStr HKLM "Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" \
                   "$INSTDIR\${APP_NAME}.exe" "RUNASADMIN"

to the installer.nsi, but at the moment it's only possible to do by modifying the template file inside of the module.
It would be great to have a possibility to specify a path to your own template to be able to make any customisations you want.

If you're interested in this functionality I'll be able to submit a PR around the weekend.

@stefanjudis
Copy link
Contributor

Sounds great - I'd love to take a pr solving this. As this is solving another issue into the list. :)

Thx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants