• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Is it safe to delete InstallShield Installation Information?

It depends. YOu need to investigate and see what's there. if the folder is in your Local Settings/Temp Folder, chances are it might be archived MSIs (widnows installers).

You can delete them without any serious consequences......but the reason that they're there (if that's indeed what you're referring to) is most likely to aid you, the user. IE, when I create install packages, I set a flag to copy the entire MSI over to the temp folder and leave it. Thus, the next time a user runs remove, or repair they're not prompted for the cd in most cases.

You can also look at the .log files that are in there. In those log files there'll be an entry called product code (it's a GUID). You can do a registry -search for that product code and see if it even matters.

If it's another folder, then all the above is fluff anyway.
 
Back
Top