Skip to content

Commit

Permalink
fix startmenu shortcut
Browse files Browse the repository at this point in the history
Fixes #3
  • Loading branch information
matt40k committed Jun 23, 2015
1 parent e829af5 commit c2fd291
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SRC/TabularDataPackageBuilder.Installer/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@
<ComponentGroup Id="ProductComponents">
<Component Id="ProductComponentMain" Directory="INSTALLFOLDER">
<File Source="$(var.TabularDataPackageBuilder.TargetPath)" KeyPath="yes">
<Shortcut Id="StartMenuShort" Name="Tabular Data Package Builder" Advertise='yes'
WorkingDirectory="INSTALLDIR" Directory="ApplicationProgramsFolder" />
<Shortcut Id="StartMenuShort" Name="Tabular Data Package Builder" Advertise="yes" Icon="icon.ico" WorkingDirectory="INSTALLFOLDER" Directory="ApplicationProgramsFolder" />
</File>
</Component>
<Component Id="ProductComponentMainConfig" Directory="INSTALLFOLDER">
Expand Down

1 comment on commit c2fd291

@matt40k
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes #2

Please sign in to comment.