Commit graph

19 commits

Author SHA1 Message Date
Jelle Spijker
38b4d8f2c4 Ignore self reg warning 2023-01-06 20:59:32 +01:00
Jelle Spijker
127b4b7976 fix typing 2023-01-06 13:31:12 +01:00
Casper Lamboo
a5b0542f8a Merge remote-tracking branch 'origin/CURA-9157_msi_installer' into CURA-9157_msi_installer 2023-01-02 22:34:07 +01:00
Remco Burema
5b8bac6a61 Attempt to set file associations and fire-wall exceptions.
The fire-wall exceptions work, but the device needs to be restarted. Is that worth it?

A more important problem is that windows overhauled the file associations a few years ago. The approach here doesn't work (but is at least consistent with how it worked before, so it might work for Windows < 10 or unupdated). The current go-to approach is the one used by firefox, and it happens after the installer, at first start-up of the program.

part of CURA-9157
2022-12-29 18:06:53 +01:00
Jelle Spijker
ddd7ac58b0 Register file extension
CURA-9157
2022-12-28 09:40:54 +01:00
Jelle Spijker
a4e9a685ef Clean-up build artifacts
Contributes to CURA-9157
2022-12-27 16:29:46 +01:00
Jelle Spijker
6aa6786535 Exclude executables when running heat
This allows for fine-grained control of our executables later on.

Contributes to CURA-9157
2022-12-27 16:29:08 +01:00
Jelle Spijker
e99387d067 Point shortcut towards the correct executable
Contributes to CURA-9157
2022-12-20 16:51:40 +01:00
Casper Lamboo
d69daf4e70 Merge remote-tracking branch 'origin/CURA-9157_msi_installer' into CURA-9157_msi_installer 2022-12-20 15:43:28 +01:00
Jelle Spijker
f686123bc7 Add CustomizeCuraDlg
Contributes to CURA-9157
2022-12-20 15:43:08 +01:00
Casper Lamboo
b8788333d2 Merge remote-tracking branch 'origin/CURA-9157_msi_installer' into CURA-9157_msi_installer 2022-12-19 16:48:11 +01:00
Casper Lamboo
bb41de3865 Only uninstall previous Cura versions for enter prise by default
For non-enterprise version this can still be disabled through the settings

CURA-9157
2022-12-19 15:51:07 +01:00
Lorenzo Romagnoli
dec4270d46 Updated MSI images 2022-12-19 09:43:17 +01:00
Lorenzo Romagnoli
918fb6ab81
Delete banner_top.png 2022-12-19 09:40:47 +01:00
Lorenzo Romagnoli
61adfeeaa3
Delete banner_side.png 2022-12-19 09:40:38 +01:00
Lorenzo Romagnoli
654975753a
Add files via upload 2022-12-19 09:39:09 +01:00
Jelle Spijker
8d4b7f4f26 Add CustomizeCuraDlg dialog
CURA-9157
2022-12-16 16:53:57 +01:00
Casper Lamboo
bd66872d77 Uninstall previously installed versions on install
- For enterprise versions all Cura-Enterprise versions older than 4.13 are removed.
- All Cura versions >= 4.13 are removed optionally with a setting in the custom dialog.

CURA-9157
2022-12-16 16:21:01 +01:00
Jelle Spijker
042e05d6d5 Initial msi installer
Contributes to CURA-9157
2022-12-14 16:02:24 +01:00