the gridlock
Posts: 29
Joined: Mon Nov 02, 2020 8:29 am

Build exe without manifest question?

Hi admin,
Long time no see. My question is related to vsto.
Can I build the C# program without the manifest file?
How should I set up the project so that the product information is minimal.


------------------------------
Thanks you!
Catalin
Posts: 6584
Joined: Wed Jun 13, 2018 7:49 am

Re: Build exe without manifest question?

Hello,

I am not quite sure how to achieve that, but I found the following article from Microsoft:

Manifest Generation in Visual Studio

which I believe you will find useful.

Hope this helps!

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
the gridlock
Posts: 29
Joined: Mon Nov 02, 2020 8:29 am

Re: Build exe without manifest question?

Hi,
Thank you.
I found this: https://stackoverflow.com/questions/666 ... t-manifest
but it's not clear to me.
can you show me how to remove manifest file via custom app.config? (I'm using vsto .net)
Catalin
Posts: 6584
Joined: Wed Jun 13, 2018 7:49 am

Re: Build exe without manifest question?

Hello,

Unfortunately, I am no expert in this subject either.

I have tried to havea look right now and I have found the following:

- open your VS solution

- right click on your project --> "Properties" --> "Applicaiton" tab

- under "Icon and manifest" --> "Manifest" --> click on the dropdown button and select "Create application without a manifest"
manifest.png
manifest.png (53.2 KiB) Viewed 11219 times

Hope this helps!

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
the gridlock
Posts: 29
Joined: Mon Nov 02, 2020 8:29 am

Re: Build exe without manifest question?

Hi Catalin,
Thank you.
I will try to solve it.
Catalin
Posts: 6584
Joined: Wed Jun 13, 2018 7:49 am

Re: Build exe without manifest question?

You are always welcome!

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”