Archive for June, 2008
What’s new in 1.6.0
On June - 26 - 2008
Translation:
Right now only russian translation is added. Do you want flashautorun in your language?
It’s easy, just contact me.

Extracting Icons from any EXE or DLL file.
(Directory must be created before extracting)
![]()
Winaptic.NET – Synaptic for windows
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.
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