ClickOnce and com controls



I have a .net 2.0 winforms app which I'm deploying via clickonce.
Unfortunately one of the things that needs to be installed during the
clickonce is an MS Access mde application which uses a 3rd party control.
this 3rd party control is an 'ocx' file. In the old days I would install
this Access application using Installsheild which would install and register
the ocx file on the target machines. Now in the click once environment, how
do I get this ocx file installed? One thing I was thinking of was (if
clickonce can't install the ocx) would be to use InstallShield to build a
small install exe which would just install the ocx. then have clickonce
deploy this install.exe along with all the other files that are part of the
clickonce deployment. after everything is copied to the target machine and
before clickonce starts the .net app, it could run the install.exe which
would in turn install the ocx. In this case, how would I get clickonce to
run the install.exe?

any other ideas?

Thanks.

--
moondaddy@xxxxxxxxxxxxx


.



Relevant Pages

  • Re: Newbie Question for VB Express
    ... For some reason I can't get Clickonce to work. ... project to the app, setting options, building and using windows installer ... to a CD to install from there. ... Shouldn't I be able to run the setup from my HD and have it install the ...
    (microsoft.public.dotnet.languages.vb)
  • RE: Is ClickOnce Appropriate?
    ... to know if the user canceled the install after I've launched it. ... able to get your launch application working using both the MSI and ClickOnce? ... ApplicationDeployment updater = ApplicationDeployment.CurrentDeployment; ... ClickOnce recently support a new "file patching" feature which may help to ...
    (microsoft.public.dotnet.framework)
  • Re: ClickOnce issues
    ... I'm looking at ClickOnce as a possible alternative to MSI and have poured through much of the docs trying to figure out how to customize my app's install if possible. ... The only info I can find deals with a custom bootstrapper but I'm not sure if this is the correct approach and there's precious little info on the subject anyway. ... While ClickOnce doesn't normally require admin rights since it installs the app under each user's user profile folder, how does it avoid the bloat that results from the same app being installed multiple times. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: OneClick Not Installing Locally -- Visual Studio 2005
    ... How do I get IsolatedStorage in an area that will be saved to a roaming profile? ... The userid I use for development and testing has it's profile defined as being on a network share. ... do you mean.NET ClickOnce application ... totally isolated from one another and need to install their own copy. ...
    (microsoft.public.vsnet.general)
  • Re: Clickonce update requires new prerequisite
    ... it checks for .Net 2.0 and installs as a prerequisite if necessary ... Every time the user runs the app, ... ClickOnce also provides an API, so if you don't want to do automatic ... "Unable to install or run the application. ...
    (microsoft.public.dotnet.general)