
January 29th, 2004, 05:56 PM
|
|
Junior Member
|
|
Join Date: Jan 2004
Location: Chicago
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Set .NET Install Directory to Read Only?
I have a small app that I have written in C#. I need to install this app in the same directory as another app developed by my company. I've created the .NET install such that it finds the ApplicationPath in the registry and sets the Installation Folder to the this value - cool. Now, how do I make the Installation Folder read-only? The .NET install presents a dialog box with the folder set to the AppPath I read but, this field is not protected. A user can still edit the Install Folder and mess up my app. Anyone run into this?
|