|
-
Mar 21st, 2006, 03:02 AM
#1
Thread Starter
Member
VB.NET Express 2005: Setup Project
Hi VB people
I downloaded and installed Visual Basic .NET 2005 Express Edition, and it is working fine. I am trying to open a Setup Project to package and deploy an application and the 'Setup Project' template is not available from the list!!!!
I have only
- Windows Application
-Class Library
-Console Application
-My Movie Collection
-ScreenSaver Starter Kit
and then
- Search Online Templates...
But the 'Setup Project' templates is not found.
Can anyone please help me out with this? I want to be able to make a setup using the setup wizard.
Thanks a lot
Regards
BlueKnight
-
Mar 21st, 2006, 03:16 AM
#2
Re: VB.NET Express 2005: Setup Project
The Express editions of VS 2005 do not support setup projects. You can Publish your application to create a ClickOnce installer. You should head to MSDN and read up about ClickOnce deployment because it has pros and cons over deployment via Windows Installer. If you decide that ClickOnce is not suitable then you'll either have to purchase VS Pro or above or use a third-party deployment tool like Inno or NSIS, which are both free.
-
Mar 21st, 2006, 03:27 AM
#3
Thread Starter
Member
Re: VB.NET Express 2005: Setup Project
Thanks a lot for the precisions
Is there anyway I can download or add the setup project template to my already installed version?
-
Mar 21st, 2006, 04:36 AM
#4
Re: VB.NET Express 2005: Setup Project
Read my previous post again. It's quite explicit in answering your question. In short: No.
-
Mar 21st, 2006, 05:09 AM
#5
Thread Starter
Member
Re: VB.NET Express 2005: Setup Project
thanks.
i will use clickonce, and then i downloaded inno, like you advised.
thanks once more
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|