+ Reply to Thread
Results 1 to 5 of 5

Thread: Trying to get File Version, BUT!

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default Trying to get File Version, BUT!

    Hi, I am trying to do nothing other than get a file version from a file using the following code:

    Set Variable %TEMP_FILE_VERSION% to FUNCTION:Get File Info(File Version [Resource]) of file "C:\Solar Program Files\Solar Turbines Standards\Common\EXE\TT4Tools\TT4Tools.exe"
    Display Message Box "%TEMP_FILE_VERSION%" -- "File Version"
    Exit Installation(0)

    I get the following error, in the attachment, which I have never seen before:

    Can anyone tell me what is going on and what that is. I have not changed any security settings on the system at all and I can run other scripts without incident.
    Attached Images Attached Images  

  2. #2
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: Trying to get File Version, BUT!

    Hello,

    I think you have received a buggy anti-spyware / anti-virus definition update. This is a typical false-positive issue (the loader "..\BIN\0000.LIB" has not changed since 8/12/2013). Try to code-sign the file as part of the compilation process to see if this can avoid the protection vendor's bug. And I would suggest to forward the file to your protection software vendor so they can fix it in the next virus definition update.

    Does this help?

    Friedrich

  3. #3
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: Trying to get File Version, BUT!

    Hello,

    I have uploaded a simple demo:

    http://www.lindersoft.com/projects/getfileinfo.zip

    It works as expected.

    Friedrich
    Attached Images Attached Images  

  4. #4

    Thumbs up Re: Trying to get File Version, BUT!

    Thank you Friedrich.... Sorry this ended up in this forum, it should have been one queue up actually. Kel

  5. #5
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: Trying to get File Version, BUT!

    That's just fine, Kel. Please always let us know if there is any problem. We are here to help

    Friedrich

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •