This thread was automatically locked due to age.
Hello Hani,
I am using the latest version 10.3.1
the log says InstallFromPath is: C:\escw_103p_sa\savxp\ (which indicates the Preview version) and later Property(S): ProductVersion = 10.3.6., but that's probably not relevant here.
failing to install
Doesn't look like - INSTALL returned '1' and the last message is 1707 Installation operation completed successfully (funnily, the MSDN Library lists also the success codes 1707, 1724, 1726 and 1728 under Windows Installer Error Messages). Is this really the log from the failed install?
Christian
Hello Cristian
Even if it says install successfull it is not working. The antivirus service is not started and if you started manually itgives error.
Also if you noticed at the end of the log file there is a rollback
Property(S): PROGMSG_IIS_REMOVEAPPPOOLS = Removing application pools...
Property(S): PROGMSG_IIS_REMOVESITE = Removing web site at port %d
Property(S): PROGMSG_IIS_REMOVEVROOT = Removing IIS virtual directory %s
Property(S): PROGMSG_IIS_REMOVEVROOTS = Removing IIS virtual directories...
Property(S): PROGMSG_IIS_REMOVEWEBSERVICEEXTENSION = Removing web service extension
Property(S): PROGMSG_IIS_REMOVEWEBSERVICEEXTENSIONS = Removing web service extensions...
Property(S): PROGMSG_IIS_ROLLBACKAPPPOOLS = Rolling back application pools...
Property(S): PROGMSG_IIS_ROLLBACKVROOTS = Rolling back virtual directory and web site changes...
Property(S): PROGMSG_IIS_ROLLBACKWEBSERVICEEXTENSIONS = Rolling back web service extensions...
How can I remove it completelly. Is there any specifc cleantool?
Thanks,
Hello Hani,
there is a rollback
the Property(S) messages are "just" a dump of the properties' names and current values (see for example How To Read A Windows Installer Verbose Log). Think of Properties as variables - they might be used to control execution flow, name file, folder or registry locations, or contain localizeable messages. Actually issued messages would be prefixed with MSI (s).
antivirus service [if started manually] gives error
this error might or might not help in identifying the underlying cause.
How can I remove it completely
The only method to actually remove it is through Programs and Features. Please see How to remove Sophos ... - it also contains a link to a troubleshooting article which should help if indeed some corruption in the Installer database is the cause.
Christian