Skip to content

Function release version

Latest
Compare
Choose a tag to compare
@rhsCZ rhsCZ released this 01 Mar 18:19
· 1 commit to master since this release

This release request UAC (important for me) and run steam with -noverify and -silent arguments and exits.
contains check of running steam already.
youn can disable UAC by removing

	if(IsRunAsAdministrator())
	{
		goto main;
	}
	else ElevateNow();
main:

and you should remove whole void ElevateNow(); and BOOL IsRunAsAdministrator(); functions
source.zip
release.zip