Skip to content

Instantly share code, notes, and snippets.

@sandrinodimattia
Created July 20, 2012 20:31
Show Gist options
  • Save sandrinodimattia/3153060 to your computer and use it in GitHub Desktop.
Save sandrinodimattia/3153060 to your computer and use it in GitHub Desktop.
LogMeIn Startup Taks in ServiceDefinition file
<?xml version="1.0" encoding="utf-8"?>
<ServiceDefinition name="MyRole" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition">
<WebRole name="WebRole" vmsize="ExtraSmall">
...
<Startup>
<Task commandLine="Startup\LogMeIn.cmd" executionContext="elevated" taskType="simple" />
</Startup>
</WebRole>
</ServiceDefinition>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment