Re: [WiX-users] conditional files, repair

2006-09-25 Thread Rob Hamflett
I doubt it, because that's not a repair. You're adding new files to the installation. Rob Alexander Gnauck wrote: > Hello, > > i have conditional files in my setup. > eg: a license file which is only copied when it exists on the media > (same directory as the MSI). > > When a file is not on

Re: [WiX-users] conditional files, repair

2006-09-25 Thread Alexander Gnauck
Alexander Gnauck wrote: > Hello, > > i have conditional files in my setup. > eg: a license file which is only copied when it exists on the media > (same directory as the MSI). > > When a file is not on the media during the install, and does not get > installed for this reason, the repair instal

[WiX-users] conditional files, repair

2006-09-25 Thread Alexander Gnauck
Hello, i have conditional files in my setup. eg: a license file which is only copied when it exists on the media (same directory as the MSI). When a file is not on the media during the install, and does not get installed for this reason, the repair install also ignores this file. Is there a way