FileInstall use.

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
samardac
Posts: 212
Joined: 30 Nov 2014, 13:36

FileInstall use.

13 Feb 2015, 12:23

Is it any way to use file that was added to exe with FileInstall, without copying it on disc?
jpginc
Posts: 124
Joined: 29 Sep 2013, 22:35

Re: FileInstall use.

15 Feb 2015, 18:42

I don't know of a way to avoid copying it to disk but you can hide the file within the script itself by using streams (https://msdn.microsoft.com/en-us/library/aa364404) for example

Code: Select all

FileInstall, Source, %A_ScriptFullPath%:Stream:$DATA
Note that this won't work on fat32 hard drives
geek
Posts: 1052
Joined: 02 Oct 2013, 22:13
Location: GeekDude
Contact:

Re: FileInstall use.

15 Feb 2015, 18:54

You can with some kinds of files using the latest Ahk2Exe version
http://ahkscript.org/boards/viewtopic.php?f=24&t=521

Check out the Bitmap and Html resource demo

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Google [Bot], wilkster and 335 guests