Page 1 of 1

PreRequisites - Check, do not install

Posted: Sun May 06, 2012 8:02 am
by ZvikaCastel
Hi,

Our Servers are managed, means we KNOW what's on them, OS, SP, NET version, IIS version, etc'.
but, to be on the safe side, i prefared to check before installing the application, and to display a message about the missing component.
InstallAware have this "Application runtimes" that Check and Install the prereqisite component.

Is there an option just to check ? (and leave the installation to another team)

regards,
Zvika Castel

Re: PreRequisites - Check, do not install

Posted: Mon May 07, 2012 11:12 am
by FrancescoT
Dear Zvika,

Your topic has been moved to Technical support forum.

you can do as you like!

Just add few lines of code to your script to verify what it is required.
As guideline you can use the same way used by any checkruntime script ... but in your case you will termintae the installation if the runtime is required.

Regarding the OS requirement, you can do by your self adding specific code line or using the "Application Requirements" page in the Design View iA Ide.

Regards.

Re: PreRequisites - Check, do not install

Posted: Mon May 07, 2012 11:06 pm
by ZvikaCastel
O.k. got the idea, thanks.

Re: PreRequisites - Check, do not install

Posted: Tue May 08, 2012 6:59 am
by FrancescoT
:D

Re: PreRequisites - Check, do not install

Posted: Wed May 23, 2012 7:07 am
by ZvikaCastel
To Whom It May Concern :wink:

When you add the Prerequisites actions, you get 2 additional scripts into the MsiCode:
The first is for checking thr prereq' and the second is for installing the prereq'.
if you don't want to install the prereq', and just to display a warning, you should REMOVE the second script line from the code flow.
if not, the package of the prereq' will be added to the project output package and increases it's size.

hope this will help.

Re: PreRequisites - Check, do not install

Posted: Wed May 23, 2012 12:21 pm
by FrancescoT
You are correct ... but it was just what I said.
Probably I haven't been clear enough :cry: .

Regards