Go Back   PackageDeploy Application Packaging Forums > Package Development > Application Packaging > Platformsdk MSI

Reply
 
LinkBack Thread Tools Display Modes
Old 03-15-2010, 06:55 PM   #1 (permalink)
Andrew Sha
Guest
 
Posts: n/a
Default task registration

Hi

How to register a task w/ the Task Scheduler using MSI? I am using VS09 to
create the msi package

TIA
Andrew

  Reply With Quote
Old 03-15-2010, 06:55 PM   #2 (permalink)
Wilson, Phil
Guest
 
Posts: n/a
Default Re: task registration

You get the code that does that task registration and run it as a custom
action. There's no built-in support for creating scheduled tasks in Windows
Installer.
--
Phil Wilson
The Definitive Guide to Windows Installer
http://www.apress.com/book/view/1590592972


"Andrew Sha" <AndrewSha@discussions.microsoft.com> wrote in message
news:B02A540C-58D4-4110-837B-657D834EF3EF@microsoft.com...
> Hi
>
> How to register a task w/ the Task Scheduler using MSI? I am using VS09 to
> create the msi package
>
> TIA
> Andrew
>


  Reply With Quote
Old 03-15-2010, 06:55 PM   #3 (permalink)
Andrew Sha
Guest
 
Posts: n/a
Default Re: task registration


Ok then, thank you

Are there tools available to work/modify MSI files but Orca?


"Wilson, Phil" wrote:

> You get the code that does that task registration and run it as a custom
> action. There's no built-in support for creating scheduled tasks in Windows
> Installer.
> --
> Phil Wilson
> The Definitive Guide to Windows Installer
> http://www.apress.com/book/view/1590592972
>
>
> "Andrew Sha" <AndrewSha@discussions.microsoft.com> wrote in message
> news:B02A540C-58D4-4110-837B-657D834EF3EF@microsoft.com...
> > Hi
> >
> > How to register a task w/ the Task Scheduler using MSI? I am using VS09 to
> > create the msi package
> >
> > TIA
> > Andrew
> >

>

  Reply With Quote
Old 03-15-2010, 06:55 PM   #4 (permalink)
Wilson, Phil
Guest
 
Posts: n/a
Default Re: task registration

Visual Studio setup projects let you run custom actions, so I don't think
you need Orca for that. There are lots of tools to build MSI files:

http://www.installsite.org/pages/en/msi/authoring.htm

--
Phil Wilson
The Definitive Guide to Windows Installer
http://www.apress.com/book/view/1590592972


"Andrew Sha" <AndrewSha@discussions.microsoft.com> wrote in message
news:B453E1BF-3A3D-4FBE-91BF-BC4A59A4E1AB@microsoft.com...
> Ok then, thank you
>
> Are there tools available to work/modify MSI files but Orca?
>
>
> "Wilson, Phil" wrote:
>
>> You get the code that does that task registration and run it as a custom
>> action. There's no built-in support for creating scheduled tasks in
>> Windows
>> Installer.
>> --
>> Phil Wilson
>> The Definitive Guide to Windows Installer
>> http://www.apress.com/book/view/1590592972
>>
>>
>> "Andrew Sha" <AndrewSha@discussions.microsoft.com> wrote in message
>> news:B02A540C-58D4-4110-837B-657D834EF3EF@microsoft.com...
>> > Hi
>> >
>> > How to register a task w/ the Task Scheduler using MSI? I am using VS09
>> > to
>> > create the msi package
>> >
>> > TIA
>> > Andrew
>> >

>>


  Reply With Quote
Old 03-15-2010, 06:55 PM   #5 (permalink)
Phil Wilson
Guest
 
Posts: n/a
Default Re: task registration

The only people that use Orca seem to be those who just want to look in MSI
files to see what was generated by their setup tool, or those adding
functionality that Visual Studio setup projects don't provide. That link has
plenty of tools to build MSI files, some of them free.

--
Phil Wilson

"Andrew Sha" <AndrewSha@discussions.microsoft.com> wrote in message
news:674695C0-9DFD-4C46-9595-E14D9B805E3E@microsoft.com...
> Yes, I know that VS allows to add custom actions; I just wonder whether
> more
> user friendly tools then ORCA were developed to edit MSI since I last
> messed
> w/ Windows Installer
>
> "Wilson, Phil" wrote:
>
>> Visual Studio setup projects let you run custom actions, so I don't think
>> you need Orca for that. There are lots of tools to build MSI files:
>>
>> http://www.installsite.org/pages/en/msi/authoring.htm
>>
>> --
>> Phil Wilson
>> The Definitive Guide to Windows Installer
>> http://www.apress.com/book/view/1590592972
>>
>>
>> "Andrew Sha" <AndrewSha@discussions.microsoft.com> wrote in message
>> news:B453E1BF-3A3D-4FBE-91BF-BC4A59A4E1AB@microsoft.com...
>> > Ok then, thank you
>> >
>> > Are there tools available to work/modify MSI files but Orca?
>> >
>> >
>> > "Wilson, Phil" wrote:
>> >
>> >> You get the code that does that task registration and run it as a
>> >> custom
>> >> action. There's no built-in support for creating scheduled tasks in
>> >> Windows
>> >> Installer.
>> >> --
>> >> Phil Wilson
>> >> The Definitive Guide to Windows Installer
>> >> http://www.apress.com/book/view/1590592972
>> >>
>> >>
>> >> "Andrew Sha" <AndrewSha@discussions.microsoft.com> wrote in message
>> >> news:B02A540C-58D4-4110-837B-657D834EF3EF@microsoft.com...
>> >> > Hi
>> >> >
>> >> > How to register a task w/ the Task Scheduler using MSI? I am using
>> >> > VS09
>> >> > to
>> >> > create the msi package
>> >> >
>> >> > TIA
>> >> > Andrew
>> >> >
>> >>

>>
>> .
>>



  Reply With Quote
Old 03-15-2010, 06:55 PM   #6 (permalink)
Andrew Sha
Guest
 
Posts: n/a
Default Re: task registration

Yes, I know that VS allows to add custom actions; I just wonder whether more
user friendly tools then ORCA were developed to edit MSI since I last messed
w/ Windows Installer

"Wilson, Phil" wrote:

> Visual Studio setup projects let you run custom actions, so I don't think
> you need Orca for that. There are lots of tools to build MSI files:
>
> http://www.installsite.org/pages/en/msi/authoring.htm
>
> --
> Phil Wilson
> The Definitive Guide to Windows Installer
> http://www.apress.com/book/view/1590592972
>
>
> "Andrew Sha" <AndrewSha@discussions.microsoft.com> wrote in message
> news:B453E1BF-3A3D-4FBE-91BF-BC4A59A4E1AB@microsoft.com...
> > Ok then, thank you
> >
> > Are there tools available to work/modify MSI files but Orca?
> >
> >
> > "Wilson, Phil" wrote:
> >
> >> You get the code that does that task registration and run it as a custom
> >> action. There's no built-in support for creating scheduled tasks in
> >> Windows
> >> Installer.
> >> --
> >> Phil Wilson
> >> The Definitive Guide to Windows Installer
> >> http://www.apress.com/book/view/1590592972
> >>
> >>
> >> "Andrew Sha" <AndrewSha@discussions.microsoft.com> wrote in message
> >> news:B02A540C-58D4-4110-837B-657D834EF3EF@microsoft.com...
> >> > Hi
> >> >
> >> > How to register a task w/ the Task Scheduler using MSI? I am using VS09
> >> > to
> >> > create the msi package
> >> >
> >> > TIA
> >> > Andrew
> >> >
> >>

>
> .
>

  Reply With Quote
Old 04-04-2010, 03:01 AM   #7 (permalink)
hixxxej
Guest
 
Posts: n/a
Default Re: task registration

Just manually change the file extension to .reg which is as simple as
showing all file extensions in the folder options when you open a folder
using the classic view. after you have opened the folder with the ALT key
and apply to all folders to make the reasoning easier.. but this is not a
forced procedure. it only a GUI option. ALT > TOOLS > OPTIONS and so on to
change "show all file extensions"


"Andrew Sha" <AndrewSha@discussions.microsoft.com> wrote in message
news:B02A540C-58D4-4110-837B-657D834EF3EF@microsoft.com...
> Hi
>
> How to register a task w/ the Task Scheduler using MSI? I am using VS09 to
> create the msi package
>
> TIA
> Andrew
>


  Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 10:59 PM.


vBulletin, Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
2007 - 2012 PackageDeploy.com