giving only execution permissions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I'm using Win 2000 Pro to deploy my .NET App

My question is:

I need to give permission to the operator to run my app (.exe , the app
write data in others directories ) , but I don't want him to be able to copy
my .EXE from the folder actually I dont want him to open or list my app
folder, is it possible to make such configuration .

It is obvious what I want is to protect my code.
 
Not really an operating system issue. Ask in one of the development groups
for your programming language about this.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Hi
|
| I'm using Win 2000 Pro to deploy my .NET App
|
| My question is:
|
| I need to give permission to the operator to run my app (.exe , the app
| write data in others directories ) , but I don't want him to be able to
copy
| my .EXE from the folder actually I dont want him to open or list my app
| folder, is it possible to make such configuration .
|
| It is obvious what I want is to protect my code.
|
|
| --
| Kenny M.
 
Dave Patrick said:
Not really an operating system issue. Ask in one of the
development groups
for your programming language about this.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Hi
|
| I'm using Win 2000 Pro to deploy my .NET App
|
| My question is:
|
| I need to give permission to the operator to run my app
(.exe , the app
| write data in others directories ) , but I don't want him to
be able to
copy
| my .EXE from the folder actually I dont want him to open or
list my app
| folder, is it possible to make such configuration .
|
| It is obvious what I want is to protect my code.
|
|
| --
| Kenny M.

Hi,

To execute a file, you have to read it. To read it, you have the
ability to copy. You can try playing around with advanced permissions.
However, I don’t think you can separate read from execute.

By the way, isn’t the code protected when it is in .exe format?

Cheers,

Lara
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top