Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/21/2011 in all areas

  1. Tempted to leave your email address so spam harvesters can get it. Also highly tempted to stick it into a bunch of porn sites and other spam factories. Instead I'll remove your email address and permanently block you. Since our rules mean nothing to you I'll just make you go away.
    4 points
  2. DOM inspector = a tool you can use to view webpage html layout, all attributes and attached events etc. You may already have one: Internet Explorer (8 & 9) => press F12 Google Chrome => ctrl + shift + i Mozilla Firefox => Addon called Firebug (https://addons.mozilla.org/en-US/firefox/addon/firebug/?src=search)
    1 point
  3. FredAI

    File version info editor

    Hi, M4AutoIt Thank you for your interest on my litle tool and for your exelent ideas. As for the command line bug, I guess I didn't test it enough. Believe it or not, I hadn't noticed the bug until you mention it. As for the drag and drop, i had thought about creating it for the file input, but this doesn't work on Windows seven or vista if UAC is activated because windows explorer runs on a lower level than FVIE, witch runs as administrator. So I decided it was not recomended to create an option that encourages users to disable the UAC. I've also made some improvements, and fixed some bugs: Aparently, Verpatch doesn't allow comas in the file version and product version fields, so I used StringReplace() to replace all comas for dots on these fields. There was a bug on the line FileInstall('verpatch.exe', @TempDir & '\',1) and the script didn't work without compiling witch I fixed. Also removed the unnecessary $STDERR_CHILD + $STDOUT_CHILD when running verpatch. I had used it for some tests and forgot to delete. Created a variable to hold the last path used to search for a file to edit so that the next time you search it opens the last path used. And of course used the fix you mentioned for the command line. As for the drag and drop, do as you will, but I didn't use it. More info and download compiled script here: FVIE Regards FVIE.zip
    1 point
×
×
  • Create New...