João Moreno
f58990846d
fix: frozen windows installations ( #282201 )
...
* fix: frozen windows installations
fixes #196344
related to #228233
Co-authored-by: CyMad <90966823+CyMad7001@users.noreply.github.com >
* Update build/win32/code.iss
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: CyMad <90966823+CyMad7001@users.noreply.github.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-09 15:21:52 +00:00
sinsincp
9b59d31df2
Fix AppUserModelID for code-workspace association ( #272753 )
2025-10-23 21:05:14 +09:00
Robo
61f1c115ad
fix: restore old style context menu on windows for stable ( #260960 )
2025-08-11 03:28:54 -07:00
Robo
73f08941a3
fix: remove unused appx package ( #258741 )
...
* fix: remove unused appx package
* fix: inno compilation
* chore: reduce the number of remove and add commands
2025-07-30 14:13:27 +02:00
Robo
c48e24145d
fix: disable appx identity for system setup ( #258275 )
...
* fix: external location for appx package installation
* chore: revert external location
2025-07-28 17:33:51 +00:00
Robo
f5e06c148d
feat: support device permissions via package identity ( #257741 )
...
* feat: support device permissions via package identity
* chore: update explorer dll checksums
* chore: cleanup appx preparation
* chore: avoid cross-device link error
* chore: remove appx installation gate
* chore: rm duplicate appx installation checks
* chore: extract package full name from Get-AppxPackage
* chore: fix remove-appxpackage command
2025-07-25 12:57:36 -07:00
Robo
df5b80fc08
fix: check for appx package before (un)install ( #256766 )
2025-07-18 19:21:01 +00:00
João Moreno
9d43b0751c
remove svgz from default file types ( #239180 )
...
* remove svgz from default file types
fixes #231021
* push missing compilation
2025-01-31 10:49:12 +01:00
João Moreno
98ef4c3e7a
fixes #222504 ( #239179 )
2025-01-30 10:15:12 +01:00
João Moreno
56246f3244
force app shutdown on background updated, if necessary ( #231390 )
...
* force app shutdown on background updated, if necessary
* fix CloseApplications
* use force anyway
2024-10-30 12:49:03 -07:00
Benjamin Christopher Simmonds
43d55cbf88
Localize Inno Updater ( #205279 )
...
* without translations
* Update messages.en.isl
* translations, hopefully correct encoding
* inno updater v0.11.0
2024-02-19 16:03:48 +01:00
João Moreno
85d3cd0eef
do not create a double semi colon when adding to path ( #202583 )
...
* do not create a double semi colon when adding to path
fixes #202268
* parens
* bad signature
* hm
2024-01-17 16:54:23 +01:00
João Moreno
9905225b1a
Remove win32-ia32 target ( #195559 )
...
* remove win32-ia32
* update distro
2023-10-16 13:28:09 +02:00
João Moreno
e3b46eeda5
fixes #192486 ( #193684 )
2023-09-21 15:12:20 +01:00
João Moreno
8ac8b0d6d5
update uninstalling phrasing ( #192993 )
2023-09-13 11:53:38 +01:00
Connor Peet
cbb47129d3
cli: stop tunnel processes during update ( #187738 )
...
* untested wip
* make it work
2023-07-12 20:58:09 +02:00
ChaseKnowlden
b603fcf963
chore: update minimum installable version in inno setup ( #175818 )
...
* Drop support for windows versions prior to windows
10
* Prepare for windows 8 eol
* fix typo
* Revert "Prepare for windows 8 eol"
This reverts commit f65a7107280da4328014d4964ba432f3d7462de0.
2023-06-23 22:15:49 +09:00
João Moreno
636dbcff55
Revert "cli: fix error starting remote tunnels ( #185701 )" ( #185731 )
...
This reverts commit ffe64dab3c .
2023-06-21 09:30:30 +02:00
Connor Peet
ffe64dab3c
cli: fix error starting remote tunnels ( #185701 )
...
* untested wip
* cli: fix error starting remote tunnels
Fixes #185585
Output was prefixed which prevented the lines from being split to detect the tunnel status.
2023-06-20 14:30:07 -07:00
Martin Aeschlimann
42fcfb8bfc
innosetup to start/stop tunnel service ( #180527 )
...
* innosetup to start/stop tunnel service
* better messages for tunnel still running
* fix error
* more logs
* add '/log'
* update
* fix
* update
* add kill & timeout wait
* stop service in PrepareToInstall
* non-background: check for tunnel mutex when wizard starts
* polish tunnel mutex names, prompt if tunnel is still running
2023-05-19 11:07:43 +02:00
João Moreno
0a19bf0e8f
fix inno setup build for non-insider qualities ( #165143 )
...
fixes #165142
2022-11-01 03:53:58 -07:00
Robo
bece5db818
chore: cleanup inno setup for context menu install ( #164411 )
2022-10-24 06:45:20 +02:00
Robo
ebea50afee
feat: bundle sparse package to integrate with windows context menu ( #151186 )
...
* chore: bundle and sign explorer appx
* chore: bump vscode-explorer-command@3.0.1
* chore: explorer install/uninstall stage for appx
* chore: fix format for cmd exec
* chore: cmd file path needs triple quotes
* chore: update vscode-explorer-command@3.0.2
* chore: add reg key for new context menu title
* chore: update vscode-explorer-command@3.0.3
* fix: guard behind insider quality
* chore: fix merge conflict
* fix: type mismatch
* chore: restrict context menu related actions for win11
* refactor appx loading/unloading, revert inno updater
* update powershell
* chore: undo inno_updater changes
* fix: appx install script
* fix: perform install after update step
* fix: mv appx install to files section
* chore: additional fixes
- Remove old context menu entries when updating to newer version
- Remove context menu entry when reinstalling without menu action selected.
* chore: update vscode-explorer-command@3.0.4
- Fixes garbled title for system installation
Co-authored-by: Joao Moreno <joao.moreno@microsoft.com >
2022-10-21 20:17:30 +02:00
Abhishek Singh
9509e6f3ef
increase innosetup minversion to win8 ( #163040 )
...
* increase innosetup minversion to win8
* Update build/win32/code.iss
Co-authored-by: João Moreno <mail@joaomoreno.com >
2022-10-21 16:54:05 +02:00
João Moreno
3832b5d451
icacls: grant current user permissions ( #155852 )
2022-07-22 16:50:47 +02:00
SteVen Batten
c20b68a62d
Fix permissions for everything inside the installation folder ( #342 )
...
* add ci to iacls
* make sure files get affected too
Co-authored-by: Joao Moreno <joao.moreno@microsoft.com >
2022-04-12 11:03:39 -07:00
João Moreno
c2beae1c0f
depend solely on icacls.exe for setting permissions ( #341 )
2022-04-12 11:03:30 -07:00
João Moreno
7a9093a66c
win32 setup: disable app dir inheritance ( #338 )
2022-04-12 11:03:17 -07:00
Harald Kirschner
dd95be5247
Remove rhtml as deprecated type
2021-08-17 18:00:32 -07:00
Harald Kirschner
2a59986e99
Adding most frequently used file assocations
2021-08-17 17:57:54 -07:00
isidor
a796c8e749
Register Code as an editor for supported file types default ON
2021-08-13 15:56:25 +02:00
Guillaume Lachance
744eed0a96
Add icon in Windows explorer window ( #86283 )
2020-11-04 15:17:50 +01:00
Martin Aeschlimann
1cf826c7f6
Merge branch 'master' into master
2020-08-31 13:32:36 -07:00
Ladislau Szomoru
a4c736981a
Use autodesktop
2020-08-19 16:02:30 +02:00
Ladislau Szomoru
bdb07d7914
Switch to userdesktop
2020-08-19 15:29:08 +02:00
Caio
425da67728
treat .c++ & .h++ files as c++, & update icon theme
2020-08-09 19:05:57 -03:00
Joao Moreno
5f5b75a746
fix inno setup warning
2020-07-07 16:09:09 +02:00
Joao Moreno
cbc8bd84ae
use modern inno setup styling
2020-07-07 16:08:59 +02:00
João Moreno
06a6813eb9
fix hungarian translations
2020-07-07 10:56:01 +02:00
João Moreno
fed7b29dbf
remove default english translations
2020-07-07 10:55:51 +02:00
谭九鼎
fb94ca50fc
Use https for stackoverflow ( #100655 )
2020-06-23 10:59:52 +02:00
João Moreno
bcbe1ef91e
fix oss setup
2020-06-10 18:25:42 +02:00
João Moreno
3b55119a98
fixes #97961
2020-06-03 12:06:43 +02:00
João Moreno
fc574fb65e
Merge branch 'master' into joao/win32-arm64
2020-05-27 17:58:13 +02:00
João Moreno
07e8e500a1
setup
2020-05-27 16:19:26 +02:00
João Moreno
b1029cc2bc
fix arm64 build
2020-05-27 15:14:43 +02:00
Rick van Galen
571b747c28
Containerfile support ( #93184 )
...
* Apply Dockerfile highlighting to Containerfile
* Recognize Containerfile in Search Editor highlighting
* Register opening Containerfile files on macOS
* Register opening Containerfile files on Windows
2020-05-27 14:47:27 +02:00
Joao Moreno
1420967188
fixes #86848
2020-01-14 12:18:26 +01:00
Joao Moreno
07241fc8ed
remove space
...
fixes #85869
2019-12-03 10:43:26 +01:00
ZHAO Jinxiang
352d641042
Add .cjs to known JavaScript file extensions ( #85460 )
2019-11-25 19:46:09 -08:00