Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as XML by schabi ( 13 years ago )
<?xml version="1.0" encoding="UTF-8"?>
<Wix >
<Product Id="0ceaac9d-e0a2-47cb-bcf5-a5ecd70c3d72" Name="SharpSvnSetupTest" Language="1033" Versi Manufacturer="SharpSvnSetupTest" UpgradeCode="17df8bcc-1ad7-4a4d-ab1d-eacf19f40ed8">
<Package InstallerVersi Compressed="yes" />
<Media Id="1" Cabinet="media1.cab" EmbedCab="yes" Compressi />
<Directory Id="TARGETDIR" Name="SourceDir">
<Directory Id="ProgramFilesFolder">
<Directory Id="APPLICATIONROOTDIRECTORY" Name="SharpSvnSetupTest"/>
</Directory>
</Directory>
<DirectoryRef Id="APPLICATIONROOTDIRECTORY">
<Component Id="Executable" Guid="{4B2E5A12-754C-4B62-BE59-8D80D9930244}">
<File Source="$(var.SharpSvnTest.TargetPath)" KeyPath="yes" Checksum="yes"/>
</Component>
<Component Id="SharpSvnGac" Guid="{55BF137C-893B-4E40-A227-373A23112BBC}">
<File Source="$(var.SharpSvnTest.TargetDir)\\SharpSvn.dll" Assembly=".net" Name="SharpSvn.dll" KeyPath="yes"/>
<File Source="$(var.SharpSvnTest.TargetDir)\\SharpPlink-Win32.svnExe" Compani>
</Component>
</DirectoryRef>
<Feature Id="ProductFeature" Title="SharpSvnSetupTest" Level="1">
<ComponentRef Id="Executable" />
<ComponentRef Id="SharpSvnGac" />
<!-- Note: The following ComponentGroupRef is required to pull in generated authoring from project references. -->
<ComponentGroupRef Id="Product.Generated" />
</Feature>
</Product>
</Wix>
Revise this Paste