Re: [WiX-users] Accessing file in MSI before it's installed

2012-01-03 Thread Maciej Oszutowski
You can store your file in Binary table and save it from custom action to a temporary location. All you need is simple SQL query like: SELECT `Data` FROM `Binary` WHERE `Name`='mybinary' Then read record data using MsiRecordReadStream and write it to file. -- Cheers, Maciej -Original Mess

[WiX-users] WIX extension: CreateWixSimpleReferenceRow doesn't work with custom tables?

2009-12-07 Thread Maciej Oszutowski
Hi, I'm developing WIX extension which creates number of custom tables. One of them is similar to InstallExecuteSequence, another one is similar to CustomAction table. Don't ask me why, I just need it ;) Tables look as follows:

[WiX-users] Different msi name for x86 and x64 build

2009-03-31 Thread Maciej Oszutowski
Hi, Is there any way (except renaming msi after building) to condition msi file name in Votive? I have x86 and x64 installers built from single source file. Platform-specific components and other stuff are conditioned using statements. Now I really need 32bit installer to be named product.m

[WiX-users] Wixlibs - custom tables merging

2009-03-17 Thread Maciej Oszutowski
previous error. at link time. Is there any way to merge "duplicated" tables like it works for mergemodules? Any ideas? -- Regards, Maciej Oszutowski -- Apps built with the Adobe(R) Flex(R) framework and Flex Bu

Re: [WiX-users] COM Registration - schema problem?

2009-02-27 Thread Maciej Oszutowski
icrosoft.com/kb/305745 -- Regards, Maciej Oszutowski Thursday, February 26, 2009, 10:27:24 PM, you wrote: > Maciej Oszutowski wrote: >> Seems that ProgId supports *only one* child ProgId element. >> > Yes. It's not clear that version-independent ProgIds are valid as a

Re: [WiX-users] COM Registration - schema problem?

2009-02-26 Thread Maciej Oszutowski
27;http://schemas.microsoft.com/wix/2006/wi'. List of possible elements expected: 'Extension'. When I'm using Votive, 2nd child ProgId (Id="MyUtil.StatusProblem_ProviderEr") is underlined with similar message. Seems that ProgId supports *only one* child ProgId elem

[WiX-users] COM Registration - schema problem?

2009-02-26 Thread Maciej Oszutowski
ot allowed by design (if so - why? could you point me to some docs describing that?) -- Regards, Maciej Oszutowski -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the b