Hi,
windows installer 3.0
You can add Windows Installer 3.0 as a prerequisite by following these steps:
- go to the "Prerequisites" page and select the
Software Prerequisites tab
- click the "New" button and then the "Cancel" button on the "Select a setup file" dialog
- in the "New Prerequisite" dialog configure the "Display" section to the prerequisite information you want to show to the user
- set the "Location" combo to "URL"
- set the "URL" field to the URL on your server which contains the Windows Installer 3.0 installation package
- in the "Integrity Check" section use the "Browse" button to select the Windows Installer 3.0 installation package
- go to the
Install Conditions tab and double-click the existing search
- modify the "File to Find" field to
[SystemFolder]msi.dll
- set the "Minimum version" field to
3
This prerequisite can be installed silently by using the "
/quiet" parameter in the "Command Line" field in the "Properties" tab on the "New Prerequisite" dialog.
Dot net 3.0
Please note that Advanced Installer has a predefined prerequisite for .NET Framework 3.0 which can be added by using the "Add" button. After you add this prerequisite, you need to set a valid URL in the
Properties tab which points to the .NET Framework 3.0 installation package.
This prerequisite can be installed silently by using the "
/q" parameter in the "Command Line" field in the "Properties" tab on the "New Prerequisite" dialog.
SQL express 2005
This prerequisite can be added just like the Windows Installer 3.0 prerequisite, except you configure it for SQL Express 2005. The search in the Install Conditions tab can use this registry entry (the minimum value can be "9"):
Code: Select all
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\MSSQLServer\CurrentVersion\CurrentVersion
Note that we have a
prerequisite tutorial which may help you.
This prerequisite can be installed silently by using the
command line of the SQL Express installation package.
Regards,
Cosmin
FOLLOW US