Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Registry settings  could not  be removed


2 replies to this topic

Bhanu

Bhanu
  • Members
  • 2 posts

Posted 14 September 2001 - 19:05

The registry is modified  though the registry settings are removed  for an ".exe".

Does the Installation writes the " registry " modification details into a  log during installation?
How  to view this log after installation?
How to view the registy tables  of the ".msi" database after the  build.

Thanks in advance for the help.

(Edited by Bhanu at 7:12 pm on Sep. 14, 2001)


jsp

jsp
  • Members
  • 96 posts

Posted 17 September 2001 - 10:46

Hi,
You can create a log file during installation. To do this use the command line "/L*v "LogFile.txt"".
You can add this command line in the setup.ini file or launch your MSI file using a DOS window: "msiexec.exe YourPackage.msi /i /L*v "LogFile.txt"".
If you want to view the registry table included in a MSI file, you have to use ORCA. This soft is distributed in the WindowsInstaller SDK.
Hope this help.