Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Update.exe is unable to create shortcuts #16

Closed
caesay opened this issue Dec 13, 2021 · 0 comments
Closed

Update.exe is unable to create shortcuts #16

caesay opened this issue Dec 13, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@caesay
Copy link
Member

caesay commented Dec 13, 2021

[13/12/21 16:48:56] info: ApplyReleasesImpl: Creating shortcut for Clowd.exe => C:\Users\Caelan\Desktop\Clowd.lnk
[13/12/21 16:48:57] error: IEnableLogger: Can't write shortcut: C:\Users\Caelan\Desktop\Clowd.lnk: System.NotSupportedException: Built-in COM has been disabled via a feature switch. See https://aka.ms/dotnet-illink/com for more information.

Since we're building Update.exe as a single file assembly, traditional COM is being disabled. We need to use ComWrappers to create shortcuts, or investigate if this can be turned back on? (<BuiltInComInteropSupport>true</BuiltInComInteropSupport>?)

@caesay caesay added the bug Something isn't working label Dec 13, 2021
@caesay caesay closed this as completed in 8643b0b Dec 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant