[WiX-users] SelectionTree display issue

2008-05-03 Thread yixie
Hi, I've a simple piece of code like this: http://schemas.microsoft.com/wix/2006/wi";> The issue is, after I full install the msi, the next time, I enter the "Custom Setup" dialog by choosing "change"

[WiX-users] Be the talk of the town

2008-05-03 Thread mccloskey
Buy 4 herbal express bottles at super discounted prices now only, limited time promotion http://www.tinaeras.com/ - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. The

Re: [WiX-users] SelectionTree display issue

2008-05-03 Thread Bob Arnson
yixie wrote: > The issue is, after I full install the msi, the next time, I enter the > "Custom Setup" dialog by choosing "change", then I notice the description on > the right of the dialog is not correct. It always says "It has 0 of 1 > subfeatures selected", but obviously I've 1 sub-feature inst

Re: [WiX-users] Class and Typlib tags for per user and per machine installs

2008-05-03 Thread Bob Arnson
Tim Haloun wrote: > We install our components under different directory paths in the two > cases, either ProgramFilesFolder or LocalAppDataFolder. If I could > make the target of my directoryref be defined to those different > values depending on the ALLUSERS property that would do it. Directo

Re: [WiX-users] How do I execute a custom action before a dialog?

2008-05-03 Thread Bob Arnson
Christopher Karper wrote: > BTW, someone might want to update that in the sources that are being > distributed. I looked in there and that argument wasn't listed yet. Which source? In v3.0.4025.0, the declarations are the same in both the binaries and sources .zips. -- sig://boB http://joyofs

Re: [WiX-users] ICE64

2008-05-03 Thread Bob Arnson
Doug Payne wrote: I am using Wix 3.0. The linker is complaining about SideShowMenuFolder and SDKMenuFoler, saying that these are in the user profile, but there are no corresponding entries in the RemoveFolder table. Why does it think these are in the user's profile? I've set the ALLUSERS proper

Re: [WiX-users] How do you get an msi's filename?

2008-05-03 Thread greenaj
I think I posted something in regards to this. Well, without grilling anyone as to why they would want to know this: Check the "OriginalDatabase" msi property. The may give the you the MSI file. Also check out the "SourceDir" property. "SourceDir" is from the Directory table. "SourceDir" gi

Re: [WiX-users] How do you get an msi's filename?

2008-05-03 Thread Christopher Painter
It's also useful when invokd by a bootstrapper that it passes some data into the install to tell it information about where it was invoked from and that it is being serviced from a bootstrapper. [EMAIL PROTECTED] wrote: I think I posted something in regards to this. Well, without grilling an

Re: [WiX-users] How do you get an msi's filename?

2008-05-03 Thread Bob Arnson
Christopher Painter wrote: > It's also useful when invokd by a bootstrapper that it passes some > data into the install to tell it information about where it was > invoked from and that it is being serviced from a bootstrapper. It can also cause unnecessary prompts for source, so should be used

[WiX-users] Our magic blue colored-tabs will help you to take her to paradise!

2008-05-03 Thread Enoch Guy
Looking for the best pricein medz? http://ihotair.com Enoch Guy - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code

Re: [WiX-users] How do you get an msi's filename?

2008-05-03 Thread Christopher Painter
One could say that about Windows Installer in general. Bob Arnson <[EMAIL PROTECTED]> wrote: It can also cause unnecessary prompts for source, so should be used only when necessary. - Be a better friend, newshound, and know-it-all with Yahoo! Mobile.

Re: [WiX-users] Class and Typlib tags for per user and per machine installs

2008-05-03 Thread Rob Mensching
Heh, that's exactly what ClickThrough does. On my very long back log of things to blog is how to flip per-user/per-machine. IIRC , it isn't perfect on Vista. Anyway, take a look at "wix\src\ambient\applib\applib.wxs". I think that does *exactly* what you're looking for. I think it'll even ha

Re: [WiX-users] How do you get an msi's filename?

2008-05-03 Thread Richard
In article <[EMAIL PROTECTED]>, Bob Arnson <[EMAIL PROTECTED]> writes: > It can also cause unnecessary prompts for source, so should be used only > when necessary. Right. And like I said, I've done *tons* of things in MSI and *never* needed this property. In programming, there are many w

[WiX-users] RFC: File vitality

2008-05-03 Thread Bob Arnson
I just posted a request for comments on my blog, to ask about a change we're considering to simplify WiX authoring. You can see the post here: http://www.joyofsetup.com/2008/05/03/rfc-vitality/ The short version is that we're considering marking all files with the msidbFileAttributesVital bit s

[WiX-users] (no subject)

2008-05-03 Thread 钟文辉
诚致:公司负责人(经理/财务)您们好! 祝贺您们在2008年里;有鼠不尽的快乐!鼠不尽的收获!鼠不尽的钞票!   鼠不尽的幸福!鼠不尽的美满生活!愿: 您们阖家欢乐!幸福安康! 本公司是由三十多家公司联合的企业;符合申领“增值专用发票”, “欧盟出口许可证”,“欧盟产地证”,“商品检验合格证书”申领标准; 可以低价代办以上一系列手续;还可以长期提供:出口报关单,核销单; 普通商品销售,运输,建筑安装,广告,服务行业,海关交款书,增值税专 用等发票。有意者请来电联系,如果对你造成不便或打搅时,请原谅!谢谢合作!

Re: [WiX-users] SelectionTree display issue

2008-05-03 Thread yixie
I add another sub-feature, and found the behavior is similar when I entering the "change" after a full install. It'll say "It has 0 of 2 subfeatures selected..." I also tried to add a sub-sub-feature, result is the same, although files belong to each feature have been installed correctly. Thanks