Skip to content

Enable app to call the boostrap based on a "local" installation #3813

Answered by DarranRowe
WindowsNT asked this question in Ideas
Discussion options

You must be logged in to vote

This isn't the way that self contained works. However, depending on how you handle things, it should be possible to do what you want.

First of all, the app container thing comes as a side effect of using the Windows 10 application project type that the WinUI projects use. If you use dumpbin to check the executable headers:

C:\Users\Darran\source\repos\Meh\x64\Debug\Meh>dumpbin /headers Meh.exe
Microsoft (R) COFF/PE Dumper Version 14.37.32822.0
Copyright (C) Microsoft Corporation.  All rights reserved.


Dump of file Meh.exe

PE signature found

File Type: EXECUTABLE IMAGE

FILE HEADER VALUES
...

OPTIONAL HEADER VALUES
             20B magic # (PE32+)
           14.38 linker version
     …

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@WindowsNT
Comment options

@DrusTheAxe
Comment options

@brialmsft
Comment options

@DarranRowe
Comment options

Answer selected by DrusTheAxe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
4 participants