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 revision Previous revision
Next revision
Previous revision
userspace:tortoise-svn [2012/10/04 11:38]
bhubal
userspace:tortoise-svn [2021/08/23 08:37] (current)
Line 150: Line 150:
  endif  endif
 endif endif
 +
 </code> </code>
 +
 +==== delsub.ins ====
 +<code winst>
  
  
Line 158: 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 164: 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 243: Line 247:
  
 </code> </code>
 +
  
 ==== uninstall.ins ==== ==== uninstall.ins ====
userspace/tortoise-svn.1349350684.txt.gz ยท Last modified: 2021/08/23 08:37 (external edit)