문제

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