I was trying to use in an installer.
When I place such an UIRef in the wix file, then build fails because
"WixUI_Minimal" is not defined.
So I tried to add libraries from C:\Program Files\Windows Installer XML v3\bin\
(Just guessing that this would be necessary.)
Indeed, the reference to WixUI_Mi
Suppose I want to:
- create a subdir of the ProgramFilesFolder,
- and make the files writable for the "current user"
- make this work under vista
... how do I go about this?
Note:
- by default, files written in ProgramFilesFolder require admin rights
for "write
2 matches
Mail list logo