wixtoolset / issues

WiX Toolset Issues Tracker
http://wixtoolset.org/
129 stars 36 forks source link

make copyfile easier to use #372

Open wixbot opened 19 years ago

wixbot commented 19 years ago

Code like this doesn't work:

<directory id="somedirectory" ....> ...

...

I would expect this to copy file with id "copyfromid" to directory with id "somedirectory".

Curently to acomplish this one needs to write code this way:

<directory id="somedirectory" ....> ... <copyfile id="copytoid" fileid="copyfromid" destinationdirectory="somedirectory" /> ...

bq. Originally opened by @deenayd@ from "http://sourceforge.net/p/wix/feature-requests/73/":http://sourceforge.net/p/wix/feature-requests/73/

wixbot commented 11 years ago

Interesting. My only concern with allowing the simplified authoring would be that people don't understand what happens when they don't specify the DestinationDirectory or DestinationProperty attributes.

wixbot commented 10 years ago

Originally changed by barnson Resolution set to fixed Status changed from Untriaged to Resolved

wixbot commented 10 years ago

I looked at the source code. This feature is not fixed.

You will get an error stating that DestinationDirectory or DestinationProperty must be specified.

Originally posted by bmurri Status changed from Resolved to Untriaged

wixbot commented 10 years ago

Originally changed by barnson Resolution changed from fixed to