Re: [WiX-users] How to write conditions for 'Change' mode

2012-02-21 Thread sttaq
i feel that the log is useless over here. I think I might be missing out something. My normal log when I install the complete product shows that a file has been moved but I can not find even the name of the file anywhere when I try to install using "Change" option. Also note that this thing works

Re: [WiX-users] How to write conditions for 'Change' mode

2012-02-20 Thread sttaq
Hi I am stuck in a similar situation. However my problem is related to the execution of CopyFile on change/repair. I have a feature which has a component which copies/moves a file from the source folder to a folder already present somwhere inside a users system. It is not the folder of my applica

Re: [WiX-users] How To Run Custom Action During Install But Not During Uninstall

2012-02-13 Thread sttaq
Yes I realized it and its working now - what a blunder. Thanks -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-To-Run-Custom-Action-During-Install-But-Not-During-Uninstall-tp6395892p7280809.html Sent from the wix-users mailing list archive at Nab

Re: [WiX-users] How To Run Custom Action During Install But Not During Uninstall

2012-02-13 Thread sttaq
Ok my mistake in reading the post - it was supposed to be in and not in tag. Thanks -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-To-Run-Custom-Action-During-Install-But-Not-During-Uninstall-tp6395892p7280721.html Sent from the wix-users mail

Re: [WiX-users] How To Run Custom Action During Install But Not During Uninstall

2012-02-13 Thread sttaq
I was trying to follow the step mentioned in this thread but on compiling I get the following exception: C:\...\xyz.wxs(204) : error CNDL0024 : The CustomAction element contains illegal inner text: 'NOT Installed'. It may not contain inner text unless the Script attribute is specified. make: ***