Re: [WiX-users] Custom Action execution by feature

2010-06-22 Thread maheshguru
It is like this Custom Action=CreateScheduledTask Before=InstallFinalizeNot Installed AND ![CDATA[SWUSchedTaskFeature=3]]/Custom -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Custom-Action-execution-by-feature-tp5205927p5208869.html Sent from

Re: [WiX-users] Custom Action execution by feature

2010-06-22 Thread maheshguru
Thanks Mike , you are right. I actually found got it before signing off yesterday. Thanks again. Mahesh -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Custom-Action-execution-by-feature-tp5205927p5208856.html Sent from the wix-users mailing list

[WiX-users] Custom Action execution by feature

2010-06-21 Thread maheshguru
Hi ALL, I wrote a custom action to create a scheduled task after install. I do not want the Custom Action to run when the user does not want to create the schedule task. During installation even if I select Feature will be unAvailable the schtask is getting created. How do i prevent the Custom

[WiX-users] Custom Action execution by feature

2010-06-21 Thread MaheshGuru Pawar
Hi Pally, I wrote a custom action to create a scheduled task after install. I do not want the Custom Action to run when the user does not want to create the schedule task. During installation even if I select Feature will be unAvailable the schtask is getting

Re: [WiX-users] Creating a scheduled task using wix installer after running a setup.msi file

2010-06-08 Thread MaheshGuru Pawar
out that redistributing schtasks.exe this way is probably against a licence agreement. Also, be aware that the command line for schtasks is localised to this will only work on the English version of Windows. Neil -Original Message- From: maheshguru [mailto:maheshgu...@hotmail.com

[WiX-users] Creating a scheduled task using wix installer after running a setup.msi file

2010-06-07 Thread maheshguru
Hi I am mahesh, I am working on a Wix project but I am not able to add schedule tasks to it. Here is my code. Please help me out. here is my code, CustomAction Id=CreateScheduledTask Return=check Directory=ProgramFilesFolder ExeCommand= schtasks /create