Jan 20, 2010
11:14 AM
I can reproduce this in VS2008, and unloading the project does indeed allow the dialog to list methods again. We'll have to see what we can do with this, and find out if VS is requesting something we provide incorrectly, or if it's incorrectly expecting something we shouldn't be expected to provide. We'll be tracking this internally under #IOA-000053486.
... View more
Aug 02, 2012
08:22 AM
How it could be that installshield does not provide renameing the app.config to .config by default? I mean as "Setup and Deployment project" replacement from MS I am expecting that this is working without doing anything... So when are you going to implement it?
... View more
Feb 22, 2011
09:18 AM
Thanks to this thread I was able to resolve about 120 errors from my TFS \ InstallShield 2011 Standalone Build configuration. I was able to determine that to fix this permanently I would have to increase the size of the ISPathVariable column of the ISPathVariable table. Here are the steps I took to fix this problem once-and-for-all: 1) Check-out your ISPROJ project from TFS then close the solution 2) Open the .ism file (located in the same folder as the .isproj file) in Notepad 3) Using the serach to to locate the table definition for ISPathVariable 4) Note that the column definition is defined by default as ISPathVariable Change the def value to a larger number such as "s64" 5) Re-open the solution in Visual Studio and open the "Direct Editor" view of your Installer project 6) Correct all of the project names in the following columns of the following tables (this is a one-time action after increasing the ISPathVariable column length): Column ISPathVariable; Table ISPathVariable Column ISBuildSourcePath; Table File 7) Save and check-in your project. Of course a larger default size of s64 would be far more reasonable then s32, but at least this can be fixed. Stephen
... View more
Latest posts by fluxmunki
Subject | Views | Posted |
---|---|---|
1352 | Jan 20, 2010 11:15 AM | |
574 | Jan 20, 2010 10:57 AM | |
1352 | Jan 20, 2010 04:05 AM | |
2698 | Jan 20, 2010 02:23 AM | |
7562 | Jan 09, 2010 06:18 AM | |
1560 | Jan 04, 2010 07:25 AM | |
10486 | Dec 23, 2009 04:30 AM |
Activity Feed
- Posted Re: MSBuild not renaming app.config on InstallShield Forum. Jan 20, 2010 11:15 AM
- Posted Re: Installshield Visual Studio Integration breaks "Create Unit Tests" dialog on InstallShield Forum. Jan 20, 2010 10:57 AM
- Posted Any ideas? on InstallShield Forum. Jan 20, 2010 04:05 AM
- Posted Installshield Visual Studio Integration breaks "Create Unit Tests" dialog on InstallShield Forum. Jan 20, 2010 02:23 AM
- Posted MSBuild not renaming app.config on InstallShield Forum. Jan 09, 2010 06:18 AM
- Posted Re: MSBuild No outputs for project [x] were provided, but the installation project... on InstallShield Forum. Jan 04, 2010 07:25 AM
- Posted MSBuild No outputs for project [x] were provided, but the installation project... on InstallShield Forum. Dec 23, 2009 04:30 AM