2008/10/23 Nic Barden <[EMAIL PROTECTED]>:
> Hi Sébastien,
>
> I do not want the directories created because, as I said - the other 2 
> features do NOT add anything to the file system - they are just databases 
> that are installed to SQL. Therefore it seems a bit weird to have the Program 
> Files directories created when there are no files to put in there, as the 
> main app feature has not been installed. This is especially true if for 
> example you ran the installer on one machine to install the main application, 
> and then again on another SQL Server to install just the database features.
>
> Thanks
>
Windows Installer use the defined directory structure as a basis to
hook, differentiate, evaluate many: things components, resources
(files, regkey, regvalue, shortcuts). <Directory /> is explicit, quite
static (appart from the use of properties) and is used for the
previously exposed purpose.
If you want to create a directory in a more conditionnal way look at
the <CreateFolder /> declaration element and at the <CreateFolders />
action element in a sequence.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to