Skip to content

Commit 2539258

Browse files
committed
WiX: remove the obsolete DEVELOPER_SDK environment variable
This was removed from use in SPM in 5.7. Update the installer to no longer add this environment variable.
1 parent d92438a commit 2539258

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

platforms/Windows/bld.wxs

-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,6 @@
354354
</ComponentGroup>
355355

356356
<Component Id="EnvironmentVariables" Directory="INSTALLDIR" Guid="d01ea5b8-0f8a-4388-9b61-1186efddfc39">
357-
<Environment Id="DeveloperDir" Action="set" Name="DEVELOPER_DIR" Part="all" Permanent="no" System="yes" Value="[INSTALLDIR]Library\Developer" />
358357
<Environment Id="Path" Action="set" Name="Path" Part="last" Permanent="no" System="yes" Value="[INSTALLDIR]Toolchains\$(var.ProductVersion)+Asserts\usr\bin" />
359358
</Component>
360359

0 commit comments

Comments
 (0)