Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0.1, 1.0.2, and 1.0.3

stable wix: use win32/shellext/ThgCLSIDs.wxi in tortoisehg.wxs

Changeset 924d8da7e140

Parent 0f7e612b3edc

by Adrian Buehlmann

Changes to one file · Browse files at 924d8da7e140 Showing diff from parent 0f7e612b3edc Diff from another changeset...

 
23
24
25
26
27
28
29
30
31
 
 
32
33
34
 
23
24
25
 
 
 
 
 
 
26
27
28
29
30
@@ -23,12 +23,8 @@
  <?define VCRedistSrcDir = C:\Program Files\Microsoft SDKs\Windows\v7.0\Redist\VC ?>     <!-- shell extension CLSID's --> - <?define CLSID_TortoiseHgCmenu = {46605027-5B8C-4DCE-BFE0-051B7972D64C} ?> - <?define CLSID_TortoiseHg0 = {869C8877-2C3C-438D-844B-31B86BFE5E8A} ?> - <?define CLSID_TortoiseHg1 = {AF42ADAB-8C2E-4285-B746-99B31094708E} ?> - <?define CLSID_TortoiseHg2 = {CDA1C89D-E9B5-4981-A857-82DD932EA2FD} ?> - <?define CLSID_TortoiseHg6 = {9E3D4EC9-0624-4393-8B48-204C217ED1FF} ?> - + <?include ../../win32/shellext/ThgCLSIDs.wxi ?> +   <Product Name='TortoiseHg $(var.Version) ($(var.Platform))'   Id='$(var.ProductId)'   Version='$(var.Version)'