Skip to content

Commit 1981a30

Browse files
Merge pull request #281184 from TPavanBalaji/patch-21
(AzureCXP) fixes MicrosoftDocs/azure-docs#284661
2 parents a5c4465 + 2fca8c4 commit 1981a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/vm-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ If I want to create a VM application package for `myApp.exe`, which ships as an
433433
"move .\\myApp .\\myApp.exe & myApp.exe /S -config myApp_config"
434434
```
435435

436-
If the installer executable file doesn't support an uninstall parameter, you can sometimes look up the registry on a test machine to know here the uninstaller is located.
436+
If the installer executable file doesn't support an uninstall parameter, you can sometimes look up the registry on a test machine to know where the uninstaller is located.
437437

438438
In the registry, the uninstall string is stored in `Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\<installed application name>\UninstallString` so I would use the contents as my remove command:
439439

0 commit comments

Comments
 (0)