We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc56fc commit f2a32b4Copy full SHA for f2a32b4
src/Setup/MachineInstaller.cpp
@@ -22,7 +22,7 @@ bool directoryExists(wchar_t* path) {
22
bool MachineInstaller::ShouldSilentInstall()
23
{
24
// Figure out the package name from our own EXE name
25
- // The name is consist of $pkgNameDeploymentTool.exe
+ // The name consist of [$pkgName]DeploymentTool.exe
26
wchar_t ourFile[MAX_PATH];
27
HMODULE hMod = GetModuleHandle(NULL);
28
GetModuleFileName(hMod, ourFile, _countof(ourFile));
0 commit comments