Re: [WiX-users] Moving my wix 2 project into wix 3...

2006-06-26 Thread Harrborg Richard








WixCop produced the same
code as I tried, so the syntax is right. But Votive still says: 



error
CNDL0200 : The Component element contains an unhandled extension element
'difx:Driver'. Please ensure that the extension for elements in the
'http://schemas.microsoft.com/wix/DifxAppExtension' namespace has been
provided.



I have tried putting the
file difxapp.xsd in my Microsoft Visual Studio 8\Xml\Schemas
folder. At least that trigged the IntelliSense function I believe



Im sure there is a
really simple solution to this =)



// Richard









From: Bob Arnson [mailto:[EMAIL PROTECTED] 
Sent: den 21 juni 2006 17:08
To: Harrborg Richard
Cc:
wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Moving my
wix 2 project into wix 3...





Harrborg Richard wrote: 

Hello!



Trying code from link below in
[EMAIL PROTECTED] 2005 (build 3.0.1821.0).



http://shmarya.net/?cat=28



I have replaced the smiley with difx:Driver!



I dont find any documentation
on using the new schema changes in wix 3. For example, what is required to
compile with the element Driver? I guess candle must have some
link to the difxapp.xsd?

DIFx support is in the
WixDifxAppExtension. Try using WixCop on your original sources -- it should
correctly update them to use the new schema.

-- sig://boBhttp://bobs.org




 
  DISCLAIMER:
 
 
 
  This email is confidential and may also be privileged. Please
  delete the email and notify us immediately if you are not the intended
  recipient. The Trio Group of companies do not enter into contracts or
  contractual obligations via electronic mail, unless otherwise agreed in
  writing between parties concerned.
 


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Moving my wix 2 project into wix 3...

2006-06-26 Thread Derek Cicerone








You need to place WixDifxAppExtension.dll
and the difx wixlib file (I dont know its name) in the same directory
with candle, lit, light, etc Then when calling candle, you need to
provide ext WixDifxAppExtension on the command line. Im not
sure if this is possible from within Votive at this point. Justin would
have to comment on that.











From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Harrborg Richard
Sent: Monday, June 26, 2006 2:56
AM
To: Bob
 Arnson
Cc:
wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Moving my
wix 2 project into wix 3...





WixCop produced the same
code as I tried, so the syntax is right. But Votive still says: 



error
CNDL0200 : The Component element contains an unhandled extension element
'difx:Driver'. Please ensure that the extension for elements in the 'http://schemas.microsoft.com/wix/DifxAppExtension'
namespace has been provided.



I have tried putting the
file difxapp.xsd in my Microsoft Visual Studio 8\Xml\Schemas
folder. At least that trigged the IntelliSense function I believe



Im sure there is a
really simple solution to this =)



// Richard









From: Bob Arnson
[mailto:[EMAIL PROTECTED] 
Sent: den 21 juni 2006 17:08
To: Harrborg Richard
Cc:
wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Moving my
wix 2 project into wix 3...





Harrborg Richard wrote: 

Hello!



Trying code from link below in
[EMAIL PROTECTED] 2005 (build 3.0.1821.0).



http://shmarya.net/?cat=28



I have replaced the smiley with difx:Driver!



I dont find any documentation
on using the new schema changes in wix 3. For example, what is required to
compile with the element Driver? I guess candle must have some
link to the difxapp.xsd?

DIFx support is
in the WixDifxAppExtension. Try using WixCop on your original sources -- it
should correctly update them to use the new schema.

-- sig://boBhttp://bobs.org




 
  DISCLAIMER:
 
 
 
  This email is confidential and may also be privileged. Please
  delete the email and notify us immediately if you are not the intended
  recipient. The Trio Group of companies do not enter into contracts or
  contractual obligations via electronic mail, unless otherwise agreed in
  writing between parties concerned.
 


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Moving my wix 2 project into wix 3...

2006-06-26 Thread Justin Rockwood








Unfortunately, extensions arent supported in Votive right now,
so youll have to build via the command line.



Justin







From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Derek
Cicerone
Sent: Monday, June 26, 2006 4:00 AM
To: 'Harrborg Richard'; 'Bob Arnson'
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Moving my wix 2 project into wix 3...







You need to place WixDifxAppExtension.dll and the difx wixlib file
(I dont know its name) in the same directory with candle, lit, light,
etc Then when calling candle, you need to provide ext
WixDifxAppExtension on the command line. Im not sure if this is possible
from within Votive at this point. Justin would have to comment on that.











From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Harrborg
Richard
Sent: Monday, June 26, 2006 2:56 AM
To: Bob Arnson
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Moving my wix 2 project into wix 3...





WixCop produced the same code as I tried, so the syntax is right.
But Votive still says: 



error CNDL0200 : The Component element contains an unhandled
extension element 'difx:Driver'. Please ensure that the extension for
elements in the 'http://schemas.microsoft.com/wix/DifxAppExtension' namespace
has been provided.



I have tried putting the file difxapp.xsd in my Microsoft Visual
Studio 8\Xml\Schemas folder. At least that trigged the IntelliSense function I
believe



Im sure there is a really simple solution to this =)



// Richard









From: Bob Arnson [mailto:[EMAIL PROTECTED] 
Sent: den 21 juni 2006 17:08
To: Harrborg Richard
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Moving my wix 2 project into wix 3...





Harrborg Richard wrote: 

Hello!



Trying
code from link below in [EMAIL PROTECTED] 2005 (build 3.0.1821.0).



http://shmarya.net/?cat=28



I
have replaced the smiley with difx:Driver!



I
dont find any documentation on using the new schema changes in wix 3. For
example, what is required to compile with the element Driver? I guess candle
must have some link to the difxapp.xsd?

DIFx support is
in the WixDifxAppExtension. Try using WixCop on your original sources -- it
should correctly update them to use the new schema.

-- sig://boBhttp://bobs.org

DISCLAIMER: 
This
email is confidential and may also be privileged. Please delete the email and
notify us immediately if you are not the intended recipient. The Trio Group of
companies do not enter into contracts or contractual obligations via electronic
mail, unless otherwise agreed in writing between parties concerned. 






Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Moving my wix 2 project into wix 3...

2006-06-21 Thread Harrborg Richard








Hello!



Trying code from link below in [EMAIL PROTECTED] 2005 (build 3.0.1821.0).



http://shmarya.net/?cat=28



I have replaced the smile with difx:Driver!



I dont find any documentation on using the new
schema changes in wix 3. For example, what is required to compile with the element
Driver? I guess candle must have some link to the difxapp.xsd?



Regards Richard






 
  DISCLAIMER:
 
 
 
  This email is confidential and may also be privileged. Please
  delete the email and notify us immediately if you are not the intended
  recipient. The Trio Group of companies do not enter into contracts or
  contractual obligations via electronic mail, unless otherwise agreed in
  writing between parties concerned.
 


___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Moving my wix 2 project into wix 3...

2006-06-21 Thread Bob Arnson




Harrborg Richard wrote:

  
  
  

  
  Hello!
  
  Trying code
from link below in [EMAIL PROTECTED] 2005 (build 3.0.1821.0).
  
  http://shmarya.net/?cat=28
  
  I have
replaced the smile with difx:Driver!
  
  I dont find
any documentation on using the new
schema changes in wix 3. For example, what is required to compile with
the element
Driver? I guess candle must have some link to the difxapp.xsd?
  

DIFx support is in the WixDifxAppExtension. Try using WixCop on your
original sources -- it should correctly update them to use the new
schema.
-- 
sig://boB
http://bobs.org



___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users