473,669 Members | 2,495 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 4528
Fred,

In the deploymentproje ct 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**@smartybir d.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******** ******@TK2MSFTN GP14.phx.gbl...
Fred,

In the deploymentproje ct 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**@smartybir d.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...>Cu rrently:

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**@smartybir d.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******** ******@TK2MSFTN GP14.phx.gbl...
Fred,

In the deploymentproje ct 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**@smartybir d.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**@smartybir d.com> wrote in message
news:eo******** *****@TK2MSFTNG P14.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******** ******@TK2MSFTN GP14.phx.gbl...
Fred,

In the deploymentproje ct 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**@smartybir d.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******** ********@TK2MSF TNGP09.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**@smartybir d.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******** ******@TK2MSFTN GP14.phx.gbl...
Fred,

In the deploymentproje ct 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**@smartybir d.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
2101
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 of the installation needs to "dump" a bunch of files (third party product's project files) to the user's system. These files are transient in nature in that the user may choose
1
2094
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 "Code" in my "Add Item" Menu. In order to see this 'Add Installer code'... Do I need to install any plugin?
4
5293
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 correct link, it's outdated. The link should be changed from this http://msdn.microsoft.com/library/default.asp?url=/downloads/list/netdevframework.asp to the new link, which is this:...
2
5345
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 works. Now, I am wondering if there is any way to change the directory that the installer installs the files to. I want to be able to put my files in a specified directory (user specified is good, but i don't mind hardcoding the path either) and...
0
1936
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 and added it to my solution (selecting the "Primary Output" as the files to include from my project). However, when I attempt to build the setup project (assuming a clean output directory), I get "Unrecoverable build error" - and NO other...
4
7072
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 deployment project (myproj installer) I added my windows app to the installer under myproj installer properties, I set bootstrapper
1
3592
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- Common.dll, Logging.dll, Configuration.dll, Data.dll into setup project so that it is also installed automatically. It should perform what the 'Install Services.bat ' performs. I have created ProjectInstaller.cs file also
4
34846
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 a simple python app into a single .exe file that can be copied and run on any Windows XP machine. It may work on many other Windows platforms, but I haven't tested it. You'll need a working Python installation first, preferably v2.3 or later. ...
6
4062
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 an issue, what else is available?
0
959
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 applications, a windows forms proj and a Windows Service proj (which has a project installer added). So far, I have used the setup designer to add an extra dialog to the Start section of the User interface between "Welcome" and "Installation Folder"....
0
8466
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8384
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8810
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
5683
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4208
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4387
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2798
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2035
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1790
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.