Jun 23, 2013
05:31 AM
Any news on this? Thanks. chiranjeevi wrote: Hello, I am currently working on the issue with the help of project provided, will get back to you soon with my findings. Thanks, Chiranjeevi
... View more
May 30, 2013
02:48 AM
chiranjeevi wrote: Hello, Have you tried setting the build path to .Net version 4.5. Yes the build path is .NET 4.5. Have you looked at the project I included in my last post?
... View more
May 20, 2013
08:59 AM
chiranjeevi wrote: Hello, I am unable to download the attachment completely. That is strange - I just downloaded it successfully from two different machines with no problem. Here is a dropbox link to the same project: https://dl.dropboxusercontent.com/u/53351620/InstallShieldTest.zip Your suggestion to turn off Multiprocessor builds has had no effect. I still get Failed to load ISWIBuild: -2147221164 as soon as the second InstallShield project starts building. (I suspect the problem might be that the InstallShield task descends from Microsoft.Build.Utilities.Task instead of AppDomainIsolatedTask. This causes the ISWIBuild assembly to remain locked. See here for a similar issue on StackOverflow: http://stackoverflow.com/a/3405932/1077279)
... View more
May 14, 2013
08:20 AM
Hi Chiranjeevi, Thanks for your replies. I am aware of MSBuild's capabilities and have tried nesting MSBuild projects without success. I cannot get any command line build to work. I have attached a simplified VS 2012 solution. It contains two console applications and two corresponding setup projects. Could you please provide any method of building the Setup1.msi and Setup2.msi from the command line using ISLE. I have included two batch files: The first one (BuildSolutionDirectly.cmd) runs msbuild.exe against the .sln file and fails with Failed to load ISWIBuild: -2147221164 The second one (BuildWithXml.cmd) uses Build.xml and fails with No outputs for project Thanks for any help, Rob
... View more
May 09, 2013
11:17 AM
That link doesn't help. Whenever I build a single isproj file I get No outputs for project "MyProject1" were provided but the installation project references "MyProject1.Content Files". It doesn't seem to matter whether I use MSBuild from the command line or the MSBuild task. To summarize: If I build the whole solution with MSBuild, I can only include one isproj project, otherwise I get a Failed to load ISWIBuild: -2147221164 If I build the whole solution with DevEnv, I get -6225 errors If I build a single isproj with MSBuild, I get No outputs for project ... were provided
... View more
May 07, 2013
04:57 AM
Can you give me an example of how to do this? I am currently using Configuration=$(Configuration) Platform=$(Platform) BuildInParallel="false" StopOnFirstFailure="true" Targets="Build" If I change MySolution.sln to MySetup1.isproj, it fails with No outputs for project "MyProject1" were provided but the installation project references "MyProject1.Content Files". I can't see how to get the outputs without building the whole solution.
... View more
May 01, 2013
11:54 AM
I have a .NET 4.5 solution with 5 InstallShield projects. I'm on Windows 8 64x, Visual Studio 2012, InstallShield 2012 Spring LE. When I build the solution using devenv from the command line, I get -6225 errors. Apparently this is a known bug (also here) But when I build it from the command line using MSBuild, the first IS project works, but all the others fail with 'error : Failed to load ISWIBuild: -2147221164' What am I doing wrong?
... View more
Labels
Latest posts by shamp00
Subject | Views | Posted |
---|---|---|
958 | Jun 23, 2013 05:31 AM | |
958 | May 30, 2013 02:48 AM | |
1503 | May 20, 2013 08:59 AM | |
1503 | May 14, 2013 08:20 AM | |
1503 | May 09, 2013 11:17 AM | |
1503 | May 07, 2013 04:57 AM | |
1729 | May 01, 2013 11:54 AM |
Activity Feed
- Posted Re: Cannot build solution with multiple setup projects from the command line on InstallShield Forum. Jun 23, 2013 05:31 AM
- Posted Re: Cannot build solution with multiple setup projects from the command line on InstallShield Forum. May 30, 2013 02:48 AM
- Posted Re: Cannot build solution with multiple setup projects from the command line on InstallShield Forum. May 20, 2013 08:59 AM
- Posted Re: Cannot build solution with multiple setup projects from the command line on InstallShield Forum. May 14, 2013 08:20 AM
- Posted Re: Cannot build solution with multiple setup projects from the command line on InstallShield Forum. May 09, 2013 11:17 AM
- Posted Re: Cannot build solution with multiple setup projects from the command line on InstallShield Forum. May 07, 2013 04:57 AM
- Posted Cannot build solution with multiple setup projects from the command line on InstallShield Forum. May 01, 2013 11:54 AM