Mercurial > hg > tony
comparison deploy/win64/tony.wxs @ 562:00b1f3459047
Correct target path, add file association
author | Chris Cannam |
---|---|
date | Mon, 18 Feb 2019 13:16:33 +0000 |
parents | 36940effcfcf |
children | cfb290bc0ae7 |
comparison
equal
deleted
inserted
replaced
561:097b06da94ed | 562:00b1f3459047 |
---|---|
24 | 24 |
25 <Media Id="1" Cabinet="Tony.cab" EmbedCab="yes" DiskPrompt="CD-ROM #1"/> | 25 <Media Id="1" Cabinet="Tony.cab" EmbedCab="yes" DiskPrompt="CD-ROM #1"/> |
26 <Property Id="DiskPrompt" Value="Tony Installation [1]"/> | 26 <Property Id="DiskPrompt" Value="Tony Installation [1]"/> |
27 | 27 |
28 <Directory Id="TARGETDIR" Name="SourceDir"> | 28 <Directory Id="TARGETDIR" Name="SourceDir"> |
29 <Directory Id="ProgramFilesFolder" Name="PFiles"> | 29 |
30 <Directory Id="ProgramFiles64Folder" Name="PFiles64"> | |
30 | 31 |
31 <Directory Id="APPLICATIONFOLDER" Name="Tony"> | 32 <Directory Id="APPLICATIONFOLDER" Name="Tony"> |
32 | 33 |
33 <Component Win64="yes" | 34 <Component Win64="yes" |
34 Id="MainExecutable" | 35 Id="MainExecutable" |
86 Name="tony-winicon.ico" | 87 Name="tony-winicon.ico" |
87 DiskId="1" | 88 DiskId="1" |
88 Source="..\icons\tony-winicon.ico"/> | 89 Source="..\icons\tony-winicon.ico"/> |
89 </Component> | 90 </Component> |
90 | 91 |
92 <Component Win64="yes" | |
93 Id="SVFileAssociation" | |
94 Guid="F07C5CC1-0209-4C1A-8D52-C40B50A2B964"> | |
95 | |
96 <CreateFolder/> | |
97 | |
98 <ProgId | |
99 Id='Tony.tonfile' | |
100 Description='Tony project file' | |
101 Icon="T"> | |
102 <Extension | |
103 Id='tony' | |
104 ContentType='application/x-tony'> | |
105 <Verb | |
106 Id='open' | |
107 Command='Open' | |
108 TargetFile='T' | |
109 Argument='"%1"' /> | |
110 </Extension> | |
111 </ProgId> | |
112 | |
113 </Component> | |
114 | |
91 <Component Win64="yes" | 115 <Component Win64="yes" |
92 Id="pYin" | 116 Id="pYin" |
93 Guid="5C3B7285-B652-4FE5-8A1D-AC92376F8AD5"> | 117 Guid="5C3B7285-B652-4FE5-8A1D-AC92376F8AD5"> |
94 <File | 118 <File |
95 Id="pyinlib" | 119 Id="pyinlib" |