rescap3:Extension Category="windows.desktopAppMigration"
This commit is contained in:
parent
9b31ebfab8
commit
4655f5520f
|
@ -5,6 +5,7 @@
|
||||||
xmlns:uap2="http://schemas.microsoft.com/appx/manifest/uap/windows10/2"
|
xmlns:uap2="http://schemas.microsoft.com/appx/manifest/uap/windows10/2"
|
||||||
xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3"
|
xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3"
|
||||||
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
|
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
|
||||||
|
xmlns:rescap3="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/3"
|
||||||
xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10">
|
xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10">
|
||||||
|
|
||||||
<Identity
|
<Identity
|
||||||
|
@ -95,6 +96,15 @@
|
||||||
</uap2:SupportedVerbs>
|
</uap2:SupportedVerbs>
|
||||||
</uap3:FileTypeAssociation>
|
</uap3:FileTypeAssociation>
|
||||||
</uap3:Extension>
|
</uap3:Extension>
|
||||||
|
<rescap3:Extension Category="windows.desktopAppMigration">
|
||||||
|
<rescap3:DesktopAppMigration>
|
||||||
|
<rescap3:DesktopApp AumId="@{application.name}" />
|
||||||
|
<rescap3:DesktopApp ShortcutPath="%USERPROFILE%\Desktop\@{application.name}.lnk" />
|
||||||
|
<rescap3:DesktopApp ShortcutPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\@{application.name}.lnk" />
|
||||||
|
<rescap3:DesktopApp ShortcutPath="%APPDATA%\Microsoft\Windows\SendTo\Programs\@{application.name}.lnk" />
|
||||||
|
<rescap3:DesktopApp ShortcutPath="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\@{application.name}\@{application.name}.lnk"/>
|
||||||
|
</rescap3:DesktopAppMigration>
|
||||||
|
</rescap3:Extension>
|
||||||
</Extensions>
|
</Extensions>
|
||||||
</Application>
|
</Application>
|
||||||
<Application Id="@{package.identifier}.Command" Executable="filebot.exe" EntryPoint="Windows.FullTrustApplication">
|
<Application Id="@{package.identifier}.Command" Executable="filebot.exe" EntryPoint="Windows.FullTrustApplication">
|
||||||
|
|
Loading…
Reference in New Issue