Jump to content

Choice Between 3 Progs


Recommended Posts

I have for choice 5 programs. This programms is not allowed install together - only one program must be installed. So i want to do choice between this programs, then i choose one program other inaccessible. How can i do this?

Link to comment
Share on other sites


Please study script CONFIG.JS in the folder WPISCRIPTS - WPI version 3.3.5:

Search for cat[pn]=['exclusion test']

Write what you need instead of APP1 excluds APP2 and so on

//one part of the exclusion test ....

prog[pn]=['APP5 excludes APP1, APP2, APP3 and APP4']
uid[pn]=['APP5']
deps[pn]=['MASTER']
excl[pn]=['APP1','APP2','APP3','APP4']
cat[pn]=['EXCLUSION TEST']
pn++

I fit exclusion test for Office programs - Off.XP with FronPage; Off.XP without FP; Off2003; Open office v.2

MASTER for me is OFFICE; APP1 is Off.XP; ....

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...