Josh Posted yesterday at 10:40 PM Posted yesterday at 10:40 PM If you are making a standalone installer, you want to include the VC redistributable, on the off chance the user does not have this already: https://aka.ms/vs/17/release/vc_redist.x64.exe Inno Setup is an easy way to do this. Here is the last section in the Leadwerks client installer. The quiet and norestart options are important. [Run] Filename: "{app}\VC_redist.x64.exe"; Parameters: "/q /norestart" Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent 1 Quote My job is to make tools you love, with the features you want, and performance you can't live without.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.