(prompt ("The existing chunkyimage.class is a newer version.\n\nDo you wish to replace it?"))
(default 0)
(help "A newer revision of the chunkyimage.class is already installed on your system. Selecting Yes to overwrite the existing class may cause incompatibilities with other programs that rely on chunkyimage.class.")
(prompt ("The existing compleximage.class is a newer version.\n\nDo you wish to replace it?"))
(default 0)
(help "A newer revision of the compleximage.class is already installed on your system. Selecting Yes to overwrite the existing class may cause incompatibilities with other programs that rely on compleximage.class.")
(prompt ("The existing gaugeimage.class is a newer version.\n\nDo you wish to replace it?"))
(default 0)
(help "A newer revision of the gaugeimage.class is already installed on your system. Selecting Yes to overwrite the existing class may cause incompatibilities with other programs that rely on gaugeimage.class.")
)
)
(
(set neednew 0)
)
)
)
)
)
)
(if (= neednew 1)
(
(COPYFILES (SOURCE "classes/gaugeimage.class")
(HELP copyfiles-help)
(DEST classdir)
(INFOS)
)
)
)
(set neednew 1)
(if (exists popup (NOREQ))
(
(set existvernum (getversion popup))
(set newvernum (getversion "gadgets/pop.gadget"))
(if (< newvernum existvernum)
(
(if (NOT (askbool
(prompt ("The existing pop.gadget is a newer version.\n\nDo you wish to replace it?"))
(default 0)
(help "A newer revision of the pop.gadget is already installed on your system. Selecting Yes to overwrite the existing gadget may cause incompatibilities with other programs that rely on pop.gadget.")
(prompt ("The existing doloaddt.library is a newer version.\n\nDo you wish to replace it?"))
(default 0)
(help "A newer revision of the doloaddt.library is already installed on your system. Selecting Yes to overwrite the existing gadget may cause incompatibilities with other programs that rely on doloaddt.library.")