tom-englert / Wax

An interactive editor for WiX setup projects.
MIT License
220 stars 25 forks source link

Handling non-standard output #22

Closed Leogiciel closed 7 years ago

Leogiciel commented 7 years ago

Fix for #21

Detect non-standard file name on a built file (eg : filename is "bin\applicationdll")

Remember the non-standard output path

Generate the non-standard directory component (eg : bin_files)

Get the real source for the file (eg : TargetDir, and not TargetDir\bin)

Apply the non-standard output path in wxs placing every dlls and symbols into the non-standard directory component (bin_files)