Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Installshield uninstall script
Message
De
25/10/1998 10:57:31
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Titre:
Installshield uninstall script
Divers
Thread ID:
00150309
Message ID:
00150309
Vues:
70
Hi,

I had written a customize uninstall script using IS 5.1 build 551.
I use the 'hack' method of allowing individual uninstall of my inidividual install components.

However, I come across this problem, when selecting to install all the components, one 01 components is install, the rest is not install,
no error is return ComponentMoveData() function.

The code is written like

if (bEISinstall) then
EnableComponent(INSTALL) // own function to disable other selected components and only enable the selected components
...
Deinstallstart()

endif;

if (bINVENTinstall) then
then
EnableComponent(INVENT) // own function to disable other selected components and only enable the selected components
...
Deinstallstart()
endif;


Any kind soul facing the same problem before, please advise. Thank a lot.
Best Regards
Virusim
Répondre
Fil
Voir

Click here to load this message in the networking platform