Removing a number of files on uninstall, e.g.
    <Component>
        <RemoveFile Id='File1' On='uninstall' Name='File.1' 
LongName='File.1' />
        <RemoveFile Id='File2' On='uninstall' Name='File.2' 
LongName='File.2' />
        ...
    </Component>

Is it possible to use wildcards instead ?  E.g.
    <Component>
        <RemoveFile Id='Files' On='uninstall' Name='File.*' 
LongName='File.*' />
    </Component>


Sigurd 




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to