[WiX-users] Sql action dependency to merge module

2007-06-27 Thread Klimek Manuel
Hi, I've got a merge module that installs mysql and a different merge module that contains my application and uses SqlDatabase to create a database on installation. The problem is that in the resulting msi the action to start the mysql service is scheduled after the creation of the database. Thus

Re: [WiX-users] -dWixUILicenseRtf method

2006-07-24 Thread Klimek Manuel
;-) - thanks a lot Cheers, Manuel > -Ursprüngliche Nachricht- > Von: Derek Cicerone [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 24. Juli 2006 18:23 > An: Klimek Manuel; wix-users@lists.sourceforge.net > Betreff: RE: [WiX-users] -dWixUILicenseRtf method > > Please update

[WiX-users] -dWixUILicenseRtf method

2006-07-24 Thread Klimek Manuel
Hi, I installed the snapshot 3.0.1910.0 and tried to use the method specified with feature request #1503405. "d:\proj\Windows Installer XML\light.exe" -dWixUILicenseRtf=d:/keylog.txt /nologo /v0 /b myoutputpath (all my wixobjs) -ext WixUIExtension -cultures:de-de If I use the 'old' method by spec

Re: [WiX-users] Install the same file into multiple directories

2006-07-19 Thread Klimek Manuel
> Nope, that's legal and one of the benefits you get from (the > admittedly > painful) component rules. Components are "global" per > product; you can have multiple products install the same > component to a different directory. But you can't have one > product (using multiple merge modules or

Re: [WiX-users] Install the same file into multiple directories

2006-07-19 Thread Klimek Manuel
ode/* concept as the microsoft crt merge modules, because otherwise we'd get into our own local 'shared dll hell'... Again, thanks for your help, Cheers, Manuel > -Ursprüngliche Nachricht- > Von: Bob Arnson [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 1

[WiX-users] Install the same file into multiple directories

2006-07-19 Thread Klimek Manuel
Hi, we're using a wix setup with multiple features that are based on different merge modules (the merge modules are built by ourselves). The merge modules are installed into different subdirectories of our 'company'-project install path like: applications.msi: -> application1.msm: C:\Program Fil