Several of the apps I have packaged with cameyo that need services running to function properly do not work on Windows 7 and Windows 10.
Here are a few apps that are confirmed not to work:
FileZilla Server
CouchPotato
CrashPlan
Steam
On Windows 7, services will not register correctly. It points to an unvirtualized path. Doesn't matter if you run as admin or not, the results are the same. (Instead of F:\Cameyo Apps\FileZilla Server.cameyo.exe -wait -services:none -exec ""C:\Program Files (x86)\FileZilla Server\FileZilla Server.exe"", it points to "C:\Program Files (x86)\FileZilla Server\FileZilla Server.exe")
On Windows 10, service registers correctly, however, when trying to start the service, it will always time out after the 30 seconds(default timeout). Additionally, Windows, by default, blocks Interactive Services from starting in Interactive Mode until you modify this registry key to "HKLM\SYSTEM\CurrentControlSet\Control\Windows" ("NoInteractiveServices" from 1 to 0) and reboot the computer. Additionally, if you try to install the service by running the app as admin, it will register at the unvirtualized path, exactly like the windows 7 issue above.
I did not test any other operating systems. I can test Windows 8.1 and Windows Server 2012 upon request.
-- Edited by betaleaf on Monday 28th of March 2016 10:23:31 PM