Re: [WiX-users] Got the msi I wanted working

2007-07-20 Thread Brian Elmegaard
"Mike Dimmick" <[EMAIL PROTECTED]> writes: Thanks a lot for your answers. > ICE66 says that MsiFileHash was new in Windows Installer 2.0 (there is > table and overwrites the file anyway - but you can prevent it by setting > Package/@InstallerVersion to 150 or higher. I get a candle error if I s

Re: [WiX-users] Got the msi I wanted working

2007-07-19 Thread Mike Dimmick
Taking the simple ones: ICE33 warns if you're not advertising your COM objects. Generally advertised COM objects are not now recommended because they can cause installer dialogs to apparently appear randomly (as far as the user is concerned). This warning is generally ignored by most people, and l