File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def main [--msi(-m)] {
3232
3333export def test-msi-per-user-install [] {
3434 winget uninstall nushell | complete
35- print ' Using msiexec to test MSI per-user installation'
35+ print $ ' Using msiexec to test MSI ( ansi g ) per-user( ansi reset ) installation'
3636 print ' -------------------------------------------------------------------'
3737 msiexec /i $MSI_PKG MSIINSTALLPERUSER=1 /quiet /qn /L*V install.txt
3838 check-user-install $PER_USER_INSTALL_DIR
@@ -42,7 +42,7 @@ export def test-msi-per-user-install [] {
4242
4343export def test-msi-per-machine-install [] {
4444 winget uninstall nushell | complete
45- print $' (char nl )Using msiexec to test MSI machine scope installation'
45+ print $' (char nl )Using msiexec to test MSI ( ansi g ) machine scope( ansi reset ) installation'
4646 print ' -------------------------------------------------------------------'
4747 msiexec /i $MSI_PKG ALLUSERS=1 /L*V install.txt
4848 check-local-machine-install
You can’t perform that action at this time.
0 commit comments