質問

I added a Setup Project to my existing Project to make a Setup out of it. Can I protect this Setup.exe with a password before you can install it? I'm using Visual Studio 2010.

役に立ちましたか?

他のヒント

As far as I know the answer is no, you can't.

As suggested in the comments, you could just zip the whole setup and protect that with a password, or use some other third part encryption tool to do so if using winzip is not an option.

The problem with this approach is that, once one person has the key, they can create how many clear copies they want; if that's a problem, you may want to look into some other way to protect your program from piracy.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top