-
Notifications
You must be signed in to change notification settings - Fork 172
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
Windows installer: add option to change installation directory #148
Comments
I did it like this:
|
deeplow
changed the title
Windows - how to change installarion location/drive
Windows installer: add option to change installation directory
Jul 27, 2022
jkarasti
added a commit
to jkarasti/dangerzone
that referenced
this issue
Sep 6, 2024
Switch to using `WixUI_InstallDir` dialog set in the windows installer and add the `WIXUI_INSTALLDIR` property it needs to let user choose where Dangerzone is installed. resolves freedomofpress#148
jkarasti
added a commit
to jkarasti/dangerzone
that referenced
this issue
Sep 11, 2024
Switch to using `WixUI_InstallDir` dialog set in the windows installer and add the `WIXUI_INSTALLDIR` property it needs to let user choose where Dangerzone is installed. resolves freedomofpress#148
jkarasti
added a commit
to jkarasti/dangerzone
that referenced
this issue
Sep 23, 2024
Switch to using `WixUI_InstallDir` dialog set in the windows installer and add the `WIXUI_INSTALLDIR` property it needs to let user choose where Dangerzone is installed. resolves freedomofpress#148
jkarasti
added a commit
to jkarasti/dangerzone
that referenced
this issue
Sep 23, 2024
Switch to using `WixUI_InstallDir` dialog set in the windows installer and add the `WIXUI_INSTALLDIR` property it needs to let user choose where Dangerzone is installed. resolves freedomofpress#148
jkarasti
added a commit
to jkarasti/dangerzone
that referenced
this issue
Sep 23, 2024
Switch to using `WixUI_InstallDir` dialog set in the windows installer and add the `WIXUI_INSTALLDIR` property it needs to let user choose where Dangerzone is installed. resolves freedomofpress#148
jkarasti
added a commit
to jkarasti/dangerzone
that referenced
this issue
Sep 23, 2024
Switch to using `WixUI_InstallDir` dialog set in the windows installer and add the `WIXUI_INSTALLDIR` property it needs to let user choose where Dangerzone is installed. resolves freedomofpress#148
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An msi package installation wants drive c:/ to install (unfortunately not enough disc space) and does not allow to change it to d:/ drive (disc space available). Is it a bug?
The text was updated successfully, but these errors were encountered: