[WiX-users] breaking change: TypeLib entries no longer default to advertised in WiX 3.0

2006-06-21 Thread Derek Cicerone








In order to make the WiX schema more uniform in its handling
of advertised versus non-advertised COM registration and also dissuade people
from using the built-in MSI TypeLib functionality (which has some issues with
rollback and uninstall), weve changed the default for the TypeLib
elements to non-advertised. Previously this element defaulted to advertised
authoring (which means that it puts rows in the TypeLib table). It will now default
to non-advertised (it will put rows in the Registry table). If you have TypeLib
elements which specify the Advertise attribute, they will be unaffected by this
change (this only affects the behavior of not specifying the Advertise
attribute). This change also only affects WiX 3.0.



Please note that with non-advertised TypeLib authoring, it
becomes necessary to fill in a bit more information in the WiX authoring about
the TypeLib like the Interface, AppId, and Class child elements. To switch
back to advertised TypeLib entries, simply add Advertise=no on
the affected TypeLib elements. Also, please note that WixCop will not be able
to automatically migrate this change since its impossible to tell if the absence
of the Advertise attribute indicates authoring from prior to this change or
afterwards.



Thanks,

Derek






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


Re: [WiX-users] Setting attribute based on Condition

2006-06-21 Thread Bob Arnson
rchiodo wrote:
 Is it possible to set a generic attribute based on a condition?
   
Only if the attribute accepts formatted text. Most don't. Permanent, for 
example, turns into a bit in the Component table and therefore has to be 
set at compile time, not install time.

-- 
sig://boB
http://bobs.org



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


[WiX-users] Releasing version 2.0.4221/3.0.1821.0

2006-06-21 Thread Frederik Carlier
Hi all,

Since nobody seems to be having issues with new versions of WiX but bugs
keep on being fixed in 2.0 and new features keep finding their way into
3.0, I think it is worth to release the latest build (4221) to
SourceForge.

Of course, it would be nice if some of you could try it out first. I'm
thinking about making the push this weekend or early next week.

Frederik. 


___
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


[WiX-users] Referencing $loc variable values in custom dlls

2006-06-21 Thread Zhong Xinyi
Hi,

I understand that we can access localization variables
strings using $(loc.var) in our wix source files.
However, is there anyway that I can access these
strings in my custom action dll? Using MsiGetProperty?
If not, any other solutions?

Thanks in advance.

Cindy





__ 
New and Improved Yahoo! Mail - 1GB free storage! 
http://sg.whatsnew.mail.yahoo.com


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


Re: [WiX-users] Referencing $loc variable values in custom dlls

2006-06-21 Thread Rob Hamflett
You could create a property with that value, and then reference the property.

Rob

Zhong Xinyi wrote:
 Hi,
 
 I understand that we can access localization variables
 strings using $(loc.var) in our wix source files.
 However, is there anyway that I can access these
 strings in my custom action dll? Using MsiGetProperty?
 If not, any other solutions?
 
 Thanks in advance.
 
 Cindy
 
 
   
   
   
 __ 
 New and Improved Yahoo! Mail - 1GB free storage! 
 http://sg.whatsnew.mail.yahoo.com



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


[WiX-users] New Votive version

2006-06-21 Thread Torsten Rudnick
When will be a new version of votive2 available? I am hanging on the 
Can not find candle.exe bug.


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


Re: [WiX-users] New Votive version

2006-06-21 Thread Frederik Carlier
From what I see in the history.txt file, this bug should be fixed in the
latest weekly releases:

JRock: SFBUG:1476609 - Votive Can't Find Candle

You can find them at

http://wix.sourceforge.net/releases/

Since I'd like to push one of these to the main SourceForge page, it
would be if you could try the latest (2.0.4221.0) release and confirm
the bug has been fixed :)

For more information on the bug, you can go here:

http://sourceforge.net/tracker/index.php?func=detailaid=1476609group_i
d=105970atid=642714

it has a workaround posted.

Frederik.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:wix-users-
 [EMAIL PROTECTED] On Behalf Of Torsten Rudnick
 Sent: woensdag 21 juni 2006 12:05
 To: wix-users@lists.sourceforge.net
 Subject: [WiX-users] New Votive version
 
 When will be a new version of votive2 available? I am hanging on the
 Can not find candle.exe bug.
 
 
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


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


Re: [WiX-users] New Votive version

2006-06-21 Thread Harrborg Richard
http://wix.sourceforge.net/releases/2.0.4221.0/votive2.msi

Works wonders for me!

// Richard

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Torsten
Rudnick
Sent: den 21 juni 2006 12:05
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] New Votive version

When will be a new version of votive2 available? I am hanging on the 
Can not find candle.exe bug.


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



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. 
www.trio.com



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


[WiX-users] job postings...

2006-06-21 Thread Martin Lavelle
Hello,
Why not refer professional requests to a neutral freelancing resource.
http://www.freelancers.net/ is one such possibility, I'm sure there are
others. As long as you publicise where you are referring Job requests, WiX
Professionals will converge on it.
Your instincts to keep commercial self interest out of the forums are
Jokeright on the money/Joke. In time the mailing lists will turn into a
self promoting bun fight, and community spirit will suffer.
WinkAlternatively, just send them all to me, problem solved!/Wink

Martin.
--

Date: Tue, 20 Jun 2006 16:35:28 -0700
From: Rob Mensching [EMAIL PROTECTED]
Subject: [WiX-users] job postings...
To: WiX-users@lists.sourceforge.net

I recently had some people ask me if it would be okay for them to send out
job requests to this mailing list.  I thought about it and I was conflicted.
On one hand, this is place to talk about the WiX toolset, how to use it, and
how to improve it.  Job postings don't belong here.  On the other hand, the
people that hang out here would likely be very good matches for some of the
positions I've heard queries for.

I'm still leaning towards my initial feeling (No) but I thought I might as
well just ask here to see what everyone else felt.


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


Re: [WiX-users] job postings...

2006-06-21 Thread Darren Kulp
Error: Not well formed: no closing tag for response at line 12.

grin /

---

response
youMartin:/you

shamedOnly in IT circles would someone think it 
sarcasticcute/sarcastic to use a self-describing scripting language
to 
infer emotions and intent to an email message./shamedangryAs if we
are 
so duhdumb/duh as to be unclear of your original meaning!/angry

not_reallySincerely/not_really
meDavid Adams, titleMCSD/title/me
messengerMSN MessengerID: [EMAIL PROTECTED]/messenger
response



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


[WiX-users] Localisation - French, WixUI_fr-CA.wxl

2006-06-21 Thread David Clark
Hi,I have been looking around for a french version of WixUI_en-us.wxl, either fr-FR or fr-CA (which I imagine should be almost identical, maybe some terms are different) but have not found any.If no one has done this yet we are going to translate the file ourselves, where could we post it to? Is there a WiX localisation project / site?
Thanks.-- davidMany people die at twenty five and aren't buried until they are seventy five. - Benjamin Franklin
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Localisation - French, WixUI_fr-CA.wxl

2006-06-21 Thread Frederik Carlier








There is a localization page:

  http://www.tramontana.co.hu/wix/loc/index.php

a wixui_fr-fr translation seems to be in
the works, but however its not ready yet for inclusion with WiX. For the
exact reason, you should contact Gábor, but it may be a mix of:

- not being up to date to the latest
version of WixUI (some minor changes were made, you could probably help out
with this)

- a license agreement not being sent in
(something that you cant fix). To get anything into the WiX toolset you
need to sign an agreement with Microsoft. See http://blogs.msdn.com/robmen/archive/2004/04/14/112970.aspx
for more information.



Frederik.













From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David Clark
Sent: woensdag 21 juni 2006 16:10
To:
wix-users@lists.sourceforge.net
Subject: [WiX-users] Localisation
- French, WixUI_fr-CA.wxl





Hi,

I have been looking around for a french version of WixUI_en-us.wxl, either
fr-FR or fr-CA (which I imagine should be almost identical, maybe some terms
are different) but have not found any.

If no one has done this yet we are going to translate the file ourselves, where
could we post it to? Is there a WiX localisation project / site? 

Thanks.

-- 
david

Many people die at twenty five and aren't buried until they are seventy
five.
- Benjamin Franklin 








___
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


Re: [WiX-users] New Votive version

2006-06-21 Thread Frederik Carlier








There was
an open bug on this, but it seems to be
fixed. However, make sure you reference
the correct wixlibs.



I dont use Votive myself, but maybe
someone else can help you out.



Frederik













From: David Clark
[mailto:[EMAIL PROTECTED] 
Sent: woensdag 21 juni 2006 16:26
To: Frederik
 Carlier
Subject: Re: [WiX-users] New
Votive version









Since I'd like to push
one of these to the main SourceForge page, it
would be if you could try the latest ( 2.0.4221.0) release and confirm
the bug has been fixed :)







2.0.4221.0 - yay! it works again.



Though I am getting : Unresolved reference to symbol
'UI:WixUI_ErrorProgressText' in section 'Product:myGUIDwasere'. 

can you use WixUI_Mondo etc with votive?

-- 
david

Many people die at twenty five and aren't buried until they are seventy
five.
- Benjamin Franklin 








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


[WiX-users] Wix Mail Archives

2006-06-21 Thread Frederik Carlier
I stumbled upon this:
http://www.mail-archive.com/wix-users@lists.sourceforge.net/
http://www.mail-archive.com/wix-devs@lists.sourceforge.net/

which looks better then what SourceForge currently offers.

Frederik.


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


Re: [WiX-users] Referencing $loc variable values in custom dlls

2006-06-21 Thread Bob Arnson
Zhong Xinyi wrote:
 I understand that we can access localization variables
 strings using $(loc.var) in our wix source files.
 However, is there anyway that I can access these
 strings in my custom action dll? Using MsiGetProperty?
 If not, any other solutions?
   
Loc variables are resolved at bind time, so they're replaced in the 
final .msi. They don't exist at install time. You can use the same 
localization approach to put messages into MSI tables; see 
WcaErrorMessage in wcawrap.cpp for an example.

-- 
sig://boB
http://bobs.org



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


[WiX-users] Localisation - French, WixUI_fr-CA.wxl

2006-06-21 Thread DE�K JAHN, G�bor
On Wed, 21 Jun 2006 17:01:44 +0200, Frederik Carlier wrote:

David,

I have a direct link to the localization page from the tutorial now so that the 
status of various languages can be checked. The French translation is in the 
'outdated' category now, meaning that the original translator did it but after 
some later modifications in WixUI itself it was not updated. I contacted the 
translator but I don't recall having seen any reply yet. If either him or you 
or both of you combined would do the modifications, it could soon become 
functional.

Bye,
   Gábor

---
DEÁK JAHN, Gábor -- Budapest, Hungary
E-mail: [EMAIL PROTECTED]

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


[WiX-users] NGen support

2006-06-21 Thread Derek Cicerone








Ive just posted a new blog entry at http://installing.blogspot.com/2006/06/ngen-support-in-wix.html
about the new support for NGen in WiX J



Derek






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


Re: [WiX-users] Localisation - French, WixUI_fr-CA.wxl

2006-06-21 Thread David Clark
I could do the modifications. Where can I get the current WixUI_fr-fr.wxl file?-- davidMany people die at twenty five and aren't buried until they are seventy five. - Benjamin Franklin

All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] NGen support

2006-06-21 Thread Frederik Carlier








Thats awesome. Derek, you are the
king of documentation J. For those interested, here is the link to
the schema doc.



By the way, could selected parts of your
blog get into the
WiX chm as well? You already have a couple of interesting blog posts up and
it would nice to have them in a central place!



Frederik













From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Derek Cicerone
Sent: woensdag 21 juni 2006 18:20
To:
WiX-users@lists.sourceforge.net
Subject: [WiX-users] NGen support





Ive just posted a new blog entry at http://installing.blogspot.com/2006/06/ngen-support-in-wix.html
about the new support for NGen in WiX J



Derek








All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] NGen support

2006-06-21 Thread Derek Cicerone








Id eventually like to get the posts
into the chm as well  Im just not sure how much work it would
take. It might just be easier to have links to the online docs from the
chm.











From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Frederik Carlier
Sent: Wednesday, June 21, 2006
12:23 PM
To:
WiX-users@lists.sourceforge.net
Subject: Re: [WiX-users] NGen
support





Thats awesome. Derek, you are the
king of documentation J. For those interested, here is the link to
the schema doc.



By the way, could selected parts of your
blog get into the
WiX chm as well? You already have a couple of interesting blog posts up and
it would nice to have them in a central place!



Frederik













From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Derek Cicerone
Sent: woensdag 21 juni 2006 18:20
To:
WiX-users@lists.sourceforge.net
Subject: [WiX-users] NGen support





Ive just posted a new blog entry at http://installing.blogspot.com/2006/06/ngen-support-in-wix.html
about the new support for NGen in WiX J



Derek








All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Customizing dialog sets

2006-06-21 Thread Neil Sleightholm



In the online help 
there is this paragraph: "You can most easily add and remove dialogs from 
the stock dialog sets by copying one of the existing sets and modifying it. For 
an example, see the project in the doc/examples/wixui/custom 
directory."

This example 
doesn't seem to exist, is it missing from the downloads? Is the example 
available somewhere?

All I want to do 
is remove the License dialog as it is not appropriate for internal releases. Is 
there an easy way to remove it?

Neil

Neil SleightholmX2 
Systems Limited[EMAIL PROTECTED]

All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users