Hello all,
I have an application written in unmanaged C++, using MFC and unmanaged DirectX (8.1).
I would like to deploy this application using ClickOnce technology. I am using Microsoft MageUI tool to create an application manifest and a deployment manifest. I have a manifest for my program, but each time I am trying to fetch it to MageUI I am getting an error "The application manifest is not signed".
So my question is: how can I sign a manifest for an unmanaged C++ application
Is it possible at all to use the ClickOnce technology for deploying unmanaged C++ applications
Thanks in advance,
AC