Added comments, cleaned up some formatting
This commit is contained in:
parent
e6a2712327
commit
35cf896a56
@ -69,9 +69,13 @@
|
|||||||
|
|
||||||
<Fragment>
|
<Fragment>
|
||||||
<ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
|
<ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
|
||||||
<!-- TODO: Remove the comments around this Component element and the ComponentRef below in order to add resources to this installer. -->
|
<!-- We copy everything from the PrimaryOutputHarvest directory
|
||||||
<!-- <Component Id="ProductComponent"> -->
|
instead of using a reference to the projects' primary output so
|
||||||
<!-- TODO: Insert files, registry keys, and other resources here. -->
|
that people using Visual C# Express 2010 can use Votive installed
|
||||||
|
into the stand alone VS 2010 Integrated Shell - only the Pro (or better)
|
||||||
|
versions of Visual Studio can load a Votive project into the same
|
||||||
|
solution as the C# projects - that's why this install project
|
||||||
|
is in its own solution -->
|
||||||
<Component Id="PdfScribeBase" Guid="{7A339C63-AEA3-491C-8CB1-C78D21426EC1}">
|
<Component Id="PdfScribeBase" Guid="{7A339C63-AEA3-491C-8CB1-C78D21426EC1}">
|
||||||
<File Id="PdfScribeExe" Source="PrimaryOutputHarvest\PdfScribe.exe" KeyPath="yes" >
|
<File Id="PdfScribeExe" Source="PrimaryOutputHarvest\PdfScribe.exe" KeyPath="yes" >
|
||||||
<netfx:NativeImage Id="PdfScribe.exe" Platform="64bit" Priority="1" />
|
<netfx:NativeImage Id="PdfScribe.exe" Platform="64bit" Priority="1" />
|
||||||
|
Loading…
Reference in New Issue
Block a user