Shared Components and silent installation
Hi
I have two questions
1.)Components marked SHARED by an installer have registry entries left behind in the windows registry when a product is uninstalled. Is there a way to force the deletion of these components on uninstall?
2.)We have a customer that wants to run a silent install of our msi. However, they want an exit code broadcast once the installer is finished installing successfully or if it fails. Is there a way to do this other than by using the log file?
Pls help me to resolve this problems
Thanks
I have two questions
1.)Components marked SHARED by an installer have registry entries left behind in the windows registry when a product is uninstalled. Is there a way to force the deletion of these components on uninstall?
2.)We have a customer that wants to run a silent install of our msi. However, they want an exit code broadcast once the installer is finished installing successfully or if it fails. Is there a way to do this other than by using the log file?
Pls help me to resolve this problems
Thanks
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
AngelD
16 years ago
1.)
What kind of resources does the "shared" component hold?
Depending on the component content you could always add the registry entries to its own component(s) or the resources that should be left behind to its own component.
2.)
The msiexec process always return an exit code during install/repair/uninstall so more important; how is the package installed by the customer?
What kind of resources does the "shared" component hold?
Depending on the component content you could always add the registry entries to its own component(s) or the resources that should be left behind to its own component.
2.)
The msiexec process always return an exit code during install/repair/uninstall so more important; how is the package installed by the customer?
Posted by:
roopesha2
16 years ago
1)The resorces in components are Dll files and OCX files and these components shared they are removing after uninstallation but registry entries are not removing.
2)package will be installed by us only but they want an exit code broadcast once it finished successfull or it fails.How i will incorporate this in to my msi.because it is silent installation if it intslls successfully i guess it wont shows broadcast for successfull installation.
2)package will be installed by us only but they want an exit code broadcast once it finished successfull or it fails.How i will incorporate this in to my msi.because it is silent installation if it intslls successfully i guess it wont shows broadcast for successfull installation.
Posted by:
AngelD
16 years ago
1)
Is the COM-/ActiveX component registration advertised (Class, ProgId & TypeLib table entries) or just written through the Registry table?
Where is the (left-behind) registry entries located (HKCR, HKLM or HKCU)?
Do you install per-machine or per-machine (ALLUSERS property)?
2)
I really need to know how you are installing the application; manually (double-click the MSI, through command line...), SMS, Altiris, AD/GPO?
Please define broadcast?
Is the COM-/ActiveX component registration advertised (Class, ProgId & TypeLib table entries) or just written through the Registry table?
Where is the (left-behind) registry entries located (HKCR, HKLM or HKCU)?
Do you install per-machine or per-machine (ALLUSERS property)?
2)
I really need to know how you are installing the application; manually (double-click the MSI, through command line...), SMS, Altiris, AD/GPO?
Please define broadcast?
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.