mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 00:15:02 -04:00
Play with System.AppUserModel.ID (Windows 7 integration)
This commit is contained in:
parent
700b02b172
commit
4a5951bd00
@ -30,7 +30,11 @@
|
||||
|
||||
<Component Id='ApplicationStub' Guid='A7B21026-DA54-4AF8-9227-188565AB9C4E' Win64="$(var.Win64)">
|
||||
<File Id='filebot.launcher.exe' Name='filebot.launcher.exe' Source='filebot.launcher.exe' KeyPath='yes'>
|
||||
<Shortcut Id="shortcut.menu.filebot" Directory="ProgramMenuDir" Name="FileBot" Description="The ultimate TV Renamer and Subtitle Downloader" WorkingDirectory='INSTALLDIR' Icon="icon.ico" Advertise="no" />
|
||||
<Shortcut Id="shortcut.menu.filebot" Directory="ProgramMenuDir" Name="FileBot" Description="The ultimate TV Renamer and Subtitle Downloader" WorkingDirectory='INSTALLDIR' Icon="icon.ico" Advertise="no">
|
||||
<ShortcutProperty Key="System.AppUserModel.ID" Value="net.filebot.FileBot" />
|
||||
<ShortcutProperty Key="System.AppUserModel.RelaunchCommand" Value="[INSTALLDIR]filebot.launcher.exe" />
|
||||
<ShortcutProperty Key="System.AppUserModel.RelaunchDisplayNameResource" Value="FileBot" />
|
||||
</Shortcut>
|
||||
<Shortcut Id="shortcut.desktop" Directory="DesktopFolder" Name="FileBot" Description="The ultimate TV Renamer and Subtitle Downloader" WorkingDirectory='INSTALLDIR' Icon="icon.ico" Advertise="no" />
|
||||
<Shortcut Id="shortcut.sendto" Directory="SendToFolder" Name="FileBot" Description="The ultimate TV Renamer and Subtitle Downloader" WorkingDirectory='INSTALLDIR' Icon="icon.ico" Advertise="no" />
|
||||
</File>
|
||||
|
Loading…
Reference in New Issue
Block a user