-
can't see OnIISCheckRequirements()
I have just tried this exact thing. I have an Installshield X InstallScript MSI project.
1. when editing script.rul I select "Before Move Data" and there is not even an entry to OnIISCheckRequirements()
2. I made sure to only attach the virtual directory to one of the features, even when this feature is not selected the install still complains that IIS is not on the system. When I click the ignore button I can see from the status that it still trys to perform some of the IIS functions.
3. is there any documentation at all on OnIISCheckRequirements() anywhere? I do find it in the help file but the documentation has no value
TIA
Dan
-
OnIISCheckRequirements()
OnIISCheckRequirements() is a function/event for a pure InstallScript Project and not for a InstallScript MSI Project. Try posting this on the Windows Installer Projects forums.
Check for IIS conditionally
http://community.installshield.com/s...31&postcount=5
-
Installing IIS
Can we install IIS automatically with our Intall Shield setup?
If can please assist me..
I am greatful for any help.
Thank you,
Narayana.
-
Hi,
No we can not install IIS through installshield as IIS is not the redistributable component from Microsoft.
Thanks.
Rakesh,
Software Engineer.
-
You can check IE version in Installshiled using,
SysInfo.szInstalledIEVersion.
Thanks.
Rakesh,
Software Engineer.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules