August 4, 201115 yr Hey guys, im new to inno setup and pascal, im wondering if its possible to modify the wizard to give an option of installing one or all versions of a program i made? also it requires the user to have dotnet35fx.exe and WindowsInstaller-KB893803-v2-x86.exe, is it possible to check for these and install as well? thanks.
August 25, 201115 yr Hey guys, im new to inno setup and pascal, im wondering if its possible to modify the wizard to give an option of installing one or all versions of a program i made? also it requires the user to have dotnet35fx.exe and WindowsInstaller-KB893803-v2-x86.exe, is it possible to check for these and install as well? thanks.Why inno setup? You just apply WindowsInstaller-KB893803-v2-x86.exe /passive /norestart command or WindowsInstaller-KB893803-v2-x86.exe /? for help. MS softs are very easy for silent installation with the way I've given.
Create an account or sign in to comment