Dev/Windows Installer
< Dev
Jump to navigation
Jump to search
Implementation[edit]
- https://github.com/Whonix/misc/blob/main/ppcross_install
- https://github.com/Whonix/Whonix-Installer
- https://github.com/Whonix/Whonix-Starter
- https://github.com/Whonix/Whonix-Starter-Binary
- https://gitlab.com/whonix/virtualbox-windows-installer-binary
Design[edit]
generally:
- no sub folder with company name
- whonix msi installer install nicht mehr virtualbox installer
- whonix.exe starts virtualbox installer
- rewrite whonix.exe in lazarus (without NET framework)
- add start menu entry whonix.exe
- add desktop shortcut whonix.exe
- do not add version number to start menu entry
- license: same as https://www.whonix.org/wiki/File:Whonix_windows_installer_license_agreement.png
conditionals
- KISS always run vbox install command
- vbox user installed
- do not do virtualbox version check
whonix de-install:
- do not uninstall virtualbox
- do not delete any Whonix VMs
- delete whonix.exe
- delete start menu entry whonix.exe
- delete desktop shortcut whonix.exe