Hey there,
I was going to pick up ARMA 2 again with the new patch, and I did really want to use a voice control software.
Unfortunately PilFIus does not like to work with windows 7... Shoot does however! It will need some tweaking though, or you'll get an error when trying to open the .xml files. I'll tell you in a few simple steps. I didn't come up with this but it took me some searching to find this. Tested on my own PC, with Windows 7 Professional x64.
To get Shoot (1.6.4) to work in Windows 7 download it here: http://clans.gameclubcentral.com/shoot/downloads.php. Just take the one labeled 'Shoot 1.6.4 (211 kb)'.
Unzip the package to the folder of your choice.
Install the ".NET Framework Version 1.1 Redistributable Package" (http://www.google.nl/search?q=dotnet+1.1). Windows will complain that there is known incompatability with some ISS thingy. I have absolutely no clue what it is or if it could cause harm. Do this at your own risk!
In the Shoot folder you'll find a file named "shoot.exe.config". Open that file in notepad.
Remove all of the text in the file
Paste the code below into the file, save the file and presto, it should work in Windows 7!
<configuration>
<system.diagnostics>
<trace autoflush="true">
<listeners>
<clear/>
</listeners>
</trace>
</system.diagnostics>
<startup>
<supportedRuntime version="v1.1.4322"/>
</startup>
<runtime/>
</configuration>
Since the people over here already made nice profiles in PiLfIuS I decided to create a simple tool to convert PiLfIuS .lcl files to shoot-compatible .xml files.
You can find it here http://www.filefactory.com/file/a15973c/n/PiLfIuS_to_Shoot_1.1.jar
Feedback is welcome!