we are using delete, removedir, deltree functions to delete the files and folders during the uninstallation of our product. so some times these functions are unable to delete the files (mostly .lck files and sparse files), at that time the above functions are giving us just true/false boolean values, but we need the exact error behind the failure. So, is there any function to capture exact error messages?
标签:
inno-setup
0条回答
相关问题
- 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