You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WiX: adjust the environment handling to handle dual purpose
Ensure that we properly handle the environment when installing. When
performing a per-user install, we should modify the user's environment
variables and when performing a per-machine install, modify the system
environment variables.
<FeatureId="SwiftRuntime"AllowAbsent="no"AllowAdvertise="yes"ConfigurableDirectory="INSTALLDIR"Description="Swift Windows Runtime ($(var.ProcessorArchitecture))"Level="1"Title="Swift Windows Runtime ($(var.ProcessorArchitecture))">
@@ -110,7 +115,7 @@
110
115
<ComponentGroupRefId="libdispatch" />
111
116
<ComponentGroupRefId="Foundation" />
112
117
113
-
<ComponentRefId="EnvironmentVariables" />
118
+
<ComponentGroupRefId="EnvironmentVariables" />
114
119
</Feature>
115
120
116
121
<FeatureId="SwiftUtilities"AllowAbsent="yes"AllowAdvertise="yes"Description="Extra Swift Utilities Windows ($(var.ProcessorArchitecture))"Level="1"Title="Swift Utilities Windows ($(var.ProcessorArchitecture))">
<FeatureId="SDK"AllowAbsent="no"AllowAdvertise="yes"ConfigurableDirectory="INSTALLDIR"Description="Swift Windows SDK ($(var.ProcessorArchitecture))"Level="1"Title="Swift Windows SDK ($(var.ProcessorArchitecture))">
0 commit comments