Uninstall Isuue with .NET Framework
Hi,
I have an application which installs only when .net framework is there in the machine. The application has been developed to install the .net framework if it is not already present in the machine. So far so good.
The problem arises while uninstalling the MSI. It also uninstalls the .net framework which is not required. Could you please provide your feedback regarding how to uinstall the application without uinstalling .net framework. Thanks in advance.
Thanks and Regards,
Nilo.
I have an application which installs only when .net framework is there in the machine. The application has been developed to install the .net framework if it is not already present in the machine. So far so good.
The problem arises while uninstalling the MSI. It also uninstalls the .net framework which is not required. Could you please provide your feedback regarding how to uinstall the application without uinstalling .net framework. Thanks in advance.
Thanks and Regards,
Nilo.
0 Comments
[ + ] Show comments
Answers (6)
Please log in to answer
Posted by:
brenthunter2005
18 years ago
Posted by:
nilo
18 years ago
Hi Mr. B. Hunter,
Let me tell you what we have. There is a setup file which at first checks whether .net framework is installed in a machine or not. If it is not installed , it installs the .net framework at first and then installs the application.
Now the MSI which we have created, checks and installs properly. But if we uninstall the MSI certain .net framework files also gets uninstalled. This causes problems to other .net projects or applications.
So we wanted the .net framework to remain installed while uinstalling the application.
If you could please elaborate on the Custom action, it would be helpful. Thanks in advance.
Thanks and Regards,
Nilo.
Let me tell you what we have. There is a setup file which at first checks whether .net framework is installed in a machine or not. If it is not installed , it installs the .net framework at first and then installs the application.
Now the MSI which we have created, checks and installs properly. But if we uninstall the MSI certain .net framework files also gets uninstalled. This causes problems to other .net projects or applications.
So we wanted the .net framework to remain installed while uinstalling the application.
If you could please elaborate on the Custom action, it would be helpful. Thanks in advance.
Thanks and Regards,
Nilo.
Posted by:
brenthunter2005
18 years ago
Posted by:
nilo
18 years ago
Posted by:
brenthunter2005
18 years ago
Why are you including these .NET files as part of YOUR MSI package, surely they should be/are part of the .NET Framework installation.
If I'm completely off here, can you want these files to stay behind after an uninstallation, you can make the component(s) that contain the files 'permanent'.
(The option in Wise is called 'Leave installed on uninstall' when viewing the properties of the component)
If I'm completely off here, can you want these files to stay behind after an uninstallation, you can make the component(s) that contain the files 'permanent'.
(The option in Wise is called 'Leave installed on uninstall' when viewing the properties of the component)
Posted by:
nilo
18 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.