lilalfyalien
Member
- Joined
- Dec 11, 2007
- Messages
- 7
- Programming Experience
- 3-5
I have a application, app.exe which I want all other users on my network to be able to run. It has a strong name and I have configured it to work perfectly on my machine. The code itself loads in a text file (using
) and then presents users with I agree and I disagree buttons. If the user clicks I agree the app goes away if they click I disagree it logs them off using the shell command
.
How can I make this app have the correct security privileges to run from a network share on any machine? I have configured my machine using the .NET Configuration Tool but do I have to do this on every machine that I want this app to run on or is there a more automated way to do it?
Thanks for any advice,
Lilalfyalien
VB.NET:
RichTextBox.LoadFile("thefile.rtf")
VB.NET:
shutdown -l
How can I make this app have the correct security privileges to run from a network share on any machine? I have configured my machine using the .NET Configuration Tool but do I have to do this on every machine that I want this app to run on or is there a more automated way to do it?
Thanks for any advice,
Lilalfyalien