Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
userspace:tortoise-svn [2012/10/04 13:43] bhubal |
userspace:tortoise-svn [2012/10/04 13:52] (current) bhubal [delsub.ins] |
||
---|---|---|---|
Line 168: | Line 168: | ||
set $MsiIdList$ = addtolist($MsiIdList$,'{5D762D74-E92F-4E95-9255-D85312617E4D}') | set $MsiIdList$ = addtolist($MsiIdList$,'{5D762D74-E92F-4E95-9255-D85312617E4D}') | ||
- | comment "collect Installed MSI IDs' | + | comment "collect Installed MSI IDs" |
set $MsiIdRegList$ = getRegistryKeyList32("HKLM\Software\Microsoft\Windows\Currentversion\uninstall") | set $MsiIdRegList$ = getRegistryKeyList32("HKLM\Software\Microsoft\Windows\Currentversion\uninstall") | ||
set $MsiIdRegList$ = addListToList($MsiIdRegList$, getRegistryKeyList64("HKLM\Software\Microsoft\Windows\Currentversion\uninstall")) | set $MsiIdRegList$ = addListToList($MsiIdRegList$, getRegistryKeyList64("HKLM\Software\Microsoft\Windows\Currentversion\uninstall")) |