This commit is contained in:
Paddy Xu
2017-05-18 01:47:49 +03:00
parent 0c0c0acf3d
commit 5ff2570ee6
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
<Component Id="ApplicationShortcutProgramMenu" Guid="4F3E84DA-0E8B-44E9-B59D-B3AFAE70519E">
<Shortcut Id="ApplicationProgramMenuShortcut"
Name="QuickLook"
Description="QuickLook lets you preview any file by pressing space bar."
Description="QuickLook lets you preview any file by pressing the space bar."
Target="[INSTALLFOLDER]QuickLook.exe"
WorkingDirectory="INSTALLFOLDER" />
<RemoveFolder Id="ProgramMenuFolder" On="uninstall" />
@@ -41,7 +41,7 @@
<Component Id="ApplicationShortcutDesktop" Guid="9ECBF18A-F3C7-495A-9327-02A2E79ABBD7">
<Shortcut Id="ApplicationDesktopShortcut"
Name="QuickLook"
Description="QuickLook lets you preview any file by pressing space bar."
Description="QuickLook lets you preview any file by pressing the space bar."
Target="[INSTALLFOLDER]QuickLook.exe"
WorkingDirectory="INSTALLFOLDER" />
<RemoveFolder Id="DesktopFolder" On="uninstall" />

View File

@@ -120,7 +120,7 @@
<Error Text="The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/releases/" />
</Target>
<PropertyGroup>
<PreBuildEvent>robocopy "$(SolutionDir)Build\$(Configuration)" "$(SolutionDir)Build\Package" %2a.%2a /e /njh /njs /ndl /nc /ns /np /xf %2a.pdb /xf %2a.obj /xf %2a.ipdb /xf %2a.iobj /xf %2a.exp /xf %2a.lib /xf %2a.ilk /xf %2a.xml
<PreBuildEvent>robocopy "$(SolutionDir)Build\$(Configuration)" "$(SolutionDir)Build\Package" %2a.%2a /e /njh /njs /ndl /nfl /nc /ns /np /xf %2a.pdb /xf %2a.obj /xf %2a.ipdb /xf %2a.iobj /xf %2a.exp /xf %2a.lib /xf %2a.ilk /xf %2a.xml
"$(WIX)bin\heat" dir "$(SolutionDir)Build\Package" -dr INSTALLFOLDER -cg QuickLookComponents -gg -g1 -sf -srd -sreg -var "var.QuickLook.TargetDir" -out "$(ProjectDir)C_QuickLookComponents.wxs"</PreBuildEvent>
</PropertyGroup>