473,395 Members | 2,436 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,395 software developers and data experts.

Start application at the end of setup

Hello,
anyone know how to launch the application as soon as the installation
package finish.
I'm using VB .NET 2003
Thanks

Vittorio
Nov 20 '05 #1
2 2252
Are you using "setup project" in VS? You can simply add a custom action
(which is the app you install) at commit time. You can change parameters,
conditions on the property grid.

Thanks
Lifeng
MS VB Team
Nov 20 '05 #2
i guess i should have qualified this a little more since you have to look
fairly deep in the source code provided by the ms web site link that i
cited.

you can do this only w/n vs.net 2003 afaik b/c it has an installer class
template. you'd simply select this template and add it to your regular
project.

your custom install class will inherit from
system.configuration.install.installer (namespace doesn't appear in
2002)...like this:

<RunInstaller(True)>Pulic Class Installer
Inherits System.Configuration.Install.Installer
' the template addes code here...you don't have to muck w/ it though
' insert code from previous post here
End Class

lemme know if it works for you.

hth,

steve

"Lifeng Lu" <li*****@microsoft.com> wrote in message
news:7a**************@cpmsftngxa06.phx.gbl...
Are you using "setup project" in VS? You can simply add a custom action
(which is the app you install) at commit time. You can change parameters,
conditions on the property grid.

Thanks
Lifeng
MS VB Team

Nov 20 '05 #3

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

Similar topics

1
by: Tom wilson | last post by:
I've been through everything with this error and cannot get the debugger to work remotely. The only thing I can trace it down to is that RPC is not communicating between servers. So after many,...
1
by: das | last post by:
Hi I have started a new asp.Net application. I have places some components on the form. but when I run the application i get the following error. Error while trying to run project: unable to start...
9
by: Tim D | last post by:
Hi, I originally posted this as a reply to a rather old thread in dotnet.framework.general and didn't get any response. I thought it might be more relevant here; anyone got any ideas? My...
18
by: Juan Gil | last post by:
I have a problem with this. I installed it in my computer to modify it, but when I try to save the configuration file(xml file) the server returned an error that say that I dont have permissions to...
3
by: Wardeaux | last post by:
All, I've written a "setup" wrapper that calls a sequence of "setup.exe", and all works except when I call the setup.exe for the MSDE, then it gets about half way through and then hangs... The...
5
by: Vijaya P Krishna | last post by:
Hi, I have a .NET Windows Forms application, written in VB.NET and C#. I am opening a URL from the application using Process.Start(). The URL points to a java servlet running on apache-tomcat....
2
by: martin1 | last post by:
Hi, All, I used to right click on solution explorer to setup start point, but when I right click and cannot see setup start point anymore. I have 2 window forms and want to set up one window...
1
by: MarkusJ_NZ | last post by:
Hi, can someone please provide me with some information on how I can create a shortcut from the users start menu/ desktop to my installed application when I am using the VS2005 setup wizard. I...
3
by: Sonu | last post by:
Hi All - I'm trying to create a setup project using the Setup deployment project option from Visual Studio 05. Everything works great except I cannot find how start the application once user...
3
by: jctwin9 | last post by:
I've been trying to clean up the installer I created using vb 2005 as best as possible to finalize a project I am working on. I have my installer deploying a .pdf file in the application folder. I...
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:
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
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...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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...
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.