Change the default name of an Inno Setup uninstaller to avoid naming conflicts
问题 I need to install a couple of installers in the same directory so it conflicts with the Inno Setup uninstaller name unins000.exe and unins000.dat Is there a way to change the default name of an Inno Setup uninstaller? 回答1: This is similar to Elektrostudios' answer, and is what worked for me: Filename: {cmd}; Parameters: "/C Mkdir ""{app}\Uninstallers\{#MyAppName}"""; Flags: RunHidden WaitUntilTerminated Filename: {cmd}; Parameters: "/C Move ""{app}\unins000.exe"" ""{app}\Uninstallers\{