We're looking to upgrade our application from PB2022 (R1) to PB2022R3. The application is 32-bit pcode distributed using PowerClient.
We have the problem that:
- The app's db connection uses ADO.NET, which for PB2022R3 appears to have a prerequisite of .NET Desktop Runtime 6.0
- The client computers do not have .NET Desktop Runtime 6.0 installed
- Client users do not have admin rights (and many don't have easy access to someone with admin rights) so installing .NET Desktop Runtime 6.0 is not an option
Is it possible to distribute the .NET Desktop Runtime 6.0 components with the application so it will work for non-admin users? And if so, how?
Many thanks,
David