I am porting WPF to the Winforms app and have looked at the administrative rights on the following. The application has launched a command line external application as part of its execution using 'Procststart Infos'. There is no app manifest in the Winforms app and the application runs correctly though the WPF version does not launch the external application properly. I have to give the WPF application administrative rights. ()
Due to some annoying UAC confirmation dialogue, I do not want to do this, I have tried to add 'ProcessStartInfo' Verb = "runas", but it has no effect.
Does anyone know that the Winforms version is fine but does WPF version require admin rights? FYI The external app processes a file and writes the output file in a folder in the programdata directory)
It seems that the external process started with Wpf apps does not have access to the programmadeata folder, although the original app does (yes, I really have to type in folders in Pragrada) I have a system service that consumes data Need of Is required and there is no information about these services, users ...)
Viseshfolder written to external app environment. Application data, and then parents transfer files to the app environment. Specialfolder.Application Data to DataData ... acts as a Winforms app
Comments
Post a Comment