You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//try to install the service if launched normally. If the service cannot be installed it is because its already installed, or the progrm was not launched with correct permissions.
48
47
//in which case, try to launch the program normally.
49
48
if (ret == IDYES){
50
49
//the below line was added so that in cases where UAC is required to access the network, it will activate the pop up as early as possible
0 commit comments