File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ if not "%INSTALLER_NAME%" == "Scripts" exit 1
33if not " %INSTALLER_VER% " == " 1.0.0" exit 1
44if not " %INSTALLER_PLAT% " == " win-64" exit 1
55if not " %INSTALLER_TYPE% " == " EXE" if not " %INSTALLER_TYPE% " == " MSI" exit 1
6- rem INSTALLER_UNATTENDED is only set by EXE installers.
6+ rem INSTALLER_UNATTENDED is not yet set by MSI installers (see conda/constructor#1276) .
77if " %INSTALLER_TYPE% " == " EXE" if not " %INSTALLER_UNATTENDED% " == " 1" exit 1
88if " %PREFIX% " == " " exit 1
99if not " %CUSTOM_VARIABLE_1% " == " FIR$T-CUSTOM_STRING WITH SPACES AND @*! CHARACTERS" exit 1
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ if not "%INSTALLER_NAME%" == "Scripts" exit 1
22if not " %INSTALLER_VER% " == " 1.0.0" exit 1
33if not " %INSTALLER_PLAT% " == " win-64" exit 1
44if not " %INSTALLER_TYPE% " == " EXE" if not " %INSTALLER_TYPE% " == " MSI" exit 1
5- rem INSTALLER_UNATTENDED is only set by EXE installers.
5+ rem INSTALLER_UNATTENDED is not yet set by MSI installers (see conda/constructor#1276) .
66if " %INSTALLER_TYPE% " == " EXE" if not " %INSTALLER_UNATTENDED% " == " 1" exit 1
77if " %PREFIX% " == " " exit 1
88if not " %CUSTOM_VARIABLE_1% " == " FIR$T-CUSTOM_STRING WITH SPACES AND @*! CHARACTERS" exit 1
You can’t perform that action at this time.
0 commit comments