[WiX-users] setting Template Summary property

2007-06-15 Thread Anil Prasad
Hi All, I am building 64bit MSI using WiX and when I run MSI validation tool, I get errors about template summary property not set to proper value. I couldn't figure out any information on how to set this property. Can anyone please help? Thanks, Anil

[WiX-users] MSI validation with shortcuts

2007-06-13 Thread Anil Prasad
Hi All, I am creating a shortcut using following syntax in WiX. Now when I run MSI validation using ORCA, I am getting these errors, which I'm not able to make sense out of it. 1. ICE43 ERROR Component ChmFileId has non-advertised shortcuts. It should us

[WiX-users] msi log seem to contain false errors

2007-06-11 Thread Anil Prasad
Hi, I am generating MSI from WiX script. Though installation succeeds and everything specified in the WiX Scripts gets installed at proper location, when msiexec is invoked in verbose mode(L*vx), I get following errors in log file. I'm not sure what does this mean? I don't see anything like 1707

[WiX-users] Phatom installation of msi if no feature in selected during custom installation

2007-06-06 Thread Anil Prasad
Hi, We use WiX to package our binaries. One strange issue we are seeing is during custom installation. If I don't select any feature, and proceed to install, I see dummy installation entry in Add Remove programs. Does any one knows how to detect this in WiX and prevent it? Thanks a lot, Anil --

[WiX-users] How to display message conditionally

2007-02-19 Thread Anil Prasad
Hi, [Sorry for asking dumb question] I want to display warning message in WiX based on some property value. The closest I find is which will always terminate the installation. What I want to do is that if property is value is something else than expected, I want user to decide if he want to con

Re: [WiX-users] How to specify different INSTALLDIR than default"Program Files"

2007-01-05 Thread Anil Prasad
on my machine? This is my ProgramFiles sections Thanks, Anil From: Peterson, Joel [mailto:[EMAIL PROTECTED] Sent: Thursday, January 04, 2007 11:48 PM To: Anil Prasad; wix-users@lists.sourceforge.net

[WiX-users] How to specify different INSTALLDIR than default "Program Files"

2007-01-04 Thread Anil Prasad
Hi, I am not able to figure out how to change default "Program Files" folder to something like "Program File 64 bit" in wixs script. How do I specify default INSTALLDIR? I'm newbie to wix. Thanks a lot, Anil - Take Surveys.

[WiX-users] Windows installer question

2006-12-26 Thread Anil Prasad
Hi All, I am having problem implement following scenario. I have two different applications packages A and B. B is dependent on A for its functionality. Now the issue is after installation of B, I am not able to tell windows that unless B is un-installed don't let anybody uninstall A. I looke