[WiX-users] KeyPath File with WixVariable in @Source

2009-03-19 Thread Kamil Mierzejewski
Hi, I've just noticed an unexpected behaviour while using a WixVariable in f...@source attribute. For example: [...] [...] The doc states, that if I don't specify Name or Id, WiX will generate them for me. When I looked into the generated MSI with Orca it appeared that the generated Id for

Re: [WiX-users] Adding to the FilesInUse Dialog

2009-02-26 Thread Kamil Mierzejewski
It is only possible under Windows Vista. details in my comment here: http://sourceforge.net/tracker/?func=detail&atid=642717&aid=1989218&group_id=105970 W dniu 2009-02-26 01:41, Dan Giambalvo pisze: > I'm trying to figure out how to add to my installer's FilesInUse > dialog. My Installer contai

Re: [WiX-users] Conditional install question

2009-01-06 Thread Kamil Mierzejewski
Conditionally set feature conditions to 0 (exlusivelly). Use Condition element under Feature element with Level="0" and appropriate condition. W dniu 2009-01-06 18:06, Scott Sam pisze: > I have Office plugins that can be installed. One for office 2007 and one > for Office 2003. Each plugin has i

Re: [WiX-users] Using Red Gate Packager with Wix V3

2008-11-27 Thread Kamil Mierzejewski
Hi, Some time ago I had a very similar problem - I needed to install an extension to OpenOffice.org. Extensions are packaged in zip files and installed using unopkg.exe. I didn't want to copy zip files to the user machine, so I decided to implement a pair of custom actions that play with a cus

Re: [WiX-users] Heat and COM executable registry extraction

2008-10-09 Thread Kamil Mierzejewski
e threading model and other default information. Do post details > on where to get your tool and how to use it. > > Thanks > -Arun > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Kamil > Mierzejewski > Sent: 2008-Oct-

Re: [WiX-users] Heat and COM executable registry extraction

2008-10-09 Thread Kamil Mierzejewski
Hi, I also encountered this problem. My solution was to design a special tool which scans .tlb files and generates WiX code from them. details in my comment here: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1468663&group_id=105970 The tools assumes that classes defined in the t

[WiX-users] Delta-patching large files issue

2008-10-06 Thread Kamil Mierzejewski
Hi, I've found an issue in patch creation using pyro. It is not easy to reproduce with "sample code", but in real life it is very likely to occur. Pyro always sets the PatchAdded and Compressed attributes on files that need to be patched and that's not always right. It works with small files or