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

Windows installer: add option to change installation directory #148

Closed
paero123 opened this issue Feb 22, 2022 · 1 comment · Fixed by #909
Closed

Windows installer: add option to change installation directory #148

paero123 opened this issue Feb 22, 2022 · 1 comment · Fixed by #909
Milestone

Comments

@paero123
Copy link

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?

@FelixdelasPozas
Copy link

I did it like this:

  • Open a terminal/cmd
  • Go to the directory where dangezone msi file is.
  • execute msiexec /i "Dangerzone-0.3.1.msi" INSTALLDIR="D:\Program Files (x86)\Dangerzone"

@deeplow 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
@apyrgio apyrgio added this to the 0.8.0 milestone Sep 10, 2024
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants