472,347 Members | 2,085 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,347 software developers and data experts.

Source Control of Windows Installers since VS2003

Hi all, I'm having a nightmare with Windows Installer projects and souce
control. My situation is that I have a few related windows application /
dlls, some generic shared library files and a windows installer to install
it. I have all of these in the same solution to enable easy debugging and
maximum flexibility.

I want my source control to be something like this (from the /$ root)

MyBigApplication
- vb.net main windows application
- c# console application (launches the main windows app)
- Web service
- Windows Installer for the project
Libraries
- All my generic reusable libraries
AnotherApplication
- All the projects relevant to this project
etc...

My problem is that I carefully add all my Libraries to the Libraries
directory, this is fine, then I add my other projects to 'MyBigApplication'
this is also fine. Then I come to add the Windows Installer... I get a
message which says:

A project BigApplicationInstaller.vdproj you are trying to add contains
items which are in the same folders as projects that are already under
source control. Because the source controlled projects do not share the same
source control binding, they cannot be added to source control. To resolve
this issue move this project's items into their own folders, or place all
overlapping projects into the same source control binding.

Now quite honestly I don't really understand the problem.. it knows where
the items are that are already under source control (as it can display the
sourcesafe status and it has the projects open). Now the difference seems to
be since vs2003 that windows installer source controls now checks in all the
dlls etc rather than just the project file as I never had a problem with
this type of structure before.

So, for any application I have that
a) Uses shared library projects
and
b) Has a windows installer
I cannot have the solution under source control as it will always try to
check in the Installer files and fail.

It works fine if I unbind all the source controls for the project, then add
the solution to source control, but then the shared library project for the
first solution that I add gets buried deeply in the C:\ rooted sourcesafe
project structure it creates.. which isn't where you want shared libraries
to be! The second solution that I add that uses that shared library then
refers to the shared library in the structure of the first solution.. it is
just messy and unacceptable.

What I'm amazed about is that I wouldn't have thought my requirements here
are very unusual, yet I can find no other posts regarding this issue.

What am I doing wrong?

Thanks, kind regards
-=- Brett
Jul 19 '05 #1
0 1906

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Marius Horak | last post by:
I have to modify an existing window service. I runs on a PC at different location (France). After modification I tried to install on my PC (W2K,...
3
by: Raymond Lewallen | last post by:
Does anyone recommend a good source code control software other than Visual SourceSafe that integrates well with VS2003? One specific requirement...
0
by: Brett Gerhardi | last post by:
Hi all, I'm having a nightmare with Windows Installer projects and souce control. My situation is that I have a few related windows application /...
2
by: Mark | last post by:
I created an extremely simple windows service that only writes to the EventLogs on Stop and Pause. I installed it using the InstallUtil.exe...
2
by: Fan Wang | last post by:
Hi All, I wrote a windows service with C# as below. But I can't install it with installutil.exe. I got an error message " Exception occurred...
14
by: Graham Blandford | last post by:
Hi there, A quickie I think... If I create a new class that inherits the values of a windows form component class, can there ever be a visual...
2
by: Carlo \(MCP only\) | last post by:
Hi to all I'm askyng you a suggestion about the best way to share the same source code between VS2003 and VS2005. The project I'm developing is...
48
by: meyer | last post by:
Hi everyone, which compiler will Python 2.5 on Windows (Intel) be built with? I notice that Python 2.4 apparently has been built with the VS2003...
22
by: MarkusR | last post by:
I am currently using StarTeam for my source control. (Will eventual switch to whatever the latest Visual Source Safe is going to be called). ...
0
by: concettolabs | last post by:
In today's business world, businesses are increasingly turning to PowerApps to develop custom business applications. PowerApps is a powerful tool...
0
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...
0
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.