ijourneaux Wrote:Thanks. Will try it out when I get home. One thing to watch for with ClickOnce applications. When the application gets updated, the actual location of the executable changes as well. Will your scheduler handle that complication?
I wasn't aware of that... Sounds like ClickOnce is a real pain in the @ss.
I could search for the newest .application file within a folder (and all subfolders if needed) and if the file in the .ini file is missing, I could launch the newer file instead. As long as the new file is still somewhere relative to the original root folder so I can find it programatically.This was just a quick fix for me to get this working on my server and if it's useful for others cool. I'm more of a VB.NET person than C# (even though I'm familiar with C-based languages as well)... Otherwise, I'd just build this functionality into your source. I can provide the VB.Net source code for you to convert it for your use if you like... It's rather simple.

Search
Help