|
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.
|
|
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....
|
|
Design Projects and Projects Thesis_Plz post here
Dear friends I am going to start a thread 'Design Projects and Projects Thesis_Plz post here'
All members are requested to help out each other and share request and their thesis or net download thesis ...
Started by mkhurram79 on
, 12 posts
by 5 people.
Answer Snippets (Read the full thread at egpet):
Some Design Projects
1-Acetone
[This link Point....
To start this thread i am requesting a thesis project
"Production of formic acid from formaldehyde"
If someone have design report or thesis project or any relevant material, plz share.
|
|
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.
|
|
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.
|
|
Hello,
Q1 - As far as I know, Visual Studio doesn’t use aspnet_compiler.exe when compiling web application projects. And since Web Deployment Projects (WDP) tool is only used for manipulation the output created by aspnet_compiler.exe, I don’t understand...
Started by SourceC on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It's useful to keep in mind that Web Application Projects and WebWeb Application Projects are real projects - they really build, and produce a single assembly Deployment Projects were....
Deployment Project will package.
|