kipamgs

Results 7 comments of kipamgs

For now i found another approach that is working: 1. Add the zip file to the project and install it 2. Extract the installed zip 3. Delete the zip file...

For testing and to keep it simple i just created a custom action that creates an empty txt file. It works for a 32 bit installation but as soon as...

I had to edit my .csproj file. I had to remove the line `win-x86` . If I understand it correctly this caused a mismatch of 32 and 64 bit between...

I initialized it exactly as in the example. I created a small example project with the problem. [Example.zip](https://github.com/user-attachments/files/16610338/Example.zip)

Thanks for the quick reply. > OK, there are a few problems here. It's kinda a perfect localization storm :) > > _Please note I am reviewing your example that...

Your suggested change does not work for me(`Host?.Runtime.Session` instead of the class member `session`). I also reinstalled the wixsharp project templates extension in Visual Studio 2022.

Yes the UAC appears. It works if you just create the project from the template and execute the installer. But as soon as you update the Nuget package to 2.2.0...