Тестирую многоязычность | RevTwit Ad
On January - 14 - 2010
Developers needed! I lost interest to this project, if any one interested to continue the development process of flashautorun let me know! Да ладно!
![]()
Developers needed! I lost interest to this project, if any one interested to continue the development process of flashautorun let me know! Да ладно!
![]()
Here an another my project Winaptic.net
Right now it’s not even a BETA. This is a concept preview.

Running .NET application from network drive is not an easy task because of .NET security policy.
When running application from network .NET put this application in “INTRANET” security zone.
To fix this create and run this file
networkfix.bat
PATH=%windir%\microsoft.net\framework\v2.0.50727\
CasPol -m -ag 1.2 -hash SHA1 -file \\pathtofile\Debug\FlashAutorun.exe FullTrust
change pathtofile to full path for FlashAutorun.exe