CorePack Posted January 4, 2020 Share Posted January 4, 2020 (edited) 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 January 4, 2020 by CorePack Link to comment Share on other sites More sharing options...
Nine Posted January 4, 2020 Share Posted January 4, 2020 (edited) Confirming, it is not working if compiled...I believe you can call it a bug. See Subz post below... Edited January 4, 2020 by Nine “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
Subz Posted January 4, 2020 Share Posted January 4, 2020 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. CorePack 1 Link to comment Share on other sites More sharing options...
Nine Posted January 4, 2020 Share Posted January 4, 2020 (edited) nvm, gotcha. Edited January 4, 2020 by Nine “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
Subz Posted January 4, 2020 Share Posted January 4, 2020 The source file must be specified using a string literal and can not be a variable, a macro, a calculation nor function call. ...function calls do not get resolved until the script itself is running, long after compiling, making them unsuitable to define the source file. CorePack 1 Link to comment Share on other sites More sharing options...
CorePack Posted January 4, 2020 Author Share Posted January 4, 2020 thanks got you all . Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now