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

Occasional build failure with IsSABld.exe

I'm making build with IsSABld.exe like this:
IsSABld.exe -p "%INSTALLPROJECT%" -r "%CURRENTBUILD%" -c COMP
The installshield is IS2008 StandAlone version.
The problem is the build fails some times with error like this:
......
ISVirtualShortcut table successfully built
ISVirtualPackage table successfully built
ISVirtualRelease table successfully built
_Validation table successfully built
Searching project for extract-at-build components...
Validating Custom Action sequencing
Embedding manifest SetupExe.Highest.manifest into setup.exe
Generating RC file: _ISUser1033.rc
Building dialog 10105
Building dialog 10305
Built 2 dialogs into resource file: _ISUser1033.rc
Building RES file: _ISUser1033.res
Compiling resource DLL: _isuser1033.dll
LINK : fatal error LNK1104: cannot open file "c:\temp\lnk2"
ISDEV : error -6120: The Resource Linker failed to build the DLL "d:\depot\BUSMB\B1iP\patch\src\B1iPInstallation\B1i Platform Installer\EventSender\_isuser1033.dll".
Resolving strings...
Language English (United States) built
ISDEV : error -7132: An error occurred streaming ISSetup.dll support file C:\Program Files\Macrovision\IS 2008 StandaloneBuild\Redist\Language Independent\i386\ISRT.dll
Embedding manifest SetupExe.Highest.manifest into setup.exe
ISDEV : error -7132: An error occurred streaming ISSetup.dll support file C:\Program Files\Macrovision\IS 2008 StandaloneBuild\Redist\Language Independent\x64\ISBEW64.exe
ISDEV : error -6003: An error occurred streaming 'instmsiw.exe' into setup.exe
Building CAB files...
Data1.cab built
Files built
Media table successfully built
Setup.exe created
Automatic update notification disabled
Product\Release - 4 error(s), 0 warning(s)
.......

It won't fail every time but by accident.It never fail when i use IS 2008 IDE.The failure comes when build from command line only.
Any idea about this issue? Thank you so much!
Labels (1)
0 Kudos
(2) Replies
CanyChen
Level 3

Some times the build error info is like this:
===============================
...
Resolving strings...
Language English (United States) built
Embedding manifest SetupExe.Highest.manifest into setup.exe
ISDEV : error -6003: An error occurred streaming 'Searching project for extract-at-build components...
Validating Custom Action sequencing
Embedding manifest SetupExe.Highest.manifest into setup.exe
Generating RC file: _ISUser1033.rc
Building dialog 10105
Building dialog 10305
Built 2 dialogs into resource file: _ISUser1033.rc
Building RES file: _ISUser1033.res
Compiling resource DLL: _isuser1033.dll
Resolving strings...
Language English (United States) built
Embedding manifest SetupExe.Highest.manifest into setup.exe
ISDEV : error -6003: An error occurred streaming 'instmsiw.exe' into setup.exe
Building CAB files...
Data1.cab built
Files built
Media table successfully built
Setup.exe created
Automatic update notification disabled
Product\Release - 1 error(s), 0 warning(s)' into setup.exe
Building CAB files...
Data1.cab built
Files built
Media table successfully built
Setup.exe created
Automatic update notification disabled
Product\Release - 1 error(s), 0 warning(s)
...
====================================
Sometimes it says an error occurred streaming 'instmsia.exe'...
Also it's occasional
0 Kudos
CanyChen
Level 3

I adopted the script a little bit. Before calling IsSABld.exe to build, i delete all the generated files and folders by last build.
Seems it's working ,no such error any more.
0 Kudos