flashautorun.com

Organize your installation software or portable tools in easy to use way.

Archive for the ‘.NET’ Category

Тестирую многоязычность | RevTwit Ad

Posted by admin 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! Да ладно!

Блогун - монетизируем блоги

SVN acces to sources

Posted by admin On June - 28 - 2008

Winaptic.NET – Synaptic for windows

Posted by admin On June - 12 - 2008

Here an another my project Winaptic.net
Right now it’s not even a BETA. This is a concept preview.

Running Flashautorun from network drive.

Posted by admin On June - 9 - 2008

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