473,408 Members | 1,739 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

setup project

I ordered VS2005 a while ago standart edition (still waiting for it).
Anyway looking closely at the various edition's features again I suddenly
realized:

1].
VS2005 standart doesn't seems to come with setup/MSI project, is that right?
How am I do create setup project then?
I know of these free tool:
http://nsis.sourceforge.net/
http://hmne.sourceforge.net/
But what about the bootstrapper? (.NET detection)? how could I integrate
with these?

I also found that:
http://www.microsoft.com/downloads/d...displaylang=en
But I am not sure as to how it could help me create application installers.

2]. No unit testing.
allright, I could use NUnit.

3]. No static analysis or code coverage. uh, what is that?

4]. No code profiling.
Does it mean no performance tool?
How could I do performance debugging then?
I knew of a free tool doing that. Available somewhere as a separate
download, but can't remember it by now.
Any tip?
what suprises me more is that even the professional edition don't comes with
code profiling/unit testing

--
Regards,
Lloyd Dupont

NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>
Nov 24 '05 #1
6 2223
If you NEED all this then the standard edition is NOT for you.

In fact the current way MS has things set up, if you want unit testing and
code profiling then all you are left with is VSTS (Visual Studio Team
System).

Just stick with VS.NET 2005 PRO (notice I said pro here)
NUnit
NCover
NDoc (when it supports 2005 *sigh*)
FXCop

....and you should be good to go.

"Lloyd Dupont" <net.galador@ld> wrote in message
news:eU**************@tk2msftngp13.phx.gbl...
I ordered VS2005 a while ago standart edition (still waiting for it).
Anyway looking closely at the various edition's features again I suddenly
realized:

1].
VS2005 standart doesn't seems to come with setup/MSI project, is that
right?
How am I do create setup project then?
I know of these free tool:
http://nsis.sourceforge.net/
http://hmne.sourceforge.net/
But what about the bootstrapper? (.NET detection)? how could I integrate
with these?

I also found that:
http://www.microsoft.com/downloads/d...displaylang=en
But I am not sure as to how it could help me create application
installers.

2]. No unit testing.
allright, I could use NUnit.

3]. No static analysis or code coverage. uh, what is that?

4]. No code profiling.
Does it mean no performance tool?
How could I do performance debugging then?
I knew of a free tool doing that. Available somewhere as a separate
download, but can't remember it by now.
Any tip?
what suprises me more is that even the professional edition don't comes
with code profiling/unit testing

--
Regards,
Lloyd Dupont

NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>

Nov 24 '05 #2
unfortunately, as I told.
I already ordered the standart edition and the pro edition is not in my
budget so far.

"Ray Cassick (Home)" <rc************@enterprocity.com> wrote in message
news:%2***************@TK2MSFTNGP10.phx.gbl...
If you NEED all this then the standard edition is NOT for you.

In fact the current way MS has things set up, if you want unit testing and
code profiling then all you are left with is VSTS (Visual Studio Team
System).

Just stick with VS.NET 2005 PRO (notice I said pro here)
NUnit
NCover
NDoc (when it supports 2005 *sigh*)
FXCop

...and you should be good to go.

"Lloyd Dupont" <net.galador@ld> wrote in message
news:eU**************@tk2msftngp13.phx.gbl...
I ordered VS2005 a while ago standart edition (still waiting for it).
Anyway looking closely at the various edition's features again I suddenly
realized:

1].
VS2005 standart doesn't seems to come with setup/MSI project, is that
right?
How am I do create setup project then?
I know of these free tool:
http://nsis.sourceforge.net/
http://hmne.sourceforge.net/
But what about the bootstrapper? (.NET detection)? how could I integrate
with these?

I also found that:
http://www.microsoft.com/downloads/d...displaylang=en
But I am not sure as to how it could help me create application
installers.

2]. No unit testing.
allright, I could use NUnit.

3]. No static analysis or code coverage. uh, what is that?

4]. No code profiling.
Does it mean no performance tool?
How could I do performance debugging then?
I knew of a free tool doing that. Available somewhere as a separate
download, but can't remember it by now.
Any tip?
what suprises me more is that even the professional edition don't comes
with code profiling/unit testing

--
Regards,
Lloyd Dupont

NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>


Nov 24 '05 #3
You might want to look at Advanced Installer
http://www.advancedinstaller.com . It handles MSI too.
Nov 25 '05 #4
real cool, thanks!

"Edwin Lau" <edwin@no_spam.iredsoft.com> wrote in message
news:Ow*************@TK2MSFTNGP15.phx.gbl...
You might want to look at Advanced Installer
http://www.advancedinstaller.com . It handles MSI too.

Nov 25 '05 #5
You might as well look at all the MSI tools!

http://www.installsite.org/pages/en/msi/authoring.htm
--
Phil Wilson [MVP Windows Installer]
----
"Lloyd Dupont" <net.galador@ld> wrote in message
news:Ol**************@TK2MSFTNGP11.phx.gbl...
real cool, thanks!

"Edwin Lau" <edwin@no_spam.iredsoft.com> wrote in message
news:Ow*************@TK2MSFTNGP15.phx.gbl...
You might want to look at Advanced Installer
http://www.advancedinstaller.com . It handles MSI too.


Nov 30 '05 #6
thanks for the link!

"Phil Wilson" <Ph*********@unisys.spamcom> wrote in message
news:OZ*************@TK2MSFTNGP10.phx.gbl...
You might as well look at all the MSI tools!

http://www.installsite.org/pages/en/msi/authoring.htm
--
Phil Wilson [MVP Windows Installer]
----
"Lloyd Dupont" <net.galador@ld> wrote in message
news:Ol**************@TK2MSFTNGP11.phx.gbl...
real cool, thanks!

"Edwin Lau" <edwin@no_spam.iredsoft.com> wrote in message
news:Ow*************@TK2MSFTNGP15.phx.gbl...
You might want to look at Advanced Installer
http://www.advancedinstaller.com . It handles MSI too.



Nov 30 '05 #7

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

Similar topics

2
by: Scott Kaszyk | last post by:
I have created a setup project and was able to include the exe as well as the source code in the install. However, I have been unable to include the setup project source. Therefore, when I access...
4
by: pbj | last post by:
my application was created in vb.net, vs 2003. the setup project was also created in vs 2003. one of my application reviewers reported this: The .Net link that is included in the setup is not the...
2
by: serge calderara | last post by:
Dear all, I have build a setup project for my VB.NET application, I need to know the installation path of an application in order to add file in it. How can do that inside my setup project ?...
4
by: Nick | last post by:
Hi, I have a windows application, wherein the solution consists of 5 projects. When I try to create a setup and deployment project for this solution, I'm somehow unable to add anything in...
1
by: JJ | last post by:
Hi, I have gone the setup project route and added the setup project to my solution as in the guide. I have checked the dependancy's and they all seem to be there. Now do I just build the project...
0
by: Adam Clauss | last post by:
I have a C++ COM Addin I wrote for Outlook (2002) using VS.Net 2002. Having completed it, I am now looking to create a setup project and install it on another machine. I created a setup project...
4
by: Howard Kaikow | last post by:
When I build a setup project, the dependency in the setup project is tied to the version in which it was built. Is there a way to build a setup project that can be used in both versions of the...
1
by: rohan_from_mars | last post by:
I have a windows service and am also using Enterprise Library June 2005 version. Now i have created Setup and Deployment Project which installs the service. but how do i add EL dlls-...
6
by: andrewbb | last post by:
I want to deploy a service with a windows app and the setup program must conform to the Vista certification requirements. Can that be done with the standard .net setup project? Assuming cost is...
3
by: sanghavi | last post by:
how to create a set up project in vb.net..how to run an application on a different machine
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.