Skip to content

Commit ffc3dbc

Browse files
committed
Update comment
1 parent 5f12527 commit ffc3dbc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/scripts/post_install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ if not "%INSTALLER_NAME%" == "Scripts" exit 1
33
if not "%INSTALLER_VER%" == "1.0.0" exit 1
44
if not "%INSTALLER_PLAT%" == "win-64" exit 1
55
if 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).
77
if "%INSTALLER_TYPE%" == "EXE" if not "%INSTALLER_UNATTENDED%" == "1" exit 1
88
if "%PREFIX%" == "" exit 1
99
if not "%CUSTOM_VARIABLE_1%" == "FIR$T-CUSTOM_STRING WITH SPACES AND @*! CHARACTERS" exit 1

examples/scripts/pre_install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ if not "%INSTALLER_NAME%" == "Scripts" exit 1
22
if not "%INSTALLER_VER%" == "1.0.0" exit 1
33
if not "%INSTALLER_PLAT%" == "win-64" exit 1
44
if 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).
66
if "%INSTALLER_TYPE%" == "EXE" if not "%INSTALLER_UNATTENDED%" == "1" exit 1
77
if "%PREFIX%" == "" exit 1
88
if not "%CUSTOM_VARIABLE_1%" == "FIR$T-CUSTOM_STRING WITH SPACES AND @*! CHARACTERS" exit 1

0 commit comments

Comments
 (0)