MSINET.OCX: either install it to the System32 folder and register it, or
use RegFree COM. RegFree COM is a great technology that makes VB6 programs
really portable: you have to add the entries for the DLL and OCX files to
the manifest for the executable, and then they work magically without any
registration.


On Fri, Jun 13, 2014 at 6:58 PM, Phil Wilson <phildgwil...@gmail.com> wrote:

> "Is not inserting in the syswow" folder doesn't really help much. If
> you can't copy it there, then you can't register in in HKLM either,
> ---------------
> Phil Wilson
>
>
> On Fri, Jun 13, 2014 at 10:33 AM, Carter Young <ecyo...@grandecom.net>
> wrote:
> > 1.  It's my understanding that WiX preferred method is not to save to
> > GAC, but dont quote me on that.
> > 2. That is outside my area of expertise, although I know others will
> > answer.  If your interested please buy
> > http://www.amazon.com/WiX-3-6-Developers-Windows-Installer/dp/1782160426
> >
> > It has saved me plenty of time and the steep learning curve...
> >
> > Carter
> >
> > Quoting sandyGSS <sandhya....@gmail.com>:
> >
> >> eYoung I am able to resolve my problem because of windows security
> issues it
> >> is not inserting in syswow folder so that's the reason it is not
> registering
> >> in regedit with syswow folder.
> >>
> >> I just added
> >>
> >> <SetDirectory Id="dirE83E2903B913C888AB303B0FEE2CB6DB"
> >> Value="[SystemFolder]" />
> >>
> >>  it worked.
> >>
> >> I have few more questions about .net assemblies which should be saved
> in gac
> >> folder
> >>
> >> 1) Is there any short cut name  or variable for  gac?
> >> 2) Is it gud to generate the .net assemblies through heat?
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> --
> >> View this message in context:
> >>
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/ocx-file-is-not-registered-in-windows-8-tp7595015p7595243.html
> >> Sent from the wix-users mailing list archive at Nabble.com.
> >>
> >>
> ------------------------------------------------------------------------------
> >> HPCC Systems Open Source Big Data Platform from LexisNexis Risk
> Solutions
> >> Find What Matters Most in Your Big Data with HPCC Systems
> >> Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
> >> Leverages Graph Analysis for Fast Processing & Easy Data Exploration
> >> http://p.sf.net/sfu/hpccsystems
> >> _______________________________________________
> >> WiX-users mailing list
> >> WiX-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/wix-users
> >>
> >>
> >
> >
> >
> >
> >
> ------------------------------------------------------------------------------
> > HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
> > Find What Matters Most in Your Big Data with HPCC Systems
> > Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
> > Leverages Graph Analysis for Fast Processing & Easy Data Exploration
> > http://p.sf.net/sfu/hpccsystems
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> ------------------------------------------------------------------------------
> HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
> Find What Matters Most in Your Big Data with HPCC Systems
> Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
> Leverages Graph Analysis for Fast Processing & Easy Data Exploration
> http://p.sf.net/sfu/hpccsystems
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
Alasdair King
------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to