I'm encountering a problem with installpack V9.1.4. Specifically, I receive the following error:
'TheUndying.exe' is not recognized as an internal or external command, operable program or batch file.
The problem occurs at these lines in Big World install.bat:
%IFXGNLS%TheUndying%S%TheUndying%L%0%SK% 1 2 --logapp | %M%
%IFXHNLS%TheUndying%S%TheUndying%L%0%SK% 1 2 --logapp | %M%
The macros for 'IFXGNLS' and 'IFXHNLS' do not exist in the batch file. This means that the batch file will always end up trying to execute 'TheUndying.exe' which of course does not exist, the file name is 'setup-TheUndying.exe'. This causes the entire install to abort without notification and fail to install any mods intended to be placed after this point. I believe the correct fix is to add the following lines near the beginning of Big World install.bat:
SET IFXGNLS=IF EXIST BWP_Expert IF EXIST BWP_German IF NOT EXIST BWP_Language IF EXIST Setup-
SET IFXHNLS=IF EXIST BWP_Expert IF EXIST BWP_Spanish IF NOT EXIST BWP_Language IF EXIST Setup-
Nefarious
Member Since 27 May 2010Offline Last Active Private