A .wixlib is not a WixExtension so you cannot use the -ext switch.

On Fri, Sep 14, 2012 at 5:55 AM, Branko Horvat <branko_hor...@hotmail.com>wrote:

>
>
>
>
> James,
>
> I realised the RemoveFolder tags are necesary because I am installint into
> userprofile,
> not for all users on a computer as I hope it want ask admin permission to
> install.
>
> If I remove difx:Driver tag then I can reproduce the file hierarchy -
> actually not as originally is,
> since there are two .inf in the same directory. And, as I read somewhere,
> each driver must be
> int seperate directory for wix (and thus also in a seperate component). I
> solved it that way
> that both created directories contain it's own subdirectory with x86 files
> (originally it was common).
> I took a look of all needed files in both inf. files.
>
> So the bottom line is I can manage to procuse file hierarchy as I wish (as
> I suppose is expected).
> When I uncomment difx:Driver tags the same errors as till now:
>
> C:\Users\hob\Documents\WiX\ftdiinstall.wsx(33) : error LGHT0094 :
> Unresolved ref
> erence to symbol 'CustomAction:MsiProcessDrivers' in section
> 'Product:{E00E5A99-
> 913D-4C68-98BF-B43A471CD45D}'.
> C:\Users\hob\Documents\WiX\ftdiinstall.wsx(53) : error LGHT0094 :
> Unresolved ref
> erence to symbol 'CustomAction:MsiProcessDrivers' in section
> 'Product:{E00E5A99-
> 913D-4C68-98BF-B43A471CD45D}'.
>
> This is when I use: light.exe -ext WixDifxAppExtension ftdiinstall.wixobj
>
> When I use:
> C:\Users\hob\Documents\WiX>light.exe -ext WixDifxAppExtension
> -ext "D:\tmp\ftdi\difxapp_x86.wixlib" ftdiinstall.wixobj
>
> (you see I even tried with absolute path)
> it says:
> light.exe : error LGHT0144 : The extension 'D:\tmp\ftdi\difxapp_x86.wixlib'
> could not be loaded because of the following reason:
> Could not load file or assembly 'file:///D:\tmp\ftdi\difxapp_x86.wixlib'
> or one of its dependencies.
> The module was expected to contain an assembly manifest.
>
> This makes me think this is for .net environment.
>
>
>
> ------------------------------------------------------------------------------
> Got visibility?
> Most devs has no idea what their production app looks like.
> Find out how fast your code is with AppDynamics Lite.
> http://ad.doubleclick.net/clk;262219671;13503038;y?
> http://info.appdynamics.com/FreeJavaPerformanceDownload.html
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
virtually,

   Rob Mensching
   http://RobMensching.com LLC
------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to