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: TFS Integration
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Feb 26, 2013
12:33 PM
TFS Integration
Have a solution with several different projects in it, only one being the target of the installer.
Works fine on computer A, put in all the settings I need, builds the installer packages perfectly fine.
If I checkin (on VS2012), several items still have the red "checked-out" status mark beside them, I can't seem to ever get rid of it.
And even though I can see from the TFS server that the right file IS up there, as soon as I open the solution in a different computer, ALL settings are reset, my Product / Upgrade keys, product name, etc... everything is blank again, all changes are gone.
Is there something I'm doing incorrectly?
Works fine on computer A, put in all the settings I need, builds the installer packages perfectly fine.
If I checkin (on VS2012), several items still have the red "checked-out" status mark beside them, I can't seem to ever get rid of it.
And even though I can see from the TFS server that the right file IS up there, as soon as I open the solution in a different computer, ALL settings are reset, my Product / Upgrade keys, product name, etc... everything is blank again, all changes are gone.
Is there something I'm doing incorrectly?
(4) Replies
‎Feb 26, 2013
01:29 PM
Are you checking in both files? ( One is .isproj and I think the other is .isl or similar. The former is just the MSBuild project file and the latter is the actual IS source code for the project. )
‎Feb 26, 2013
02:03 PM
That part is messed up. Generally speaking, Flexera has it backwards in autochecking out the ISPROJ but not the ISL.
Make sure the ISL is checked out, make your changes, save the solution and check in the ISL. You should see your change show up in the build then.
Make sure the ISL is checked out, make your changes, save the solution and check in the ISL. You should see your change show up in the build then.
‎Feb 27, 2013
10:57 AM
Thanks a lot, one final part I found and got resolution.
Checking in worked just as you said, as long as I checked out the full project first, then edited and checked back in, all saved properly.
Second part, found out on machine B, the installshield proj doesn't automatically refresh, so after getting latest version, I have to close the solution and reopen it, and THEN I see all of the edits.
Thanks again.
Checking in worked just as you said, as long as I checked out the full project first, then edited and checked back in, all saved properly.
Second part, found out on machine B, the installshield proj doesn't automatically refresh, so after getting latest version, I have to close the solution and reopen it, and THEN I see all of the edits.
Thanks again.