User Tools

Site Tools


userspace:tortoise-svn

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
userspace:tortoise-svn [2012/10/04 13:40] bhubaluserspace:tortoise-svn [2021/08/23 10:37] (current) – external edit 127.0.0.1
Line 162: Line 162:
 ; credits: http://www.opsi.org/credits/ ; credits: http://www.opsi.org/credits/
  
-comment "collect known MSI IDs of the product'+comment "collect known MSI IDs of the product"
 set $MsiIdList$ = createStringList('{DE9CF741-20F7-488B-8B85-9D0F86FA51B4}') set $MsiIdList$ = createStringList('{DE9CF741-20F7-488B-8B85-9D0F86FA51B4}')
 set $MsiIdList$ = addtolist($MsiIdList$,'{6E8AA68E-AE56-48EE-ACE6-05647EA46F6A}') set $MsiIdList$ = addtolist($MsiIdList$,'{6E8AA68E-AE56-48EE-ACE6-05647EA46F6A}')
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"))
Line 247: Line 247:
  
 </code> </code>
 +
  
 ==== uninstall.ins ==== ==== uninstall.ins ====
userspace/tortoise-svn.1349350802.txt.gz · Last modified: (external edit)