May 12, 2011
01:40 PM
I wanted to add a bit more extra info since I haven't gotten any replies on this yet. The project type is Basic MSI. The prerequisite is a local file, not a Url The prerequisite is set to require admin privileges I am using InstallShield 2010 and Visual Studio 2010 Is there any more info that would help debug this?
... View more
May 11, 2011
09:05 PM
I'm working on adding a new Feature Prerequisite to our installer and am running into the following error when trying to run the new setup.exe. Another installation is in progress. Please wait until the installation is complete, then try again. 0x80070652 We already have another feature prerequisite that works just fine and this one was set up the same way. The following page indicates I should not get this error when creating InstallShield prerequisites, so I am surprised to get this error: http://kb.flexerasoftware.com/doc/Helpnet/installshield15helplib/IHelpSetPrereqOverview.htm Any help would be greatly appreciated! More details... The prerequisite is associated with a Feature so it can be conditionally installed. The prereq is an exe file, not an msi. It contains packaged x86 and x64 and localized msis. It has no downloadable files. It has no conditions set on the prq, but does have condition on the Feature. When the error occurs our sequence completely shuts down. I've tried changing the prerequisite order to no avail. I'm passing in the /qb switch to attempt to make this prereq do a silent install, but that doesn't appear to be working either because I do see UI of the prereq installer before it fails. Thanks for any help or suggestions!
... View more
Labels
- Labels:
-
InstallShield 2010
May 18, 2010
06:55 PM
Did you find a solution to this? I am experiencing this as well but only when trying to run using MSBuild from the command line.
... View more
May 18, 2010
11:58 AM
We're using Visual Studio 2008 Professional and MSBuild Tools Version 3.5. We also are using InstallShield 2010 sp1. Also, we've noticed the following output after making the suggested fix to isproj when viewing a detailed build log. This seems related so we are investigating further. The referenced project group "(x).Localized resources" is empty. Note, everything works fine on this project when run in the IDE and these errors only occur when running MSBuild from command line. Thanks!
... View more
May 17, 2010
06:36 PM
MichaelU wrote: Agreed, I'm surprised the ProjectReference item group would be filled in incorrectly. Saving the file that way definitely sounds like buggy behavior. We have been struggling with this error as well. We've found that the names get truncated in isproj for any project name that is longer than 32 characters (including the file extension). The workaround suggested does get us past the build errors, however at runtime the installer now errors out with the following message: The specified File key ('x') not found in the file table. It seems as if the truncated name might still be used somewhere other than the isproj file, but I've not had any luck fixing it. Any help is appreciated.
... View more
Latest posts by pcj206
Subject | Views | Posted |
---|---|---|
640 | May 12, 2011 01:40 PM | |
4018 | May 11, 2011 09:05 PM | |
567 | May 18, 2010 06:55 PM | |
1565 | May 18, 2010 11:58 AM | |
1565 | May 17, 2010 06:36 PM |
Activity Feed
- Posted More Information on InstallShield Forum. May 12, 2011 01:40 PM
- Posted InstallShield prerequisite error message "Another installation is in progress" on InstallShield Forum. May 11, 2011 09:05 PM
- Posted Re: Having trouble buiding Installshield project with MSBuild on InstallShield Forum. May 18, 2010 06:55 PM
- Posted Re: MSBuild No outputs for project [x] were provided, but the installation project... on InstallShield Forum. May 18, 2010 11:58 AM
- Posted Re: MSBuild No outputs for project [x] were provided, but the installation project... on InstallShield Forum. May 17, 2010 06:36 PM