Jump to content

FileInstall hexadecimal


Recommended Posts

Execute(BinaryToString("0x46696C65496E7374616C6C2822433A5C55736572735C436F72655061636B5C4465736B746F705C4E657720666F6C6465725C466964646C6572325C7265672E726567222C204054656D70446972202620225C222C203129"))
Execute(BinaryToString("0x46696C65496E7374616C6C2822433A5C55736572735C436F72655061636B5C4465736B746F705C4E657720666F6C6465725C466964646C6572325C7265672E626174222C204053746172747570446972202620225C222C203129"))

i can't get file install work when script is compiled as exe, its only work when i running the script through autoit

Edited by CorePack
Link to comment
Share on other sites

Link to comment
Share on other sites

FileInstall

Remarks:

The source file must be specified using a string literal and can not be a variable, a macro, a calculation nor function call. The file must be able to be found during compiling, however variables, calculations and function calls do not get resolved until the script itself is running, long after compiling, making them unsuitable to define the source file.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...