sa_ro
Posts: 8
Joined: Fri May 12, 2006 10:35 am

Force IIS Installation

Hello,

for our application IIS is required. It's no problem to check wether IIS is installed on the system. But if IIS is not installed, how can I force to start IIS installation from my installation?

Thx,
Robin Saberi
dotVision e.K.
gigi
Posts: 2103
Joined: Tue Apr 11, 2006 9:55 am
Contact: Website

Hi,

You can invoke the "Add/Remove Programs: Windows Setup / Windows Components" wizard to start by executing following command line:

Code: Select all

RunDll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,2
Use this as "Exe With Working Dir" custom action conditioned by the result of the IIS detection.

Regards,
Gigi
__________________
Gheorghe Rada
Advanced Installer Team
http://www.advancedinstaller.com

Return to “Common Problems”