Loading
Standalone build error (ISDEV : error -6243: InstallUtilLib.dll cannot be located)
InstallShield 2013 standalone build is giving the below error after migrating the ism to 2013:

 

ISDEV : error -6243: InstallUtilLib.dll cannot be located on your system. This file is required for Installer custom actions. You can set the path to InstallUtilLib.dll using Tools | Options and/or specify the path with the -t command line build option. The file is part of the Microsoft .NET Framework redistributable. c:\Windows\Microsoft.NET\Framework\v4.0.3031964\

 

We are using the below command for the build. Same command works fine with 2010 standalone build and 2010 ism.

 

"C:\Program Files (x86)\InstallShield\2013\System\IsCmdBld.exe" -p "D:\Projects\RAPIDComm_tfs\Nimrod\Install\src\Setup\Rapidcomm 6.0 Server Debug 64.ism" -a "NotDistributed" -r "CDWinx64" -o "D:\Projects\RAPIDComm_tfs\Nimrod\Install\src\Setup" -b "C:\TestBuilds" -t "C:\WINDOWS\Microsoft.NET\Framework64\v4.0.30319" >> "C:\Setup_server_x64_debug.log"

Loading
Standalone build error (ISDEV : error -6243: InstallUtilLib.dll cannot be located)