cmd - WiX: Copy a file from local folder to installation folder -
i'm using wix setup project build msi package.
i want msi, copy of given file during installation installation folder one, .msi file running from.
i read on wix bit, , found <copyfile... /> element supposed that.
appreciate help.
actually i've figured out issue is. problem sourcedirectory of copyfile element supposed point directory tag id. instead, i've used sourceproperty attribute of copyflie tag, , defined property separately, made use of copyfile element correct. worked.
Comments
Post a Comment