Re: [WiX-users] Help! DifxApp in Wix 3 does not work!

2008-12-09 Thread rodolfo corral dominguez

hi!
i've solved the problem, how?, i guess was something with the libraries, i 
built the project again and i didn't get any trouble, thanks! now all works 
fine!> Date: Tue, 9 Dec 2008 14:38:21 -0800> From: [EMAIL PROTECTED]> To: 
wix-users@lists.sourceforge.net> Subject: Re: [WiX-users] Help! DifxApp in Wix 
3 does not work!> > rodolfo corral dominguez wrote:> > hi tnks! but now i have 
some errors, i think beacause of the library, these are the errors:> > > > 
Error 2 Duplicate symbol 'CustomAction:MsiProcessDrivers' found.> > > > What 
does your light command line look like?> > -- > sig://boB> 
http://joyofsetup.com/> > > > 
--> 
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.> 
The future of the web can't happen without you. Join us at MIX09 to help> pave 
the way to the Next Web now. Learn more and register at> 
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/> 
___> WiX-users mailing list> 
WiX-users@lists.sourceforge.net> 
https://lists.sourceforge.net/lists/listinfo/wix-users
_
See how Windows® connects the people, information, and fun that are part of 
your life
http://clk.atdmt.com/MRT/go/119463819/direct/01/
--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Help! DifxApp in Wix 3 does not work!

2008-12-09 Thread Bob Arnson
rodolfo corral dominguez wrote:
> hi tnks! but now i have some errors, i think beacause of the library, these 
> are the errors:
>  
> Error 2 Duplicate symbol 'CustomAction:MsiProcessDrivers' found.
>   

What does your light command line look like?

-- 
sig://boB
http://joyofsetup.com/



--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Help! DifxApp in Wix 3 does not work!

2008-12-08 Thread rodolfo corral dominguez

hi tnks! but now i have some errors, i think beacause of the library, these are 
the errors:
 
Error 2 Duplicate symbol 'CustomAction:MsiProcessDrivers' found.
Error 3 Location of symbol related to previous error.
 
is there any problem with library?> Date: Mon, 8 Dec 2008 08:11:37 -0800> From: 
[EMAIL PROTECTED]> To: wix-users@lists.sourceforge.net> Subject: Re: 
[WiX-users] Help! DifxApp in Wix 3 does not work!> > rodolfo corral dominguez 
wrote:> > > > > > That's WiX v2 schema; use the WixCop tool to update 
to the WiX v3 schema.> > -- > sig://boB> http://joyofsetup.com/> > > > 
--> 
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.> 
The future of the web can't happen without you. Join us at MIX09 to help> pave 
the way to the Next Web now. Learn more and register at> 
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/> 
___> WiX-users mailing list> 
WiX-users@lists.sourceforge.net> 
https://lists.sourceforge.net/lists/listinfo/wix-users
_
Color coding for safety: Windows Live Hotmail alerts you to suspicious email.
http://windowslive.com/Explore/Hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_safety_112008
--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Help! DifxApp in Wix 3 does not work!

2008-12-08 Thread Bob Arnson
rodolfo corral dominguez wrote:
>  Location='either'   DriverLegacy='yes' DriverAddRemovePrograms='yes' 
> DriverForceInstall='yes' DriverSequence='50'>
>   

That's WiX v2 schema; use the WixCop tool to update to the WiX v3 schema.

-- 
sig://boB
http://joyofsetup.com/



--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Help! DifxApp in Wix 3 does not work!

2008-12-08 Thread rodolfo corral dominguez

hi!
here is the code i'm using to do the installation in the component tag
 

 
i got a error message
 
Error 7 The Component element contains an unexpected attribute 'DriverLegacy'
 
As i know, this is because the library is not included, the project is not 
adding it,
so i'd like to know if the problem is the library, or how should i add it to 
use the driver parameters in 
the component tag.
 
Thanks!> From: [EMAIL PROTECTED]> To: wix-users@lists.sourceforge.net> Date: 
Fri, 5 Dec 2008 16:56:45 -0800> Subject: Re: [WiX-users] Help! DifxApp in Wix 3 
does not work!> > What does your authoring around the Driver element look 
like?> > -Original Message-> From: rodolfo corral dominguez 
[mailto:[EMAIL PROTECTED]> Sent: Friday, December 05, 2008 16:09> To: Wix 
users> Subject: Re: [WiX-users] Help! DifxApp in Wix 3 does not work!> > > > > 
When i'm trying to create a msi with wix 3, libraries 
DifxAppextension,difxapp_ia64,difxapp_x64 and difxapp_x86 are not added to the 
msi, because of this drivers are not installed, they are just copied into a 
folder like any file.> > From: [EMAIL PROTECTED]> To: 
wix-users@lists.sourceforge.net> Date: Fri, 5 Dec 2008 15:42:47 -0800> Subject: 
Re: [WiX-users] Help! DifxApp in Wix 3 does not work!> > What does "it doesn't 
work" mean? Do you get a build failure? An install failure? An error message?> 
> -Original Message-> From: rodolfo corral dominguez [mailto:[EMAIL 
PROTECTED]> Sent: Friday, December 05, 2008 10:21> To: 
wix-users@lists.sourceforge.net> Subject: [WiX-users] Help! DifxApp in Wix 3 
does not work!> > > Hi all!> > I'm from Mexico and i'd like to know if you've 
worked with DifxApp in Wix v.3 i am trying to build an msi to install some 
drivers but it seems like version 3 of wix does not accept the library. any 
idea about how to make it work?, i've been working with v.2 of wix and i don't 
have problems, it does work great, but when i'm trying to move to v3 i have 
this problem.> > i've tried using difxapp_ia64.wixlib, difxapp_x64.wixlib, 
difxapp_x86.wixlib and DifxAppExtension.dll in the same directory, but it 
doesn't work.> > Thanks!> 
_> Stay up to 
date on your PC, the Web, and your mobile phone with Windows Live> 
http://clk.atdmt.com/MRT/go/119462413/direct/01/> 
--> 
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.> 
The future of the web can't happen without you. Join us at MIX09 to help> pave 
the way to the Next Web now. Learn more and register at> 
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/> 
___> WiX-users mailing list> 
WiX-users@lists.sourceforge.net> 
https://lists.sourceforge.net/lists/listinfo/wix-users> > > 
--> 
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.> 
The future of the web can't happen without you. Join us at MIX09 to help> pave 
the way to the Next Web now. Learn more and register at> 
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/> 
___> WiX-users mailing list> 
WiX-users@lists.sourceforge.net> 
https://lists.sourceforge.net/lists/listinfo/wix-users> 
_> See how 
Windows(r) connects the people, information, and fun that are part of your 
life> http://clk.atdmt.com/MRT/go/119463819/direct/01/> 
--> 
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.> 
The future of the web can't happen without you. Join us at MIX09 to help> pave 
the way to the Next Web now. Learn more and register at> 
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/> 
___> WiX-users mailing list> 
WiX-users@lists.sourceforge.net> 
https://lists.sourceforge.net/lists/listinfo/wix-users> > > 
--> 
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.> 
The future of the web can't happen without you. Join us at MIX09 to help> pave 
the way to the Next Web now. Learn more and register at> 
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/> 
_

Re: [WiX-users] Help! DifxApp in Wix 3 does not work!

2008-12-05 Thread Rob Mensching
What does your authoring around the Driver element look like?

-Original Message-
From: rodolfo corral dominguez [mailto:[EMAIL PROTECTED]
Sent: Friday, December 05, 2008 16:09
To: Wix users
Subject: Re: [WiX-users] Help! DifxApp in Wix 3 does not work!




When i'm trying to create a msi with wix 3, libraries 
DifxAppextension,difxapp_ia64,difxapp_x64 and difxapp_x86 are not added to the 
msi, because of this drivers are not installed, they are just copied into a 
folder like any file.
> From: [EMAIL PROTECTED]> To: wix-users@lists.sourceforge.net> Date: Fri, 5 
> Dec 2008 15:42:47 -0800> Subject: Re: [WiX-users] Help! DifxApp in Wix 3 does 
> not work!> > What does "it doesn't work" mean? Do you get a build failure? An 
> install failure? An error message?> > -Original Message-> From: 
> rodolfo corral dominguez [mailto:[EMAIL PROTECTED]> Sent: Friday, December 
> 05, 2008 10:21> To: wix-users@lists.sourceforge.net> Subject: [WiX-users] 
> Help! DifxApp in Wix 3 does not work!> > > Hi all!> > I'm from Mexico and i'd 
> like to know if you've worked with DifxApp in Wix v.3 i am trying to build an 
> msi to install some drivers but it seems like version 3 of wix does not 
> accept the library. any idea about how to make it work?, i've been working 
> with v.2 of wix and i don't have problems, it does work great, but when i'm 
> trying to move to v3 i have this problem.> > i've tried using 
> difxapp_ia64.wixlib, difxapp_x64.wixlib, difxapp_x86.wixlib and 
> DifxAppExtension.dll in the same directory, but it doesn't work.> > Thanks!> 
> _> Stay up to 
> date on your PC, the Web, and your mobile phone with Windows Live> 
> http://clk.atdmt.com/MRT/go/119462413/direct/01/> 
> -->
>  SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.> 
> The future of the web can't happen without you. Join us at MIX09 to help> 
> pave the way to the Next Web now. Learn more and register at> 
> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/> 
> ___> WiX-users mailing list> 
> WiX-users@lists.sourceforge.net> 
> https://lists.sourceforge.net/lists/listinfo/wix-users> > > 
> -->
>  SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.> 
> The future of the web can't happen without you. Join us at MIX09 to help> 
> pave the way to the Next Web now. Learn more and register at> 
> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/> 
> ___> WiX-users mailing list> 
> WiX-users@lists.sourceforge.net> 
> https://lists.sourceforge.net/lists/listinfo/wix-users
_
See how Windows(r) connects the people, information, and fun that are part of 
your life
http://clk.atdmt.com/MRT/go/119463819/direct/01/
--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Help! DifxApp in Wix 3 does not work!

2008-12-05 Thread rodolfo corral dominguez


 
When i'm trying to create a msi with wix 3, libraries 
DifxAppextension,difxapp_ia64,difxapp_x64 and difxapp_x86 are not added to the 
msi, because of this drivers are not installed, they are just copied into a 
folder like any file.
> From: [EMAIL PROTECTED]> To: wix-users@lists.sourceforge.net> Date: Fri, 5 
> Dec 2008 15:42:47 -0800> Subject: Re: [WiX-users] Help! DifxApp in Wix 3 does 
> not work!> > What does "it doesn't work" mean? Do you get a build failure? An 
> install failure? An error message?> > -Original Message-> From: 
> rodolfo corral dominguez [mailto:[EMAIL PROTECTED]> Sent: Friday, December 
> 05, 2008 10:21> To: wix-users@lists.sourceforge.net> Subject: [WiX-users] 
> Help! DifxApp in Wix 3 does not work!> > > Hi all!> > I'm from Mexico and i'd 
> like to know if you've worked with DifxApp in Wix v.3 i am trying to build an 
> msi to install some drivers but it seems like version 3 of wix does not 
> accept the library. any idea about how to make it work?, i've been working 
> with v.2 of wix and i don't have problems, it does work great, but when i'm 
> trying to move to v3 i have this problem.> > i've tried using 
> difxapp_ia64.wixlib, difxapp_x64.wixlib, difxapp_x86.wixlib and 
> DifxAppExtension.dll in the same directory, but it doesn't work.> > Thanks!> 
> _> Stay up to 
> date on your PC, the Web, and your mobile phone with Windows Live> 
> http://clk.atdmt.com/MRT/go/119462413/direct/01/> 
> -->
>  SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.> 
> The future of the web can't happen without you. Join us at MIX09 to help> 
> pave the way to the Next Web now. Learn more and register at> 
> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/> 
> ___> WiX-users mailing list> 
> WiX-users@lists.sourceforge.net> 
> https://lists.sourceforge.net/lists/listinfo/wix-users> > > 
> -->
>  SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.> 
> The future of the web can't happen without you. Join us at MIX09 to help> 
> pave the way to the Next Web now. Learn more and register at> 
> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/> 
> ___> WiX-users mailing list> 
> WiX-users@lists.sourceforge.net> 
> https://lists.sourceforge.net/lists/listinfo/wix-users
_
See how Windows® connects the people, information, and fun that are part of 
your life
http://clk.atdmt.com/MRT/go/119463819/direct/01/
--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Help! DifxApp in Wix 3 does not work!

2008-12-05 Thread Rob Mensching
What does "it doesn't work" mean?  Do you get a build failure?  An install 
failure?  An error message?

-Original Message-
From: rodolfo corral dominguez [mailto:[EMAIL PROTECTED]
Sent: Friday, December 05, 2008 10:21
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Help! DifxApp in Wix 3 does not work!


Hi all!

I'm from Mexico and i'd like to know if you've worked with DifxApp in Wix v.3 i 
am trying to build an msi to install some drivers but it seems like version 3 
of wix does not accept the library. any idea about how to make it work?, i've 
been working with v.2 of wix and i don't have problems, it does work great, but 
when i'm trying to move to v3 i have this problem.

i've tried using difxapp_ia64.wixlib, difxapp_x64.wixlib, difxapp_x86.wixlib 
and DifxAppExtension.dll in the same directory, but it doesn't work.

Thanks!
_
Stay up to date on your PC, the Web, and your mobile phone with Windows Live
http://clk.atdmt.com/MRT/go/119462413/direct/01/
--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users