inno-setup
Convert Hexadecimal encoded utf8 to string inside Innoscript
I h开发者_开发知识库ave some Unicode strings represented in Hexadecimal form and written in an ini file like the following:[详细]
2023-03-14 06:30 分类:问答Select custom components to uninstall on Inno Setup uninstaller
I made installer with Inno Setup. It consist of multiple executables all located in Program Files \"APP\" folder. But for every executable there\'s different subfolder in this \"APP\" folder.[详细]
2023-03-13 23:42 分类:问答How to refresh 'Programs and Features' control panel applet after Inno Setup uninstall?
I have a fairly complex Inno Setup installer that installs two applications that appear in the windows \'programs and features\' control panel display.[详细]
2023-03-13 11:50 分类:问答Inno Setup: How to get current user directory when running installer as admin?
I need t开发者_JAVA技巧o write a ini file to the current user\'s directory in Windows 7 (C:\\Users\\CurUser). CurUser is not an admin. My installer requires admin privileges. So my setup looks like th[详细]
2023-03-13 08:08 分类:问答Installers: WIX or Inno Setup? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. 开发者_如何学Go Want to improve this question? Update the question so it can be answered with facts and citation[详细]
2023-03-11 01:43 分类:问答Inno Setup TInputDirWizardPage to not allow UNC path
I have a TInputDirWizardPage to allow the user to pick a backup directory. It automatically allows and error checks the entered paths including UNC paths. The backup directory cannot be a UNC path. Ho[详细]
2023-03-10 09:52 分类:问答Jumping to a topic in a CHM help file without opening another window
I\'m including a cut-down CHM help with an installer and I want the help button on each page of the installer wizard to call up a different help page.If I open the help window from one installer wizar[详细]
2023-03-10 08:42 分类:问答Add installation type, maintain the predefined ones
I\'d like to add an own installation type into an Inno setup project, while keeping the original ones (Full, Compact and Custom). The problem is, when I create the [Types] section, these installation[详细]
2023-03-09 12:25 分类:问答how to reset file attributes with FileCopy()
I useFilecopy() function to copy filesfrom CDROM media, it seems that READONLY attribute is copied and it causes problem with reinstall.[详细]
2023-03-08 11:20 分类:问答Get filename from full path in Pascal
I\'m wondering how to get a file name from full path in Pascal. In .NET, we have two functions - Path.GetFileName and String.IndexOf, both of them allow to accomplish the task.开发者_如何学JAVA[详细]
2023-03-07 17:43 分类:问答