Re: Include J# redistribuable package in a setup project
From: George Birbilis [MVP J#] [9880] (birbilis_at_kagi.com)
Date: 06/17/04
- Next message: George Birbilis [MVP J#] [9880]: "Re: Pretty obvious. Isn't it?"
- Previous message: George Birbilis [MVP J#] [9880]: "Re: Runtime instances creating"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 18 Jun 2004 00:59:20 +0300
> > The problem is that the J# redist requires that the .Net Framework be
> > installed first before it can be installed. There is a reboot that needs
to
> > occur between the installation of the .Net Framework and the J# redist.
> > You could just instruct your customers to install the J# redist
separately,
> > or perhaps write your own setup that does a reboot and then forces the
> > install afterwards. I'm not an expert in installers so you may want to
post
> > a question in the setup newsgroup
(microsoft.public.dotnet.framework.setup)
> > for more info.
detect .NET version and if not installed or earlier version than you need,
then
have your installer add an entry to
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce
to have your installer run again after the reboot
then run the .NET installer (closing your own installer)
Windows installer may be clever enough to do such things
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
George Birbilis <birbilis@kagi.com> [J# MVP9880]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ QuickTime VCL and ActiveX controls (for PowerPoint/VB/Delphi etc.)
+ Plugs VCL and ActiveX controls (InterProcess/Internet communication)
+ TransFormations, VB6 forms to ASP.net WebForms convertion
http://www.kagi.com/birbilis
+ Robotics
http://www.mech.upatras.gr/~robgroup
........................................................................
- Next message: George Birbilis [MVP J#] [9880]: "Re: Pretty obvious. Isn't it?"
- Previous message: George Birbilis [MVP J#] [9880]: "Re: Runtime instances creating"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|