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

2010-06-08 Thread MaheshGuru Pawar
-users] Creating a scheduled task using wix installer after running a setup.msi file I think the problem is that you are not specifying the full path to schtasks. I do something similar for a non-public application in the following way: !-- Embed a copy of schtasks -- Binary Id=schtasks

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

2010-06-08 Thread Neil Sleightholm
@lists.sourceforge.net Subject: Re: [WiX-users] Creating a scheduled task using wix installer after running a setup.msi file I think the problem is that you are not specifying the full path to schtasks. I do something similar for a non-public application in the following way: !-- Embed

[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

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

2010-06-07 Thread Neil Sleightholm
task using wix installer after running a setup.msi file 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