Help! - I created a utility that lets users change some parameters about print locations with various txt files - then has a button to launch the executable once they are ready...
The button to launch it only works on some PCs - although the executable is in the same directory as the utility I wrote - and they can launch it manually..
The project is set with administrator privilege invoked.
The script on the button is as follows:
result = File.Run("r:\\SAMSVision\\cheqm64o.exe", "./././", "r:\\SAMSVision\\", SW_SHOWNORMAL, false);
Al users have full access to r:\SAMSVision area and as mentioned can run the executable manually - but the button only works for a couple of them..??
The button to launch it only works on some PCs - although the executable is in the same directory as the utility I wrote - and they can launch it manually..
The project is set with administrator privilege invoked.
The script on the button is as follows:
result = File.Run("r:\\SAMSVision\\cheqm64o.exe", "./././", "r:\\SAMSVision\\", SW_SHOWNORMAL, false);
Al users have full access to r:\SAMSVision area and as mentioned can run the executable manually - but the button only works for a couple of them..??
Comment