Running Application as Administrator after Deployment

(imported comment written by MattBoyd)

Hey Jeff,

I tested the TrueCrypt install, and I think you’ll need to add this registry key in addition to installing the device driver:

Windows Registry Editor Version 5.00
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\TrueCrypt]
"UninstallString"="\"C:\\Program Files (x86)\\TrueCrypt\\TrueCrypt Setup.exe\" /u"
"ModifyPath"="\"C:\\Program Files (x86)\\TrueCrypt\\TrueCrypt Setup.exe\" /c"
"DisplayIcon"="\"C:\\Program Files (x86)\\TrueCrypt\\TrueCrypt Setup.exe\""
"DisplayVersion"="6.3a"
"DisplayName"="TrueCrypt"
"Publisher"="TrueCrypt Foundation"
"URLInfoAbout"="http://www.truecrypt.org/"

I will try to take a look at StarUML when I get a chance. I have a feeling it’s trying to write registry keys or files on the first run, but can’t do so in the user context. This could be another job for ProcMon.exe :slight_smile: