I want to create an installer in Inno Setup which extracts the content of pre created Data.rar
archive. I mean it should treat the contents of the rar archive as files and folders of application.
标签:
inno-setup
相关问题
- Inno Setup - Run InstallUtil from .Net 4.5 Locatio
- ISCC - /D compiler-parameter seems to have no effe
- Setting DestDir from Inno Pascal?
- Unpin app from taskbar, startmenu using Inno Setup
- How to restrict user input of the directory edit b
相关文章
- In inno setup how to set the unins000.exe with pro
- Is it possible to create checkbox tree view in Inn
- How to add a region drop-down in Inno Setup?
- Signing installer of my program generated by Inno
- How to check 64/32-bit in Inno setup
- Inno Setup - How to create checkboxes at finished
- Inno Setup - BorderIcons dropdown menu
- Inno Setup - How to display a message after instal
A generic way to use an external extraction utility with Inno Setup:
{tmp}
If you want to present a progress of the decompression, you will have to parse the UnRAR output. For an example (on Arc), see How to add .arc decompression to Inno Setup?
Or use
UnRAR.dll
, similarly asunarc.dll
is used in Inno Setup - How to add cancel button to decompressing page?Note that the
UnRAR.exe
tool is free and can be used for these purposes. An extract from itslicense.txt
: