Replies: 3 comments 2 replies
-
No repro. On my system (Win10/VS2022), my account is the owner. Are you running VS elevated? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@barnson Yes I am. Our solution is an ASP.NET app that deploys to IIS. |
Beta Was this translation helpful? Give feedback.
2 replies
-
It is copied from the intermediate folder. Try adding |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I created a new, empty, WiX project to gradually convert our existing project. When I built the new project, I noticed that there is something different about how the MSI file gets generated.
On the MSI file built from the new project (the new MSI), the file properties' Details pane allows me to edit some of the details like Title, Subject, Categories, Tags, Comments, Authors, and Revision number.
On the MSI file built from the old project (the old MSI), the file properties' Details pane does not allow me to edit any property. I noticed that the Security tab on the old MSI has the UAC shield on the Edit button whereas the new MSI does not. When you click the Advanced button on the old MSI file it shows something I've never seen in Windows before: Integrity Level with a value of High Mandatory Level.
Another effect of this seems to be that when the old MSI is edited in Orca, it is read only despite the file not being read only.
When the old MSI file is copied to another location, the copy no longer has the High Mandatory Level, and it is not treated as read only by Orca.
If the old MSI file is moved to another location it will still have the High Mandatory Level and it will still be treated as read only by Orca.
What is going on?
Beta Was this translation helpful? Give feedback.
All reactions