Weird..
I've got the following batch script:
@echo off
c:\windows\regedit -S C:\BIZ\patchmyPC.reg
C:\BIZ\PatchMyPC.exe /s
The reg inport is just the ignored apps.. that works fine... but running it with /s puts patchmypc into the task bar, but doesn't seem to update anything so I swapped to a hidden window with /auto which works, but only for the common apps that I can see. Clients are win7 64bit. Tested with all apps closed so it wasn't waiting for anything. when you go into the taskbar icon and open it it still shows all the apps that need updating.
any idea what could be causing /s not to work in win7?