472,328 Members | 1,143 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,328 software developers and data experts.

Microsoft setup and deployment - launch an application at the end of installation

Sue
How do I launch an executable at the end of an installation created by
Microsoft Visual Studio setup and deployment project?
Jul 21 '05 #1
5 2076
You might be able to create a custom action and use the Process class to
launch the application.

"Sue" <pb*********@yahoo.com> wrote in message
news:5e*************************@posting.google.co m...
How do I launch an executable at the end of an installation created by
Microsoft Visual Studio setup and deployment project?

Jul 21 '05 #2
There is no support within VS to do this. However, there is a topic in the Windows Installer Platform SDK help to do
this. See the link below (careful for linewrap).

http://msdn.microsoft.com/library/de...l=/library/en-
us/msi/setup/how_do_i_use_a_custom_action_to_launch_an_installe d_file_at_the_end_of_the_installation.asp

--
Mike Wade, VB Team
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
From: pb*********@yahoo.com (Sue)
Newsgroups: microsoft.public.dotnet.general
Subject: Microsoft setup and deployment - launch an application at the end of installation
Date: 27 Jan 2004 11:59:34 -0800

How do I launch an executable at the end of an installation created by
Microsoft Visual Studio setup and deployment project?

Jul 21 '05 #3
Thanks a lot for the information.

I also have another question. I have a Visual Studio.net application,
which uses MSCOMM32.OCX. This control has license problem at runtime. Is
there any setup/installation steps to fix the problem. The application
works fine on a developer machine, but, displays license error on a
end-user machine.

Thanks again.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 21 '05 #4


Thanks a lot for the information.

I also have another question. I have a Visual Studio.net application,
which uses MSCOMM32.OCX. This control has license problem at runtime. Is
there any setup/installation steps to fix the problem. The application
works fine on a developer machine, but, displays license error on a
end-user machine.

Thanks again.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 21 '05 #5
On Wed, 28 Jan 2004 06:09:50 -0800, Sue Dana <pb*********@yahoo.com>
wrote:


Thanks a lot for the information.

I also have another question. I have a Visual Studio.net application,
which uses MSCOMM32.OCX. This control has license problem at runtime. Is
there any setup/installation steps to fix the problem. The application
works fine on a developer machine, but, displays license error on a
end-user machine.

Thanks again.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!


I am not an expert in ActiveX area, but here is what I am aware of:

You have to make sure that your OCX file does not have yellow icon
(warning) when you deploy the application.

Also, make sure that deployment project contains OCX file as its
dependency.

Any warning about OCX file sent to output during the build process
will result in problems with OCX file.

MS installation process will always unregister your OCX file every
time you uninstall your product with OCX. Building a product on a
machine which does not have OCX file registered will result in
problems as well.

I hope this helps...
Jul 21 '05 #6

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

Similar topics

1
by: Patrick Carroll | last post by:
Hi, I have a problem installing MS VS.NET 2003. First of all, I have all the pre-requisites installed and I have the requirements in system...
3
by: McCool | last post by:
How can I get the deployment project to setup a DSN pointing to an Access DB after installation takes place? Also, is there a way to kick off a...
1
by: source | last post by:
I have a setup project and I am adding registry entries in my setup. For one of my regitry entries I need to assing the value of the path. When I...
2
by: Ricky | last post by:
I am doing setup and deployment for the first time in .NET. I have developed an application in VB.NET which uses a third party component. But in...
5
by: Sue | last post by:
How do I launch an executable at the end of an installation created by Microsoft Visual Studio setup and deployment project?
4
by: Saber | last post by:
In VS 2005 I made a setup project for my application. The application uses a mdb file and needs Microsoft Jet OLE DB Provider to run on another...
5
by: Nelluru | last post by:
Hi, I am using Visual Studio 2005. I am trying to create an msi package for my application using Setup and Deployment project. I am able to...
0
by: fscharff | last post by:
I'm having difficulties with a setup-project for a VS-2003 application. The setup is used for both a new installation as an update installation. ...
0
by: Andrus | last post by:
I created .NET 3.5 SP1 Winforms application setup by pressing publish button in VCSE 2008 SP1 Running created setup.exe in same computer causes...
0
by: tammygombez | last post by:
Hey everyone! I've been researching gaming laptops lately, and I must say, they can get pretty expensive. However, I've come across some great...
0
better678
by: better678 | last post by:
Question: Discuss your understanding of the Java platform. Is the statement "Java is interpreted" correct? Answer: Java is an object-oriented...
0
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: CD Tom | last post by:
This happens in runtime 2013 and 2016. When a report is run and then closed a toolbar shows up and the only way to get it to go away is to right...
0
by: CD Tom | last post by:
This only shows up in access runtime. When a user select a report from my report menu when they close the report they get a menu I've called Add-ins...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...

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.