Installer Project in Microsoft Visual C# 2005 Express Edition???

  • Thread starter Andrew Meador - ASCPA, MCSE, MCP+I, Network+, A+
  • Start date
A

Andrew Meador - ASCPA, MCSE, MCP+I, Network+, A+

I am wanting to create an installer project in Microsoft Visual C#
2005 Express Edition, but I can't see how to do it. I see in online
help that you should go to File...Add...New Project... and choose
Setup/Installer Project. But, this is not an option in my Project
Types list. Is this some limitation of the Express Edition, you can't
create installer packages? Is there something I need to configure or
install, to get this option? Please let me know.

Thanks!
 
N

Noble

I am wanting to create an installer project in Microsoft Visual C#
2005 Express Edition, but I can't see how to do it. I see in online
help that you should go to File...Add...New Project... and choose
Setup/Installer Project. But, this is not an option in my Project
Types list. Is this some limitation of the Express Edition, you can't
create installer packages? Is there something I need to configure or
install, to get this option? Please let me know.

Thanks!

I believe that you can only use the "One-click" installer method in
all the Express languages. I don't think they allow you to create
installers.

HTH
nb
 
M

Michael Nemtsev

Hello Andrew Meador - ASCPA, MCSE, MCP+I, Network+, A+,

Alternative way described here is using WIX or NSIS installer, where you
are free to custom actions.
BTW, they can be build via nant/msbuild

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

A> I am wanting to create an installer project in Microsoft Visual C#
A> 2005 Express Edition, but I can't see how to do it. I see in online
A> help that you should go to File...Add...New Project... and choose
A> Setup/Installer Project. But, this is not an option in my Project
A> Types list. Is this some limitation of the Express Edition, you can't
A> create installer packages? Is there something I need to configure or
A> install, to get this option? Please let me know.
A>
A> Thanks!
A>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top