cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
rajeshaz09
Level 3

SAB is not identifing logutil.dll

I onstalled , installshield 2008 premier edition on my development machine.
On build server i installed SAB(stand alone build).

On my development machine , i can able to successfully generate MSI using "ISCMDBLD.EXE" tool.

On production, if i use "ISSABLD.EXE" to build installshield project(*.ism), i am getting following error.

system\logutil.dll not found. Cannot stream file into binary table ISDEV


Do i need to pass additional parameters?
Labels (1)
0 Kudos
(1) Reply
DebbieL
Level 17

I believe the reason you are seeing this error is because the logutil.dll file should be installed when you install the Standalone Build, but it is not. This has been resolved in newer versions of the Standalone Build.

To work around this issue with the InstallShield 2008 Standalone Build, try copying the logutil.dll file from your development machine (probably something like C:\Program Files\InstallShield\2009 StandaloneBuild\System\LogUtil.dll) to the Standalone Build System folder on your build machine. Then rebuild the release.
0 Kudos