├── .gitignore ├── Demo └── GetTrustedInstallerShell.mp4 ├── GetTrustedInstallerShell.sln ├── GetTrustedInstallerShell ├── GetTrustedInstallerShell.vcxproj ├── GetTrustedInstallerShell.vcxproj.filters └── src │ └── main.cpp ├── LICENSE └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wilszdev/GetTrustedInstallerShell/HEAD/.gitignore -------------------------------------------------------------------------------- /Demo/GetTrustedInstallerShell.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wilszdev/GetTrustedInstallerShell/HEAD/Demo/GetTrustedInstallerShell.mp4 -------------------------------------------------------------------------------- /GetTrustedInstallerShell.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wilszdev/GetTrustedInstallerShell/HEAD/GetTrustedInstallerShell.sln -------------------------------------------------------------------------------- /GetTrustedInstallerShell/GetTrustedInstallerShell.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wilszdev/GetTrustedInstallerShell/HEAD/GetTrustedInstallerShell/GetTrustedInstallerShell.vcxproj -------------------------------------------------------------------------------- /GetTrustedInstallerShell/GetTrustedInstallerShell.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wilszdev/GetTrustedInstallerShell/HEAD/GetTrustedInstallerShell/GetTrustedInstallerShell.vcxproj.filters -------------------------------------------------------------------------------- /GetTrustedInstallerShell/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wilszdev/GetTrustedInstallerShell/HEAD/GetTrustedInstallerShell/src/main.cpp -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wilszdev/GetTrustedInstallerShell/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wilszdev/GetTrustedInstallerShell/HEAD/README.md --------------------------------------------------------------------------------