PC Review


Reply
Thread Tools Rate Thread

deploy a winForm apps

 
 
Yu Mei
Guest
Posts: n/a
 
      7th Aug 2003
My winForm application uses ActiveX control from other source.The ActiveX
control is shipped as exe file. After click the exe file, it install the
software and do some registration in the target machine. In this case, can I
combine the installation of the control with my installer? Can I register
the control instead of installing it?
Thanks in advance,
--Yu


 
Reply With Quote
 
 
 
 
David Guyer [MS]
Guest
Posts: n/a
 
      8th Aug 2003
The answer to your question depends on a lot of factors, and you may just
need to do some testing, or trial and error to find out.

Firstly, if the install.exe for the ActiveX control does much more than
just copy the file and register it, then you probably need to make sure you
run the install.exe as part of your install steps. If all it does is copy
the files and register it, then you can add the ActiveX control files to
your setup project, and turn on registration for the files.

If you need to run the activeX exe, then one workaround you can try is to
add the install.exe to your setup project and then run a custom action
during your install that runs the install.exe. The downside to this is
that you don't get good error handling or an uninstall story.

---
David Guyer - VBQA Deployment Testing
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: "Yu Mei" <(E-Mail Removed)>
>
>My winForm application uses ActiveX control from other source.The ActiveX
>control is shipped as exe file. After click the exe file, it install the
>software and do some registration in the target machine. In this case, can

I
>combine the installation of the control with my installer? Can I register
>the control instead of installing it?
>Thanks in advance,
>--Yu
>
>
>


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
vs 2008 WinForm application deploy and update question Jason Huang Microsoft C# .NET 1 23rd Sep 2009 01:37 PM
vs 2008 WinForm application deploy to client C:\Program Files folder Jason Huang Microsoft C# .NET 1 18th Sep 2009 09:44 AM
Screen size for winform apps John Microsoft Dot NET Framework Forms 5 5th Dec 2007 05:18 PM
Deploy a .NET apps raghu1 Microsoft ASP .NET 2 25th May 2006 01:40 PM
How to deploy ASP.NET Apps Nus Pieds Microsoft ASP .NET 3 17th Jul 2003 06:43 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:31 PM.