This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: MsBuild Problem for Upgraded Project
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
May 11, 2012
10:13 AM
MsBuild Problem for Upgraded Project
Hi,
Updated to Spring. Projects Build file from Installshield and Visual Studio.
However, when using MsBuild I get a popup message from MsBuild
The program can't start because BECommonLib.dll is missing from your computer. Try reinstalling the program to fix this problem.
Msbuild then returns a -5056 error.
My msbuild proj files calls
The isproj file correctly details the 2012Spring InstallShield.targets file.
The Installshield.targets file correctly details the InstallShieldPath variable
C:\Program Files (x86)\InstallShield\2012Spring\System
The System directory contains the BECommonLib.dll file.
Any clues as to why I get this problem?
Thanks,
Adam
Updated to Spring. Projects Build file from Installshield and Visual Studio.
However, when using MsBuild I get a popup message from MsBuild
The program can't start because BECommonLib.dll is missing from your computer. Try reinstalling the program to fix this problem.
Msbuild then returns a -5056 error.
My msbuild proj files calls
The isproj file correctly details the 2012Spring InstallShield.targets file.
The Installshield.targets file correctly details the InstallShieldPath variable
The System directory contains the BECommonLib.dll file.
Any clues as to why I get this problem?
Thanks,
Adam
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
May 11, 2012
11:29 AM
Workaround:
I set the PATH variable to include the Installshield Spring System directory and MSBuild works fine again.
Therefore it seems that there is a problem around the InstallshieldPath property.
I used a in the Installshield.targets file.
In the Visual Studio Command Prompt (2010) it outputs correctly during the build.
Adam
I set the PATH variable to include the Installshield Spring System directory and MSBuild works fine again.
Therefore it seems that there is a problem around the InstallshieldPath property.
I used a
In the Visual Studio Command Prompt (2010) it outputs correctly during the build.
Adam