diff --git a/packaging/windows/punktfunk-host.iss b/packaging/windows/punktfunk-host.iss index e76d4f5..fdaec6d 100644 --- a/packaging/windows/punktfunk-host.iss +++ b/packaging/windows/punktfunk-host.iss @@ -267,7 +267,7 @@ begin begin StopHostServiceAndWait; #ifdef WithWeb - { Stash the chosen password for web-setup.ps1 (fresh install only); {tmp} is auto-cleaned. } + { Stash the chosen password for web-setup.ps1 (fresh install only); the temp copy is auto-cleaned. } if FreshWebInstall then SaveStringToFile(ExpandConstant('{tmp}\webpw.txt'), Trim(WebPwPage.Values[0]), False); #endif