[Flashcoders] Zinc install to startup folder

2006-06-14 Thread Andreas Rønning
I'm writing an application that works like an auto updater, and it needs to run as the user boots his computer. Does anyone know how i can write a script to add to the installer that will create a shortcut to the application in the user's startup folder and then delete itself? Thanks -- -

Re: [Flashcoders] Zinc install to startup folder

2006-06-14 Thread ellen . sundh
Hi! You can find the path to the start menu on Windows by using this: mdm.System.Paths.startMenu; And then you just copy your application file into this directory and it will run on start up! Ellen . . . . . . . . . . . . . . . . . Email: [EMAIL PROTECTED] I'm writing an application that

Re: [Flashcoders] Zinc install to startup folder

2006-06-14 Thread ellen . sundh
Sorry, these are the right paths to the startUp folder: mdm.System.Paths.commonStartup; mdm.System.Paths.allUsersStartup; Ellen I'm writing an application that works like an auto updater, and it needs to run as the user boots his computer. Does anyone know how i can write a script to add

Re: [Flashcoders] Zinc install to startup folder

2006-06-14 Thread Muzak
http://www.mdmforum.com/ Muzak - Original Message - From: Andreas Rønning [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Wednesday, June 14, 2006 4:07 PM Subject: [Flashcoders] Zinc install to startup folder I'm writing an application that works like an auto updater