473,385 Members | 1,940 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,385 software developers and data experts.

VB.NET Simple Setup Project

Hi:

I've written a really cool VB.NET application that I want to install on the
many computers in my company (all located behind a firewall) so I'm trying
to create a Setup and Deployment project. I'm not having much luck and the
documentation doesn't help either.

I have created a "software update" page on our web server and it sends file
"setup1.msi" which runs the windows installer just fine.

All I need to do is to copy two files to a folder that I have chosen
"C:\myapp" and create a desktop icon.

I am getting the files in the correct folder however my desktop icon just
shows a directory of the desktop folder.

Any help with the "missing step" would be appreciated! Also if anyone knows
of a well written document on how to do that would appreciate that also.

Thanks very much!

Fred

Nov 21 '05 #1
5 4508
Fred,

In the deploymentproject rightclicking on Primary Output in the application
folder let you create a shortcut that you can drag to your folder left
"user's Desktop" and/or "Users Programs Menu"

(You would probably give it a nice name, however this is just rightclicking
on that shortcut and do that n the properties)

I hope this helps?

Cor
"Fred Nelson" <fr**@smartybird.com>
Hi:

I've written a really cool VB.NET application that I want to install on
the
many computers in my company (all located behind a firewall) so I'm trying
to create a Setup and Deployment project. I'm not having much luck and
the
documentation doesn't help either.

I have created a "software update" page on our web server and it sends
file
"setup1.msi" which runs the windows installer just fine.

All I need to do is to copy two files to a folder that I have chosen
"C:\myapp" and create a desktop icon.

I am getting the files in the correct folder however my desktop icon just
shows a directory of the desktop folder.

Any help with the "missing step" would be appreciated! Also if anyone
knows
of a well written document on how to do that would appreciate that also.

Thanks very much!

Fred

Nov 21 '05 #2
Hi Cor:

Thanks for your info - it helped me create a shortcut however it is to a
folder and not to the program until you reach the folder. I am not able to
edit the "target" in the properties window.

It created a desktop icon that when clicked takes me to the installation
folder where there is another icon with the same name. Clicking that does
run the program.

What I need to do is to get an icon on the desktop that runs the program
directly.

Also: Is there a way to bypass the windows installation for upgrades.
Presently I'm forced to go to control panel and remove the program before I
can install it again. This program will be updated monthly and the last
thing I want to do is have my users go to control panel and delete anything.

Thanks again for your help!

Fred

"Cor Ligthert" <no************@planet.nl> wrote in message
news:uz**************@TK2MSFTNGP14.phx.gbl...
Fred,

In the deploymentproject rightclicking on Primary Output in the application folder let you create a shortcut that you can drag to your folder left
"user's Desktop" and/or "Users Programs Menu"

(You would probably give it a nice name, however this is just rightclicking on that shortcut and do that n the properties)

I hope this helps?

Cor
"Fred Nelson" <fr**@smartybird.com>
Hi:

I've written a really cool VB.NET application that I want to install on
the
many computers in my company (all located behind a firewall) so I'm trying to create a Setup and Deployment project. I'm not having much luck and
the
documentation doesn't help either.

I have created a "software update" page on our web server and it sends
file
"setup1.msi" which runs the windows installer just fine.

All I need to do is to copy two files to a folder that I have chosen
"C:\myapp" and create a desktop icon.

I am getting the files in the correct folder however my desktop icon just shows a directory of the desktop folder.

Any help with the "missing step" would be appreciated! Also if anyone
knows
of a well written document on how to do that would appreciate that also.
Thanks very much!

Fred


Nov 21 '05 #3
Fred,

For that I have no solutions, however some links provided this month in this
newsgroup about that

By Herfried
In future:

Introducing Client Application Deployment with "ClickOnce"
<URL:http://msdn.microsoft.com/netframework/?pull=/library/en-us/dnwinform...>Currently:

URL:http://msdn.microsoft.com/library/en...tchno-tou...--

By Anand

Take a look at Application Updater block at
http://msdn.microsoft.com/library/de...ary/en-us/dnbd....
I hope this helps anyway something?

Cor

"Fred Nelson" <fr**@smartybird.com>
Hi Cor:

Thanks for your info - it helped me create a shortcut however it is to a
folder and not to the program until you reach the folder. I am not able
to
edit the "target" in the properties window.

It created a desktop icon that when clicked takes me to the installation
folder where there is another icon with the same name. Clicking that does
run the program.

What I need to do is to get an icon on the desktop that runs the program
directly.

Also: Is there a way to bypass the windows installation for upgrades.
Presently I'm forced to go to control panel and remove the program before
I
can install it again. This program will be updated monthly and the last
thing I want to do is have my users go to control panel and delete
anything.

Thanks again for your help!

Fred

"Cor Ligthert" <no************@planet.nl> wrote in message
news:uz**************@TK2MSFTNGP14.phx.gbl...
Fred,

In the deploymentproject rightclicking on Primary Output in the

application
folder let you create a shortcut that you can drag to your folder left
"user's Desktop" and/or "Users Programs Menu"

(You would probably give it a nice name, however this is just

rightclicking
on that shortcut and do that n the properties)

I hope this helps?

Cor
"Fred Nelson" <fr**@smartybird.com>
> Hi:
>
> I've written a really cool VB.NET application that I want to install on
> the
> many computers in my company (all located behind a firewall) so I'm trying > to create a Setup and Deployment project. I'm not having much luck and
> the
> documentation doesn't help either.
>
> I have created a "software update" page on our web server and it sends
> file
> "setup1.msi" which runs the windows installer just fine.
>
> All I need to do is to copy two files to a folder that I have chosen
> "C:\myapp" and create a desktop icon.
>
> I am getting the files in the correct folder however my desktop icon just > shows a directory of the desktop folder.
>
> Any help with the "missing step" would be appreciated! Also if anyone
> knows
> of a well written document on how to do that would appreciate that also. >
> Thanks very much!
>
> Fred
>
>
>



Nov 21 '05 #4
if it is an .msi file then you can just right click it and choose remove or
uninstall (i can't remember which).

--

Bob

--------------------------------------
I'll have a B please Bob.

"Fred Nelson" <fr**@smartybird.com> wrote in message
news:eo*************@TK2MSFTNGP14.phx.gbl...
Hi Cor:

Thanks for your info - it helped me create a shortcut however it is to a
folder and not to the program until you reach the folder. I am not able
to
edit the "target" in the properties window.

It created a desktop icon that when clicked takes me to the installation
folder where there is another icon with the same name. Clicking that does
run the program.

What I need to do is to get an icon on the desktop that runs the program
directly.

Also: Is there a way to bypass the windows installation for upgrades.
Presently I'm forced to go to control panel and remove the program before
I
can install it again. This program will be updated monthly and the last
thing I want to do is have my users go to control panel and delete
anything.

Thanks again for your help!

Fred

"Cor Ligthert" <no************@planet.nl> wrote in message
news:uz**************@TK2MSFTNGP14.phx.gbl...
Fred,

In the deploymentproject rightclicking on Primary Output in the

application
folder let you create a shortcut that you can drag to your folder left
"user's Desktop" and/or "Users Programs Menu"

(You would probably give it a nice name, however this is just

rightclicking
on that shortcut and do that n the properties)

I hope this helps?

Cor
"Fred Nelson" <fr**@smartybird.com>
> Hi:
>
> I've written a really cool VB.NET application that I want to install on
> the
> many computers in my company (all located behind a firewall) so I'm trying > to create a Setup and Deployment project. I'm not having much luck and
> the
> documentation doesn't help either.
>
> I have created a "software update" page on our web server and it sends
> file
> "setup1.msi" which runs the windows installer just fine.
>
> All I need to do is to copy two files to a folder that I have chosen
> "C:\myapp" and create a desktop icon.
>
> I am getting the files in the correct folder however my desktop icon just > shows a directory of the desktop folder.
>
> Any help with the "missing step" would be appreciated! Also if anyone
> knows
> of a well written document on how to do that would appreciate that also. >
> Thanks very much!
>
> Fred
>
>
>



Nov 21 '05 #5
Hi Cor:

I figured out what I was doing wrong - in your original e-mail you said to
create the short cut and drag it to the desktop - I skipped this step!

Anyhow - now its working fine!

Thanks for your help!

Fred

"Cor Ligthert" <no************@planet.nl> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Fred,

For that I have no solutions, however some links provided this month in this newsgroup about that

By Herfried
In future:

Introducing Client Application Deployment with "ClickOnce"
<URL:http://msdn.microsoft.com/netframewo...n-us/dnwinform..
..>Currently:
URL:http://msdn.microsoft.com/library/en...ml/vbtchno-tou...
--
By Anand

Take a look at Application Updater block at
http://msdn.microsoft.com/library/de...ary/en-us/dnbd....
I hope this helps anyway something?

Cor

"Fred Nelson" <fr**@smartybird.com>
Hi Cor:

Thanks for your info - it helped me create a shortcut however it is to a
folder and not to the program until you reach the folder. I am not able
to
edit the "target" in the properties window.

It created a desktop icon that when clicked takes me to the installation
folder where there is another icon with the same name. Clicking that does run the program.

What I need to do is to get an icon on the desktop that runs the program
directly.

Also: Is there a way to bypass the windows installation for upgrades.
Presently I'm forced to go to control panel and remove the program before I
can install it again. This program will be updated monthly and the last
thing I want to do is have my users go to control panel and delete
anything.

Thanks again for your help!

Fred

"Cor Ligthert" <no************@planet.nl> wrote in message
news:uz**************@TK2MSFTNGP14.phx.gbl...
Fred,

In the deploymentproject rightclicking on Primary Output in the

application
folder let you create a shortcut that you can drag to your folder left
"user's Desktop" and/or "Users Programs Menu"

(You would probably give it a nice name, however this is just

rightclicking
on that shortcut and do that n the properties)

I hope this helps?

Cor
"Fred Nelson" <fr**@smartybird.com>

> Hi:
>
> I've written a really cool VB.NET application that I want to install on > the
> many computers in my company (all located behind a firewall) so I'm

trying
> to create a Setup and Deployment project. I'm not having much luck and > the
> documentation doesn't help either.
>
> I have created a "software update" page on our web server and it sends > file
> "setup1.msi" which runs the windows installer just fine.
>
> All I need to do is to copy two files to a folder that I have chosen
> "C:\myapp" and create a desktop icon.
>
> I am getting the files in the correct folder however my desktop icon

just
> shows a directory of the desktop folder.
>
> Any help with the "missing step" would be appreciated! Also if anyone > knows
> of a well written document on how to do that would appreciate that

also.
>
> Thanks very much!
>
> Fred
>
>
>



Nov 21 '05 #6

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

Similar topics

3
by: Ryno Rijnsburger | last post by:
I am busy packaging our product as a standard Setup project in VS.NET that uses a bunch of merge modules (basically, a merge module for every key infrastructure component in our system). Part...
1
by: HyperX | last post by:
Hey guys, How can I see the code of the installer class? I know that I have to right click on my object class, -> Add Item -> Code -> installer class... The actual question is, I cannot see...
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: MENTAT | last post by:
Hi, I am trying to create an installer for my web application. So I added a web setup project to my solution (I am using VS.NET 2003). Been playing around with it since then and it basically...
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: bob lambert | last post by:
Help I am trying to deploy to another pc a vb.net std 2002 windows form application. I am confused. I created a project - windows form I built form, compiled and debugged. I created a...
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-...
4
true911m
by: true911m | last post by:
Here's a little walkthrough to get py2exe up and running. I'm not an expert, so I can't help much with any problems you might have. This is what worked for me. The result here will be to convert...
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...
0
by: Claire | last post by:
I have built several very simple setup projects where I just install a single application. I am using the installation tools that come with Visual Studio 2005. This setup I want to build has 2...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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

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.