OLD | NEW |
| (Empty) |
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> | |
3 <Product Id="a865f7c3-7e96-4b59-ad8b-c41fe6db88b6" Name="NaClVsx.Wix" La
nguage="1033" Version="1.0.0.0" Manufacturer="NaClVsx.Wix" UpgradeCode="15167477
-aec0-4dee-84f4-afe88a504815"> | |
4 <Package InstallerVersion="200" Compressed="yes" /> | |
5 | |
6 <Media Id="1" Cabinet="media1.cab" EmbedCab="yes" /> | |
7 | |
8 <Directory Id="TARGETDIR" Name="SourceDir"> | |
9 <Directory Id="ProgramFilesFolder"> | |
10 <Directory Id="INSTALLLOCATION" Name="NaClVsx.Wi
x"> | |
11 <!-- TODO: Remove the comments around th
is Component element and the ComponentRef below in order to add resources to thi
s installer. --> | |
12 <!-- <Component Id="ProductComponent" Gu
id="331de9a4-4033-414b-9a3e-147ca685c90f"> --> | |
13 <!-- TODO: Insert files, registr
y keys, and other resources here. --> | |
14 <!-- </Component> --> | |
15 </Directory> | |
16 </Directory> | |
17 </Directory> | |
18 | |
19 <Feature Id="ProductFeature" Title="NaClVsx.Wix" Level="1"> | |
20 <!-- TODO: Remove the comments around this ComponentRef
element and the Component above in order to add resources to this installer. --> | |
21 <!-- <ComponentRef Id="ProductComponent" /> --> | |
22 </Feature> | |
23 </Product> | |
24 </Wix> | |
OLD | NEW |