I have finished my .NET application but I could not figure out how to handle finishing it's setup as it seems a bit complicated to me.
So I was thinking of using InnoSetup, but unfortunately I don't know anything about it.
In brief I want to make a setup for doing these tasks:
- Install .NET Framework 4.0, if not available
- Install Crystal report runtime engine 13 according to your system 32-bit or 64-bit
- Install MSSQL Server Express 2008 (32-bit or 64-bit depending on user's OS) with these settings
- SQL Server instance name: SQLEXPRESS
- Authentication mode: Mixed
- Username: user1
- Password: pass1
- Ask about language selection (Arabic or English) for installing my app (MyApp.exe) and install accordingly the selected version.
- Of course before installing my app there should be one windows about License Agreement
I think this is not very difficult except for SQL server part,
Please guys if anyone can help me and give me Inno code for doing this setup. Thanks