[WiX-users] How to get off the ground with WixUI_Minimal?

2006-11-18 Thread Ralf Lammel
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

[WiX-users] user permissions on deployment machine

2006-11-18 Thread Ralf Lammel
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