11:01:15 AM
Subject: Re: [WiX-users] WiX 3.0: How to CopyFile
Hey Brian,
Per your example, remove CopyFile/@SourceName and CopyFile/@SourceProperty.
Add CopyFile@/FileId and set it to the File/@Id which equals app.ico. OR,
move the under the and then remove the CopyFile/@FileId.
According to
Hey Brian,
Per your example, remove CopyFile/@SourceName and CopyFile/@SourceProperty.
Add CopyFile@/FileId and set it to the File/@Id which equals app.ico. OR,
move the under the and then remove the CopyFile/@FileId.
According to documentation (
http://wix.sourceforge.net/manual-wix3/wix_xsd_c
Essentially, what I'd like to do is to "install one file in two folders".
We have one file called app.ico. It needs to be installed in
"ProgramFiles\MyCompany\MyApp" folder and "ProgramFiles\MyCompany\MyApp\Images"
folder. - Please don't ask me why, this is the requirement.
Anyways, I searched
3 matches
Mail list logo