cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
christoffd
Level 2

Error when using IsSABld.exe

We seem to consistently get the following error from building our installation packages with IsSABld.exe.

These builds used to work fine until we upgraded to 2009.

The actual section from the log is:
Upgrading table MsiPatchOldAssemblyName
ISDEV : error 5001: Failed to resolve a field value.
MsiPatchOldAssemblyName

Our command line arguments are:
-p "$(CURAWORK)\Modules\Assessor\Installation\InstallShield\Assessor.ism"
-r "Assessor Full Install"
-c "UNCOMP"
-a "FULL"
-h
-b "$(CURAWORK)\Modules\Assessor\Installation\InstallShield\Media"
-o "C:\Program Files\Macrovision\IS 2008 StandaloneBuild\Objects"
-t "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727"

I know the -o argument is still pointing to the installshield 2008 location, but changing it does not make a difference.

The build subsequently fails with this message:
ISDEV : fatal error -6199: Internal build error
Labels (1)
0 Kudos
(1) Reply
christoffd
Level 2

Ok,
Switching to using
C:\Program Files\InstallShield\2009\System\IsCmdBld.exe
solved it.
0 Kudos