Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Installshield uninstall script
Message
From
25/10/1998 10:57:31
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Installshield uninstall script
Miscellaneous
Thread ID:
00150309
Message ID:
00150309
Views:
71
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
Reply
Map
View

Click here to load this message in the networking platform