|
I have 3 projects in my solution that I want to deploy. Is there a nice and quick way of using Visual Studio's setup projects to deploy all three apps using one MSI and letting the user decide which apps he wants to install during the install process?...
Started by Nick on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
When the user clicks install on that splash screen it calls msiexec using the /qb- option to present a minimized install on ... .
I build my three MSI and then a small splash screen app that gives a checkbox for each app .
OK, this is what I ended up doing.
|
|
In the top left corned of the Visual Studio Start Page there is a Recent Projects section that lists as standard 10 last opened Project. I am aware that this number can be changed using Tools->Options->Environment->Genera l and then modifying...
Started by padn on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Start the Registry Editor\VisualStudio\8.0\ProjectMRUList Then delete the key that has the project you do not want to keep.
Steps to Remove Recent Projects Close Visual Studio if it is running.
|
|
I often feel like I should be contributing more to certain projects as I depend on them daily, but often feel I would mostly be getting in the way.
Do you have any projects that you are not a main developer but do submit patches to?
Any stumbling blocks...
Started by mjard on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
And a note to any project maintainers that might read you drop off the net I can still get....
I've submitted patches to various OSS projects, and most been replaced by something else anyway.
Source projects or my own projects.
|
Ask your Facebook Friends
|
What are the main reasons personal projects (software apps etc) never get to the level of competing with your salary?
To me one big problem is "on-the-fly" feature expansion, with this problem, the end only gets further and further away!
Started by Anonymous Cow on
, 15 posts
by 15 people.
Answer Snippets (Read the full thread at stackoverflow):
Most personal projects take place in the evening and weekends, and as excited as most of us get about....
I have a slew of personal/side projects I'm that most developers experience.
projects don't get as much attention as your job will.
|
|
How do I set up a Git project to contains other projects?
eg. I am working on an online mapping app. We developed a GPS tool together with an outfit in SF. We simultaneously developed a Python Geomapping script together with a different concern (that ...
Answer Snippets (Read the full thread at stackoverflow):
Once you've set them up, working on the whole project requires project from the external projects, but complicated to send changes back to the external projects into the project....
On the (small) projects I've worked on.
|
|
I've been following this guide from MSDN about "Creating an ASP.NET MVC Areas Application Using Multiple Projects" . Since ASP.NET MVC 2.0 is just preview one would imagine there to be some bugs.
My problem is, it simply doesn't work! At least not the...
Started by Filip Ekberg on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
No need to edit the csproj files, no need to create a routes.cs, and no need to edit global.ascx.cs, just right click the main project to be in the main project....
Recreated the project from scratch.
Uninstall beta 2, install the RC).
|
|
Hello everyone,
I am reading from the following link,
http://reddnet.net/code/asp-net-web-site-vs-web-application-project-part-2/
My two confusions,
What is the so-called issue "No control over your namespaces" cons from a web site project? Could anyone...
Started by George2 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
A web project ? that it's part of a Solution, and a Solution can have n projects, take my current work for example:
In just one solution, I have more projects than the website, and even if they are in different directories I referenced....
|
|
Hi, is it possible to group projects in eclipse? Or maybe have a project with sub-projects?
Started by Hemeroc on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You can reduce the projects shown in the Package Explorer and other places to whichever projects....
Simpl groupingEclipse offers working sets.
A working set and only the projects you selected earlier are shown in project explorer.
|
|
Following my previous question , now I have 2 projects: one Console Project and a Library Project. They also have their respective unit test projects. When I run a test for the console project that uses a method from the library project and the library...
Started by Jader Dias on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
But for the appSettings?
If the library project....
UPDATE: I do not know which part of the app.config you need to share .
Select Add -> Existing projects.
File in one project, then add it to the other:
Right-click the other project.
|
|
We can add project as well as a jar file in java projects build path in eclipse. so what is the use of it?
Answer Snippets (Read the full thread at stackoverflow):
If you used JAR files, then whenProjects on the build path... .
If you add a project project are instantly visible to other projects that depend on it.
On all three as separate projects, both will depend on the common data types.
|