unfortunately it's not possible to make a search on "install as service" (silly)

/Y
Why should I have to? I sign the InstantSupport.exe with my digital certificate and my customers trust me, but they are often not very computer literate and may have problems to grasp such instructions as "go to the tray icons and...". I can of course do it when I connect to their computer first time but it demands them to be at place to confirm the installation once. They sort of expect me to do the hard stuffsupercoe wrote:Why not just tell the person that ran InstantSupport to use the tray icon?
You'd have to have the local user control UAC prompts anyways.
Yes please do, a simple option dialogue "Do you want to install as a service?" would probably do although you may come up with something more elegant. And yes, I am happy to modify the script, just not sure exactly what and where to change as I have never done any coding in AutoIt, so some hints would be appreciated, you like Czech beer?supercoe wrote:I'll consider the option but if you want this feature now you'll have to modify the script.
It's quite easy to sign it, but you got to have a code sign certificate of course. I have one from comodo and just have this onelinersupercoe wrote:Compelling argument, I've put it in my notes to add this as a compiler option "Force InstantSupport to install as a service immediately."
I've never had Czech beer but it sounds amazing.
Could you explain more about how you sign InstantSupport? I've never done this myself.
Code: Select all
signtool.exe sign /p changeme_passwdhere /f "changeme_C:\Path\to\codesigncert.pfx" /d "changeme_Title e.g. Instant Support" /du "changeme_http://www.yourdomain.com/" /t http://timestamp.comodoca.com/authenticode /v changeme_exe_name_to_sign_InstantSupport.exe