Using DoubleExtractFilename
I am trying to build a PortableApp.
The installer is an online installer.
The download file is an EXE file which has a folder within named $PLUGINSDIR
which has a file named app-64.7z
inside it.
What I want is to be able to extract the contents of app-64.7z
into App\AppName
folder.
Hence I created installer.ini
as following:
- Read more about Using DoubleExtractFilename
- 8 comments
- Log in or register to post comments