This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Problen related to Regedit. Please Reply
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Jan 19, 2011
08:35 AM
Problen related to Regedit. Please Reply
Hi
I have some problems in uninstalling my product. When i uninstall one of the component , entry in the regedit doent get removed as well as related folder from program files .
To solve this i use the Registry table and RemoveRegistry table . This has solved the service related problem but folders are still there . Also service in services.msi is present and get removed only when system is restarted.
Please tell me how to remove the folders . This is happening only with the components in which services doesnt get removed.
If anyone can help me please reply.
Thanx
I have some problems in uninstalling my product. When i uninstall one of the component , entry in the regedit doent get removed as well as related folder from program files .
To solve this i use the Registry table and RemoveRegistry table . This has solved the service related problem but folders are still there . Also service in services.msi is present and get removed only when system is restarted.
Please tell me how to remove the folders . This is happening only with the components in which services doesnt get removed.
If anyone can help me please reply.
Thanx
(2) Replies
‎Jan 19, 2011
09:46 AM
You need to populate the RemoveFile table. You need two entries for each folder that remains behind after installation. One for all the folder's content with *.* wildcard and one for the folder itself.
For exact info on the exact values you fill in this table: search for "RemoveFile table" in the InstallShield 2010 help file.
Hope this helps
For exact info on the exact values you fill in this table: search for "RemoveFile table" in the InstallShield 2010 help file.
Hope this helps
‎Jan 20, 2011
02:46 AM
Thanx for your reply .
But When i remove key from registry using Registry and RemoveRegistry table , after that i dont want to restart my system(I can't restart my system as it is a server) . In that case what should i do.
One more thing this problem is coming on some specific systems.
But When i remove key from registry using Registry and RemoveRegistry table , after that i dont want to restart my system(I can't restart my system as it is a server) . In that case what should i do.
One more thing this problem is coming on some specific systems.