Pass pre-requisite check information from Config file in InstallShield
Posted
by
sameer
on Stack Overflow
See other posts from Stack Overflow
or by sameer
Published on 2010-12-24T18:35:15Z
Indexed on
2010/12/25
0:54 UTC
Read the original article
Hit count: 151
windows-installer
|installshield
Hi,
I'm trying to achieve a requirement in Pre-requisites part of my package: The package should be able to check for the presence of a specific Operating System or Microsoft Patch on the target machine and block installation if the specified OS&patch is not found. I want to pass this information from Configuration xml or ini file, so that installer need not to be edited and build again for changes in requirements.
Any ideas on how to achieve this!!
© Stack Overflow or respective owner