F-Secure 11.61 installiert nicht richtig

Antworten
H4wkBeast
Beiträge: 2
Registriert: 10 Jun 2015, 16:55

F-Secure 11.61 installiert nicht richtig

Beitrag von H4wkBeast »

Hallo zusammen,

vorweg schon einmal vielen Dank an jeden der sich den Beitrag durchliest oder mir gegebenenfalls helfen kann!
Wie der Titel schon verrät installiert OPSI die aktuelle F-Secure Version (11.61) nicht ordnungsgemäß. Das von mir überarbeitete Deinstallationsskript funktioniert einwandfrei aber sobald der Installer versucht die MSI Datei auszulesen bricht er direkt ab und beendet seinen Dienst.
Im OPSI Log ist kein Fehler ausgegeben und OPSI denkt es war erfolgreich.

Auf dem Zielsystem hat der Installer nur die üblichen Registrierungseinträge erstellt, mehr nicht.

Die OPSI Version ist 4.0.5.15.
Habe schon viel versucht aber bin leider kein Profi und möchte nur gerne das Problem lösen. Falls man noch weitere Informationen braucht, reiche ich diese schnellstmöglich nach. Im Folgenden hänge ich einmal die "setup.ins" an. Falls dort Abweichungen vom üblichen Vorgehen zu finden sind, muss ich anmerken, dass ich die Skripte nicht selber erstellt bzw. angepasst habe. Den Stand habe ich von einem Kollegen übernommen und versuche aktuell den Fehler zu finden.

Interessant ist hier vielleicht auch, dass die vorige Version (11.00) mit dem gleichen Skript funktioniert. Habe für die neu Version lediglich mit dem Switch "/q" herumgespielt. Ganz ursprünglich stand dort "/qb-!". Es ist im Angesicht der Tatsache natürlich möglich, dass der MSI Installer anders funktioniert als der vorige

Code: Alles auswählen

[Actions]
requiredWinstVersion >= "4.11"
setLogLevel = 6
TraceMode = off

DefVar $NTVersion$
DefVar $SystemType$
DefVar $ProductName$
DefVar $ProductPicture$
DefVar $ExitCode$
DefVar $Executable32$
DefVar $Executable64$

set $NTVersion$ = GetNTVersion
Set $SystemType$ = GetSystemType
Set $ProductName$ = "F-Secure Client Security"
Set $ProductPicture$ = "logo.png"
Set $Executable32$ = "fsecureclient.msi"
Set $Executable64$ = "fsecureclient.msi"

;$ProductPicture$ und $ProductName$ anzeigen
ShowBitmap /3 "%scriptpath%\" + $ProductPicture$ $ProductName$
 
;Anzeigen der Installationsbenachrichtigung incl. des vollen Produktnamens
Message "Installiere "+$ProductName$
 
;Freien Speicherplatz ermitteln
if not (HasMinimumSpace ("%SYSTEMDRIVE%", "1 GB"))
     LogError "Nicht genügend Platz auf %SYSTEMDRIVE%"
     isFatalError
endif

;Alte Version deinstallieren
sub "%ScriptPath%\subuninstall.ins"

;Anzeigen der Installationsbenachrichtigung incl. des vollen Produktnamens
Message "Installiere "+$ProductName$

;OS-Version ermitteln
if ( $NTVersion$ = "Win2K" OR $NTVersion$ = "WinXP" OR $NTVersion$ = "Win NT 5.2" OR $NTVersion$ = "Windows Vista" )
	if $SystemType$ = "x86 System"
		Winbatch_Install_x86
		ExitWindows /RebootWanted
		sub "%ScriptDrive%\install\check_exitcode\check_msi-exitcode.ins"
    endif
    if $SystemType$ = "64 Bit System"
		Winbatch_Install_x64
		ExitWindows /RebootWanted
		sub "%ScriptDrive%\install\check_exitcode\check_msi-exitcode.ins"
    endif
else
	LogError "Kein kompatibles Betriebssystem installiert"
	isFatalError
endif
 
[Winbatch_Install_x86]
msiexec /i "%SCRIPTPATH%\$Executable32$" /qb ALLUSERS=1 REBOOT=ReallySuppress
 
[Winbatch_Install_x64]
msiexec /i "%SCRIPTPATH%\$Executable64$" /qb ALLUSERS=1 REBOOT=ReallySuppress
Vielen Dank und beste Grüße!
S. Bauer
holgerv
Beiträge: 288
Registriert: 20 Aug 2012, 09:35

Re: F-Secure 11.61 installiert nicht richtig

Beitrag von holgerv »

H4wkBeast hat geschrieben:

Code: Alles auswählen

[...]
[Winbatch_Install_x86]
msiexec /i "%SCRIPTPATH%\$Executable32$" /qb ALLUSERS=1 REBOOT=ReallySuppress
 
[Winbatch_Install_x64]
msiexec /i "%SCRIPTPATH%\$Executable64$" /qb ALLUSERS=1 REBOOT=ReallySuppress
Hilfreich wäre auf jeden Fall, zusätzlich den Parameter "/log" zu verwenden, also z. B.:

msiexec /i "%SCRIPTPATH%\$Executable32$" /qb ALLUSERS=1 REBOOT=ReallySuppress /log "%Systemdrive%\tmp\$ProductId$_install.log"

... und dann natürlich in die Log-Datei zu schauen bzw. den Inhalt hier zu posten.
H4wkBeast
Beiträge: 2
Registriert: 10 Jun 2015, 16:55

Re: F-Secure 11.61 installiert nicht richtig

Beitrag von H4wkBeast »

Hallo,

vielen Dank für die Antwort, im Folgenden das gewünschte Log, einmal als L+ Variante mit allen möglichen Inputs und einmal als "Basis" Version:

Code: Alles auswählen

=== Verbose logging started: 15.06.2015  14:54:29  Build type: SHIP UNICODE 5.00.7601.00  Calling process: C:\Windows\SysWOW64\msiexec.exe ===
MSI (c) (94:E0) [14:54:29:108]: Font created.  Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg

MSI (c) (94:E0) [14:54:29:109]: Font created.  Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg

MSI (c) (94:A0) [14:54:29:156]: Resetting cached policy values
MSI (c) (94:A0) [14:54:29:156]: Machine policy value 'Debug' is 0
MSI (c) (94:A0) [14:54:29:156]: ******* RunEngine:
           ******* Product: p:\fsecure.antivirus\fsecureclient.msi
           ******* Action: 
           ******* CommandLine: **********
MSI (c) (94:A0) [14:54:29:157]: Client-side and UI is none or basic: Running entire install on the server.
MSI (c) (94:A0) [14:54:29:158]: Grabbed execution mutex.
MSI (c) (94:A0) [14:54:29:475]: Cloaking enabled.
MSI (c) (94:A0) [14:54:29:475]: Attempting to enable all disabled privileges before calling Install on Server
MSI (c) (94:A0) [14:54:29:490]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (CC:C4) [14:54:29:534]: Running installation inside multi-package transaction p:\fsecure.antivirus\fsecureclient.msi
MSI (s) (CC:C4) [14:54:29:534]: Grabbed execution mutex.
MSI (s) (CC:D8) [14:54:29:539]: Resetting cached policy values
MSI (s) (CC:D8) [14:54:29:539]: Machine policy value 'Debug' is 0
MSI (s) (CC:D8) [14:54:29:539]: ******* RunEngine:
           ******* Product: p:\fsecure.antivirus\fsecureclient.msi
           ******* Action: 
           ******* CommandLine: **********
MSI (s) (CC:D8) [14:54:29:585]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (CC:D8) [14:54:29:595]: Machine policy value 'DisableUserInstalls' is 0
MSI (s) (CC:D8) [14:54:29:655]: Machine policy value 'LimitSystemRestoreCheckpointing' is 0
MSI (s) (CC:D8) [14:54:29:655]: SRSetRestorePoint skipped for this transaction.
MSI (s) (CC:D8) [14:54:29:655]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
MSI (s) (CC:D8) [14:54:29:666]: End dialog not enabled
MSI (s) (CC:D8) [14:54:29:666]: Original package ==> p:\fsecure.antivirus\fsecureclient.msi
MSI (s) (CC:D8) [14:54:29:666]: Package we're running from ==> C:\Windows\Installer\14952.msi
MSI (s) (CC:D8) [14:54:29:668]: APPCOMPAT: Uninstall Flags override found.
MSI (s) (CC:D8) [14:54:29:668]: APPCOMPAT: Uninstall VersionNT override found.
MSI (s) (CC:D8) [14:54:29:668]: APPCOMPAT: Uninstall ServicePackLevel override found.
MSI (s) (CC:D8) [14:54:29:679]: APPCOMPAT: looking for appcompat database entry with ProductCode '{93B20102-D019-4669-82E2-9BB9F58C74AC}'.
MSI (s) (CC:D8) [14:54:29:680]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (CC:D8) [14:54:29:742]: MSCOREE not loaded loading copy from system32
MSI (s) (CC:D8) [14:54:29:801]: Machine policy value 'DisablePatch' is 0
MSI (s) (CC:D8) [14:54:29:801]: Machine policy value 'AllowLockdownPatch' is 0
MSI (s) (CC:D8) [14:54:29:801]: Machine policy value 'DisableLUAPatching' is 0
MSI (s) (CC:D8) [14:54:29:801]: Machine policy value 'DisableFlyWeightPatching' is 0
MSI (s) (CC:D8) [14:54:29:807]: APPCOMPAT: looking for appcompat database entry with ProductCode '{93B20102-D019-4669-82E2-9BB9F58C74AC}'.
MSI (s) (CC:D8) [14:54:29:807]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (CC:D8) [14:54:29:807]: Transforms are not secure.
MSI (s) (CC:D8) [14:54:29:808]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'C:\tmp\F-Secure Client Security_install.log'.
MSI (s) (CC:D8) [14:54:29:809]: Command Line: ALLUSERS=2 REBOOT=ReallySuppress CURRENTDIRECTORY=C:\Windows\system32 CLIENTUILEVEL=2 CLIENTPROCESSID=2452 
MSI (s) (CC:D8) [14:54:29:809]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{8E831FFB-8F2D-4602-A09F-50D69C03A576}'.
MSI (s) (CC:D8) [14:54:29:809]: Product Code passed to Engine.Initialize:           '{93B20102-D019-4669-82E2-9BB9F58C74AC}'
MSI (s) (CC:D8) [14:54:29:809]: Product Code from property table before transforms: '{93B20102-D019-4669-82E2-9BB9F58C74AC}'
MSI (s) (CC:D8) [14:54:29:809]: Product Code from property table after transforms:  '{93B20102-D019-4669-82E2-9BB9F58C74AC}'
MSI (s) (CC:D8) [14:54:29:809]: Product registered: entering maintenance mode
MSI (s) (CC:D8) [14:54:29:809]: Determined that existing product (either this product or the product being upgraded with a patch) is installed per-machine.
MSI (s) (CC:D8) [14:54:29:809]: PROPERTY CHANGE: Modifying ALLUSERS property. Its current value is '1'. Its new value: '2'.
MSI (s) (CC:D8) [14:54:29:809]: PROPERTY CHANGE: Modifying ALLUSERS property. Its current value is '2'. Its new value: '1'.
MSI (s) (CC:D8) [14:54:29:810]: Product {93B20102-D019-4669-82E2-9BB9F58C74AC} is admin assigned: LocalSystem owns the publish key.
MSI (s) (CC:D8) [14:54:29:810]: Product {93B20102-D019-4669-82E2-9BB9F58C74AC} is managed.
MSI (s) (CC:D8) [14:54:29:810]: MSI_LUA: Credential prompt not required, user is an admin
MSI (s) (CC:D8) [14:54:29:810]: PROPERTY CHANGE: Adding ProductState property. Its value is '5'.
MSI (s) (CC:D8) [14:54:29:811]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'.
MSI (s) (CC:D8) [14:54:29:820]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer 3: 2 
MSI (s) (CC:D8) [14:54:29:876]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (s) (CC:D8) [14:54:29:876]: Specifed source is already in a list.
MSI (s) (CC:D8) [14:54:29:876]: User policy value 'SearchOrder' is 'nmu'
MSI (s) (CC:D8) [14:54:29:877]: Machine policy value 'DisableBrowse' is 0
MSI (s) (CC:D8) [14:54:29:877]: Machine policy value 'AllowLockdownBrowse' is 0
MSI (s) (CC:D8) [14:54:29:877]: Adding new sources is allowed.
MSI (s) (CC:D8) [14:54:29:877]: Package name retrieved from configuration data: 'fsecureclient.msi'
MSI (s) (CC:D8) [14:54:29:880]: Note: 1: 2262 2: AdminProperties 3: -2147287038 
MSI (s) (CC:D8) [14:54:29:880]: Machine policy value 'DisableMsi' is 0
MSI (s) (CC:D8) [14:54:29:880]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (CC:D8) [14:54:29:880]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (CC:D8) [14:54:29:880]: Product {93B20102-D019-4669-82E2-9BB9F58C74AC} is admin assigned: LocalSystem owns the publish key.
MSI (s) (CC:D8) [14:54:29:880]: Product {93B20102-D019-4669-82E2-9BB9F58C74AC} is managed.
MSI (s) (CC:D8) [14:54:29:880]: Running product '{93B20102-D019-4669-82E2-9BB9F58C74AC}' with elevated privileges: Product is assigned.
MSI (s) (CC:D8) [14:54:29:880]: PROPERTY CHANGE: Modifying ALLUSERS property. Its current value is '1'. Its new value: '2'.
MSI (s) (CC:D8) [14:54:29:880]: PROPERTY CHANGE: Adding REBOOT property. Its value is 'ReallySuppress'.
MSI (s) (CC:D8) [14:54:29:880]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Windows\system32'.
MSI (s) (CC:D8) [14:54:29:880]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '2'.
MSI (s) (CC:D8) [14:54:29:880]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '2452'.
MSI (s) (CC:D8) [14:54:29:881]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0
MSI (s) (CC:D8) [14:54:29:915]: PROPERTY CHANGE: Adding MsiRestartManagerSessionKey property. Its value is 'c200bf32e242324dbacb9241376ecbac'.
MSI (s) (CC:D8) [14:54:29:915]: RESTART MANAGER: Session opened.
MSI (s) (CC:D8) [14:54:29:915]: PROPERTY CHANGE: Modifying ALLUSERS property. Its current value is '2'. Its new value: '1'.
MSI (s) (CC:D8) [14:54:29:915]: TRANSFORMS property is now: 
MSI (s) (CC:D8) [14:54:29:915]: PROPERTY CHANGE: Adding PRODUCTLANGUAGE property. Its value is '1033'.
MSI (s) (CC:D8) [14:54:29:915]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '300'.
MSI (s) (CC:D8) [14:54:29:918]: SHELL32::SHGetFolderPath returned: C:\Windows\config\systemprofile\AppData\Roaming
MSI (s) (CC:D8) [14:54:29:919]: SHELL32::SHGetFolderPath returned: C:\Windows\config\systemprofile\Favorites
MSI (s) (CC:D8) [14:54:29:921]: SHELL32::SHGetFolderPath returned: C:\Windows\config\systemprofile\AppData\Roaming\Microsoft\Windows\Network Shortcuts
MSI (s) (CC:D8) [14:54:29:922]: SHELL32::SHGetFolderPath returned: C:\Windows\config\systemprofile\Documents
MSI (s) (CC:D8) [14:54:29:923]: SHELL32::SHGetFolderPath returned: C:\Windows\config\systemprofile\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
MSI (s) (CC:D8) [14:54:29:924]: SHELL32::SHGetFolderPath returned: C:\Windows\config\systemprofile\AppData\Roaming\Microsoft\Windows\Recent
MSI (s) (CC:D8) [14:54:29:925]: SHELL32::SHGetFolderPath returned: C:\Windows\config\systemprofile\AppData\Roaming\Microsoft\Windows\SendTo
MSI (s) (CC:D8) [14:54:29:926]: SHELL32::SHGetFolderPath returned: C:\Windows\config\systemprofile\AppData\Roaming\Microsoft\Windows\Templates
MSI (s) (CC:D8) [14:54:29:927]: SHELL32::SHGetFolderPath returned: C:\ProgramData
MSI (s) (CC:D8) [14:54:29:928]: SHELL32::SHGetFolderPath returned: C:\Windows\config\systemprofile\AppData\Local
MSI (s) (CC:D8) [14:54:29:929]: SHELL32::SHGetFolderPath returned: C:\Windows\config\systemprofile\Pictures
MSI (s) (CC:D8) [14:54:29:931]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
MSI (s) (CC:D8) [14:54:29:932]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
MSI (s) (CC:D8) [14:54:29:933]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
MSI (s) (CC:D8) [14:54:29:934]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu
MSI (s) (CC:D8) [14:54:29:935]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop
MSI (s) (CC:D8) [14:54:29:938]: SHELL32::SHGetFolderPath returned: C:\Windows\config\systemprofile\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
MSI (s) (CC:D8) [14:54:29:939]: SHELL32::SHGetFolderPath returned: C:\Windows\config\systemprofile\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
MSI (s) (CC:D8) [14:54:29:940]: SHELL32::SHGetFolderPath returned: C:\Windows\config\systemprofile\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
MSI (s) (CC:D8) [14:54:29:941]: SHELL32::SHGetFolderPath returned: C:\Windows\config\systemprofile\AppData\Roaming\Microsoft\Windows\Start Menu
MSI (s) (CC:D8) [14:54:29:943]: SHELL32::SHGetFolderPath returned: C:\Windows\config\systemprofile\Desktop
MSI (s) (CC:D8) [14:54:29:944]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates
MSI (s) (CC:D8) [14:54:29:944]: SHELL32::SHGetFolderPath returned: C:\Windows\Fonts
MSI (s) (CC:D8) [14:54:29:950]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16 
MSI (s) (CC:D8) [14:54:29:956]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated.
MSI (s) (CC:D8) [14:54:29:956]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'.
MSI (s) (CC:D8) [14:54:29:956]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
MSI (s) (CC:D8) [14:54:29:956]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'root'.
MSI (s) (CC:D8) [14:54:29:956]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 
MSI (s) (CC:D8) [14:54:29:957]: PROPERTY CHANGE: Adding Installed property. Its value is '00:00:00'.
MSI (s) (CC:D8) [14:54:29:957]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\Windows\Installer\14952.msi'.
MSI (s) (CC:D8) [14:54:29:957]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'p:\fsecure.antivirus\fsecureclient.msi'.
MSI (s) (CC:D8) [14:54:29:957]: Machine policy value 'MsiDisableEmbeddedUI' is 0
MSI (s) (CC:D8) [14:54:29:963]: Note: 1: 2205 2:  3: PatchPackage 
MSI (s) (CC:D8) [14:54:29:964]: Machine policy value 'DisableRollback' is 0
MSI (s) (CC:D8) [14:54:29:964]: User policy value 'DisableRollback' is 0
MSI (s) (CC:D8) [14:54:29:964]: PROPERTY CHANGE: Adding UILevel property. Its value is '3'.
MSI (s) (CC:D8) [14:54:29:964]: PROPERTY CHANGE: Adding MsiUIHideCancel property. Its value is '1'.
=== Logging started: 15.06.2015  14:54:29 ===
MSI (s) (CC:D8) [14:54:29:967]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
MSI (s) (CC:D8) [14:54:29:967]: Doing action: INSTALL
Action start 14:54:29: INSTALL.
MSI (s) (CC:D8) [14:54:29:973]: Running ExecuteSequence
MSI (s) (CC:D8) [14:54:29:975]: Doing action: FindRelatedProducts
MSI (s) (CC:D8) [14:54:29:976]: Skipping FindRelatedProducts action: not run in maintenance mode
Action start 14:54:29: FindRelatedProducts.
MSI (s) (CC:D8) [14:54:29:977]: Doing action: ValidateProductID
Action ended 14:54:29: FindRelatedProducts. Return value 0.
Action start 14:54:29: ValidateProductID.
MSI (s) (CC:D8) [14:54:29:978]: Doing action: CostInitialize
Action ended 14:54:29: ValidateProductID. Return value 1.
MSI (s) (CC:D8) [14:54:29:980]: Machine policy value 'MaxPatchCacheSize' is 10
MSI (s) (CC:D8) [14:54:29:984]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'.
MSI (s) (CC:D8) [14:54:29:984]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
MSI (s) (CC:D8) [14:54:29:988]: Note: 1: 2205 2:  3: Patch 
MSI (s) (CC:D8) [14:54:29:988]: Note: 1: 2205 2:  3: PatchPackage 
MSI (s) (CC:D8) [14:54:29:988]: Note: 1: 2205 2:  3: MsiPatchHeaders 
MSI (s) (CC:D8) [14:54:29:988]: Note: 1: 2205 2:  3: __MsiPatchFileList 
MSI (s) (CC:D8) [14:54:29:989]: Note: 1: 2205 2:  3: PatchPackage 
MSI (s) (CC:D8) [14:54:29:989]: Note: 1: 2228 2:  3: PatchPackage 4: SELECT `DiskId`, `PatchId`, `LastSequence` FROM `Media`, `PatchPackage` WHERE `Media`.`DiskId`=`PatchPackage`.`Media_` ORDER BY `DiskId`  
MSI (s) (CC:D8) [14:54:29:989]: Note: 1: 2205 2:  3: Patch 
Action start 14:54:29: CostInitialize.
MSI (s) (CC:D8) [14:54:29:989]: Doing action: FileCost
Action ended 14:54:29: CostInitialize. Return value 1.
MSI (s) (CC:D8) [14:54:29:992]: Note: 1: 2205 2:  3: MsiAssembly 
MSI (s) (CC:D8) [14:54:29:993]: Note: 1: 2205 2:  3: Registry 
MSI (s) (CC:D8) [14:54:29:993]: Note: 1: 2205 2:  3: Registry 
MSI (s) (CC:D8) [14:54:29:993]: Note: 1: 2205 2:  3: Class 
MSI (s) (CC:D8) [14:54:29:993]: Note: 1: 2205 2:  3: Extension 
MSI (s) (CC:D8) [14:54:29:993]: Note: 1: 2205 2:  3: TypeLib 
Action start 14:54:29: FileCost.
MSI (s) (CC:D8) [14:54:29:994]: Doing action: CostFinalize
Action ended 14:54:29: FileCost. Return value 1.
MSI (s) (CC:D8) [14:54:29:995]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
MSI (s) (CC:D8) [14:54:29:995]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
MSI (s) (CC:D8) [14:54:29:995]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
MSI (s) (CC:D8) [14:54:29:995]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
MSI (s) (CC:D8) [14:54:29:995]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
MSI (s) (CC:D8) [14:54:29:996]: Note: 1: 2205 2:  3: MsiAssembly 
MSI (s) (CC:D8) [14:54:29:996]: Note: 1: 2228 2:  3: MsiAssembly 4:  SELECT `MsiAssembly`.`Attributes`, `MsiAssembly`.`File_Application`, `MsiAssembly`.`File_Manifest`,  `Component`.`KeyPath` FROM `MsiAssembly`, `Component` WHERE  `MsiAssembly`.`Component_` = `Component`.`Component` AND `MsiAssembly`.`Component_` = ? 
MSI (s) (CC:D8) [14:54:29:996]: PROPERTY CHANGE: Adding INSTDIR property. Its value is 'C:\ProgramData\F-Secure\FSMSI'.
MSI (s) (CC:D8) [14:54:29:996]: Note: 1: 2205 2:  3: Patch 
MSI (s) (CC:D8) [14:54:29:996]: Note: 1: 2205 2:  3: Condition 
MSI (s) (CC:D8) [14:54:29:996]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\'.
MSI (s) (CC:D8) [14:54:29:997]: PROPERTY CHANGE: Adding FSDIR property. Its value is 'C:\ProgramData\F-Secure\'.
MSI (s) (CC:D8) [14:54:29:997]: PROPERTY CHANGE: Modifying INSTDIR property. Its current value is 'C:\ProgramData\F-Secure\FSMSI'. Its new value: 'C:\ProgramData\F-Secure\FSMSI\'.
MSI (s) (CC:D8) [14:54:29:997]: Target path resolution complete. Dumping Directory table...
MSI (s) (CC:D8) [14:54:29:997]: Note: target paths subject to change (via custom actions or browsing)
MSI (s) (CC:D8) [14:54:29:997]: Dir (target): Key: TARGETDIR	, Object: C:\
MSI (s) (CC:D8) [14:54:29:997]: Dir (target): Key: CommonAppDataFolder	, Object: C:\ProgramData\
MSI (s) (CC:D8) [14:54:29:997]: Dir (target): Key: FSDIR	, Object: C:\ProgramData\F-Secure\
MSI (s) (CC:D8) [14:54:29:997]: Dir (target): Key: INSTDIR	, Object: C:\ProgramData\F-Secure\FSMSI\
Action start 14:54:29: CostFinalize.
MSI (s) (CC:D8) [14:54:29:999]: Doing action: InstallValidate
Action ended 14:54:29: CostFinalize. Return value 1.
MSI (s) (CC:D8) [14:54:29:999]: PROPERTY CHANGE: Deleting MsiRestartManagerSessionKey property. Its current value is 'c200bf32e242324dbacb9241376ecbac'.
MSI (s) (CC:D8) [14:54:30:000]: Feature: Top; Installed: Local;   Request: Null;   Action: Null
MSI (s) (CC:D8) [14:54:30:000]: Feature: All; Installed: Local;   Request: Null;   Action: Null
MSI (s) (CC:D8) [14:54:30:000]: Component: Top; Installed: Local;   Request: Null;   Action: Null
MSI (s) (CC:D8) [14:54:30:000]: Note: 1: 2205 2:  3: Registry 
MSI (s) (CC:D8) [14:54:30:000]: Note: 1: 2205 2:  3: BindImage 
MSI (s) (CC:D8) [14:54:30:000]: Note: 1: 2205 2:  3: ProgId 
MSI (s) (CC:D8) [14:54:30:000]: Note: 1: 2205 2:  3: PublishComponent 
MSI (s) (CC:D8) [14:54:30:000]: Note: 1: 2205 2:  3: SelfReg 
MSI (s) (CC:D8) [14:54:30:000]: Note: 1: 2205 2:  3: Extension 
MSI (s) (CC:D8) [14:54:30:000]: Note: 1: 2205 2:  3: Font 
MSI (s) (CC:D8) [14:54:30:000]: Note: 1: 2205 2:  3: Shortcut 
MSI (s) (CC:D8) [14:54:30:000]: Note: 1: 2205 2:  3: Class 
MSI (s) (CC:D8) [14:54:30:000]: Note: 1: 2205 2:  3: TypeLib 
Action start 14:54:29: InstallValidate.
MSI (s) (CC:D8) [14:54:30:004]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'.
MSI (s) (CC:D8) [14:54:30:004]: Note: 1: 2205 2:  3: Registry 
MSI (s) (CC:D8) [14:54:30:004]: Note: 1: 2205 2:  3: BindImage 
MSI (s) (CC:D8) [14:54:30:004]: Note: 1: 2205 2:  3: ProgId 
MSI (s) (CC:D8) [14:54:30:004]: Note: 1: 2205 2:  3: PublishComponent 
MSI (s) (CC:D8) [14:54:30:004]: Note: 1: 2205 2:  3: SelfReg 
MSI (s) (CC:D8) [14:54:30:004]: Note: 1: 2205 2:  3: Extension 
MSI (s) (CC:D8) [14:54:30:004]: Note: 1: 2205 2:  3: Font 
MSI (s) (CC:D8) [14:54:30:004]: Note: 1: 2205 2:  3: Shortcut 
MSI (s) (CC:D8) [14:54:30:004]: Note: 1: 2205 2:  3: Class 
MSI (s) (CC:D8) [14:54:30:004]: Note: 1: 2205 2:  3: TypeLib 
MSI (s) (CC:D8) [14:54:30:005]: Note: 1: 2727 2:  
MSI (s) (CC:D8) [14:54:30:005]: Note: 1: 2205 2:  3: FilesInUse 
MSI (s) (CC:D8) [14:54:30:191]: Note: 1: 2727 2:  
MSI (s) (CC:D8) [14:54:30:192]: Doing action: InstallInitialize
Action ended 14:54:30: InstallValidate. Return value 1.
MSI (s) (CC:D8) [14:54:30:193]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (CC:D8) [14:54:30:193]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (CC:D8) [14:54:30:193]: BeginTransaction: Locking Server
MSI (s) (CC:D8) [14:54:30:195]: SRSetRestorePoint skipped for this transaction.
MSI (s) (CC:D8) [14:54:30:195]: Server not locked: locking for product {93B20102-D019-4669-82E2-9BB9F58C74AC}
Action start 14:54:30: InstallInitialize.
MSI (s) (CC:D8) [14:54:30:347]: Doing action: ProcessComponents
Action ended 14:54:30: InstallInitialize. Return value 1.
Action start 14:54:30: ProcessComponents.
MSI (s) (CC:D8) [14:54:30:349]: Doing action: UnpublishFeatures
Action ended 14:54:30: ProcessComponents. Return value 1.
Action start 14:54:30: UnpublishFeatures.
MSI (s) (CC:D8) [14:54:30:350]: Doing action: RemoveDuplicateFiles
Action ended 14:54:30: UnpublishFeatures. Return value 1.
Action start 14:54:30: RemoveDuplicateFiles.
MSI (s) (CC:D8) [14:54:30:351]: Skipping action: UninstallProducts (condition is false)
MSI (s) (CC:D8) [14:54:30:351]: Doing action: RemoveFiles
Action ended 14:54:30: RemoveDuplicateFiles. Return value 1.
Action start 14:54:30: RemoveFiles.
MSI (s) (CC:D8) [14:54:30:353]: Doing action: RemoveFolders
Action ended 14:54:30: RemoveFiles. Return value 1.
Action start 14:54:30: RemoveFolders.
MSI (s) (CC:D8) [14:54:30:354]: Doing action: CreateFolders
Action ended 14:54:30: RemoveFolders. Return value 1.
Action start 14:54:30: CreateFolders.
MSI (s) (CC:D8) [14:54:30:356]: Doing action: InstallFiles
Action ended 14:54:30: CreateFolders. Return value 1.
MSI (s) (CC:D8) [14:54:30:361]: Note: 1: 2205 2:  3: Patch 
MSI (s) (CC:D8) [14:54:30:361]: Note: 1: 2228 2:  3: Patch 4: SELECT `Patch`.`File_`, `Patch`.`Header`, `Patch`.`Attributes`, `Patch`.`Sequence`, `Patch`.`StreamRef_` FROM `Patch` WHERE `Patch`.`File_` = ? AND `Patch`.`#_MsiActive`=? ORDER BY `Patch`.`Sequence` 
MSI (s) (CC:D8) [14:54:30:361]: Note: 1: 2205 2:  3: MsiSFCBypass 
MSI (s) (CC:D8) [14:54:30:361]: Note: 1: 2228 2:  3: MsiSFCBypass 4: SELECT `File_` FROM `MsiSFCBypass` WHERE `File_` = ? 
MSI (s) (CC:D8) [14:54:30:361]: Note: 1: 2205 2:  3: MsiPatchHeaders 
MSI (s) (CC:D8) [14:54:30:361]: Note: 1: 2228 2:  3: MsiPatchHeaders 4: SELECT `Header` FROM `MsiPatchHeaders` WHERE `StreamRef` = ? 
Action start 14:54:30: InstallFiles.
MSI (s) (CC:D8) [14:54:30:362]: Doing action: RegisterUser
Action ended 14:54:30: InstallFiles. Return value 1.
Action start 14:54:30: RegisterUser.
MSI (s) (CC:D8) [14:54:30:364]: Doing action: RegisterProduct
Action ended 14:54:30: RegisterUser. Return value 0.
Action start 14:54:30: RegisterProduct.
MSI (s) (CC:D8) [14:54:30:389]: Doing action: PublishFeatures
Action ended 14:54:30: RegisterProduct. Return value 1.
Action start 14:54:30: PublishFeatures.
MSI (s) (CC:D8) [14:54:30:399]: Doing action: PublishProduct
Action ended 14:54:30: PublishFeatures. Return value 1.
Action start 14:54:30: PublishProduct.
MSI (s) (CC:D8) [14:54:30:402]: Resolving source.
MSI (s) (CC:D8) [14:54:30:403]: Resolving source to launched-from source.
MSI (s) (CC:D8) [14:54:30:403]: Setting launched-from source as last-used.
MSI (s) (CC:D8) [14:54:30:403]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'p:\fsecure.antivirus\'.
MSI (s) (CC:D8) [14:54:30:403]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'p:\fsecure.antivirus\'.
MSI (s) (CC:D8) [14:54:30:403]: PROPERTY CHANGE: Adding SourcedirProduct property. Its value is '{93B20102-D019-4669-82E2-9BB9F58C74AC}'.
MSI (s) (CC:D8) [14:54:30:403]: SOURCEDIR ==> p:\fsecure.antivirus\
MSI (s) (CC:D8) [14:54:30:403]: SOURCEDIR product ==> {93B20102-D019-4669-82E2-9BB9F58C74AC}
MSI (s) (CC:D8) [14:54:30:403]: Determining source type
MSI (s) (CC:D8) [14:54:30:420]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (CC:D8) [14:54:30:427]: Source type from package 'fsecureclient.msi': 2
MSI (s) (CC:D8) [14:54:30:427]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
MSI (s) (CC:D8) [14:54:30:429]: Source path resolution complete. Dumping Directory table...
MSI (s) (CC:D8) [14:54:30:429]: Dir (source): Key: TARGETDIR	, Object: p:\fsecure.antivirus\	, LongSubPath: 	, ShortSubPath: 
MSI (s) (CC:D8) [14:54:30:429]: Dir (source): Key: CommonAppDataFolder	, Object: p:\fsecure.antivirus\	, LongSubPath: 	, ShortSubPath: 
MSI (s) (CC:D8) [14:54:30:429]: Dir (source): Key: FSDIR	, Object: p:\fsecure.antivirus\	, LongSubPath: 	, ShortSubPath: 
MSI (s) (CC:D8) [14:54:30:429]: Dir (source): Key: INSTDIR	, Object: p:\fsecure.antivirus\	, LongSubPath: 	, ShortSubPath: 
MSI (s) (CC:D8) [14:54:30:430]: Skipping action: InstallExecute (condition is false)
MSI (s) (CC:D8) [14:54:30:430]: Skipping action: HideOldAddRemoves (condition is false)
MSI (s) (CC:D8) [14:54:30:430]: Skipping action: RunILauncher (condition is false)
MSI (s) (CC:D8) [14:54:30:430]: Doing action: InstallFinalize
Action ended 14:54:30: PublishProduct. Return value 1.
MSI (s) (CC:D8) [14:54:30:438]: Running Script: C:\Windows\Installer\MSI18DC.tmp
MSI (s) (CC:D8) [14:54:30:438]: PROPERTY CHANGE: Adding UpdateStarted property. Its value is '1'.
MSI (s) (CC:D8) [14:54:30:439]: Machine policy value 'DisableRollback' is 0
MSI (s) (CC:D8) [14:54:30:467]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 
MSI (s) (CC:D8) [14:54:30:471]: Executing op: Header(Signature=1397708873,Version=500,Timestamp=1188001488,LangId=1033,Platform=0,ScriptType=1,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1)
Action start 14:54:30: InstallFinalize.
MSI (s) (CC:D8) [14:54:30:486]: Executing op: ProductInfo(ProductKey={93B20102-D019-4669-82E2-9BB9F58C74AC},ProductName=F-Secure Client Security 11.61,PackageName=fsecureclient.msi,Language=1033,Version=188547072,Assignment=1,ObsoleteArg=0,ProductIcon=icon.ico,,PackageCode={8E831FFB-8F2D-4602-A09F-50D69C03A576},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0,ProductDeploymentFlags=3)
MSI (s) (CC:D8) [14:54:30:486]: Executing op: DialogInfo(Type=0,Argument=1033)
MSI (s) (CC:D8) [14:54:30:487]: Executing op: DialogInfo(Type=1,Argument=F-Secure Client Security 11.61)
MSI (s) (CC:D8) [14:54:30:488]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Running F-Secure product installation...,CleanupTemplate=File: [1])
MSI (s) (CC:D8) [14:54:30:488]: Executing op: SetBaseline(Baseline=0,)
MSI (s) (CC:D8) [14:54:30:488]: Executing op: SetBaseline(Baseline=1,)
MSI (s) (CC:D8) [14:54:30:488]: Executing op: ActionStart(Name=RegisterProduct,Description=Registering product,Template=[1])
MSI (s) (CC:D8) [14:54:30:491]: Executing op: UpdateEstimatedSize(EstimatedSize=0)
MSI (s) (CC:D8) [14:54:30:521]: Executing op: ProductCPDisplayInfoRegister()
MSI (s) (CC:D8) [14:54:30:523]: Executing op: ActionStart(Name=PublishProduct,Description=Publishing product information,)
MSI (s) (CC:D8) [14:54:30:524]: Executing op: CleanupConfigData()
MSI (s) (CC:D8) [14:54:30:524]: Executing op: RegisterPatchOrder(Continue=0,SequenceType=1,Remove=0)
MSI (s) (CC:D8) [14:54:30:527]: Executing op: SourceListRegisterLastUsed(SourceProduct={93B20102-D019-4669-82E2-9BB9F58C74AC},LastUsedSource=p:\fsecure.antivirus\)
MSI (s) (CC:D8) [14:54:30:534]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (s) (CC:D8) [14:54:30:534]: Specifed source is already in a list.
MSI (s) (CC:D8) [14:54:30:534]: User policy value 'SearchOrder' is 'nmu'
MSI (s) (CC:D8) [14:54:30:534]: Adding new sources is allowed.
MSI (s) (CC:D8) [14:54:30:534]: Set LastUsedSource to: p:\fsecure.antivirus\.
MSI (s) (CC:D8) [14:54:30:534]: Set LastUsedType to: n.
MSI (s) (CC:D8) [14:54:30:534]: Set LastUsedIndex to: 1.
MSI (s) (CC:D8) [14:54:30:534]: Executing op: End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=0)
MSI (s) (CC:D8) [14:54:30:542]: User policy value 'DisableRollback' is 0
MSI (s) (CC:D8) [14:54:30:542]: Machine policy value 'DisableRollback' is 0
MSI (s) (CC:D8) [14:54:30:565]: Note: 1: 2318 2:  
MSI (s) (CC:D8) [14:54:30:566]: No System Restore sequence number for this installation.
MSI (s) (CC:D8) [14:54:30:566]: Unlocking Server
MSI (s) (CC:D8) [14:54:30:571]: PROPERTY CHANGE: Deleting UpdateStarted property. Its current value is '1'.
MSI (s) (CC:D8) [14:54:30:572]: Skipping action: RemoveExistingProducts (condition is false)
Action ended 14:54:30: InstallFinalize. Return value 1.
Action ended 14:54:30: INSTALL. Return value 1.
Property(S): INSTDIR = C:\ProgramData\F-Secure\FSMSI\
Property(S): BannerBitmap = bannrbmp
Property(S): TARGETDIR = C:\
Property(S): Installed = 00:00:00
Property(S): ProductID = none
Property(S): CommonAppDataFolder = C:\ProgramData\
Property(S): FSDIR = C:\ProgramData\F-Secure\
Property(S): SourceDir = p:\fsecure.antivirus\
Property(S): ALLUSERS = 1
Property(S): ARPHELPLINK = http://www.f-secure.com/support
Property(S): ARPNOMODIFY = 1
Property(S): ARPNOREPAIR = 1
Property(S): ARPPRODUCTICON = icon.ico
Property(S): ButtonText_Back = < &Back
Property(S): ButtonText_Browse = Br&owse
Property(S): ButtonText_Cancel = Cancel
Property(S): ButtonText_Exit = &Exit
Property(S): ButtonText_Finish = &Finish
Property(S): ButtonText_Ignore = &Ignore
Property(S): ButtonText_Install = &Install
Property(S): ButtonText_Next = &Next >
Property(S): ButtonText_No = &No
Property(S): ButtonText_OK = OK
Property(S): ButtonText_Remove = &Remove
Property(S): ButtonText_Repair = &Repair
Property(S): ButtonText_Reset = &Reset
Property(S): ButtonText_Resume = &Resume
Property(S): ButtonText_Retry = &Retry
Property(S): ButtonText_Return = &Return
Property(S): ButtonText_Yes = &Yes
Property(S): CompleteSetupIcon = completi
Property(S): ComponentDownload = ftp://anonymous@microsoft.com/components/
Property(S): CustomSetupIcon = custicon
Property(S): DefaultUIFont = DlgFont8
Property(S): DialogBitmap = dlgbmp
Property(S): DlgTitleFont = {&DlgFontBold8}
Property(S): ErrorDialog = ErrorDlg
Property(S): ExclamationIcon = exclamic
Property(S): IAgree = No
Property(S): INSTALLLEVEL = 3
Property(S): InfoIcon = info
Property(S): InstallMode = Typical
Property(S): InstallerIcon = insticon
Property(S): MSIUSEREALADMINDETECTION = 1
Property(S): Manufacturer = F-Secure Corporation
Property(S): PIDTemplate = 12345<###-%%%%%%%>@@@@@
Property(S): PROMPTROLLBACKCOST = P
Property(S): ProductCode = {93B20102-D019-4669-82E2-9BB9F58C74AC}
Property(S): ProductLanguage = 1033
Property(S): ProductName = F-Secure Client Security 11.61
Property(S): ProductVersion = 11.61
Property(S): Progress1 = Installing
Property(S): Progress2 = installs
Property(S): RemoveIcon = removico
Property(S): RepairIcon = repairic
Property(S): SecureCustomProperties = EXISTINGVERSIONBEINGUPGRADED
Property(S): Setup = Setup
Property(S): UpgradeCode = {82BC01F2-5AC8-410D-BEC4-9451A551F8EF}
Property(S): WIPROPDriveA = A:\
Property(S): WIPROPDriveB = B:\
Property(S): WIPROPDriveC = C:\
Property(S): WIPROPDriveD = D:\
Property(S): WIPROPDriveE = E:\
Property(S): WIPROPDriveF = F:\
Property(S): WIPROPDriveG = G:\
Property(S): WIPROPDriveH = H:\
Property(S): WIPROPDriveI = I:\
Property(S): WIPROPDriveJ = J:\
Property(S): WIPROPDriveK = K:\
Property(S): WIPROPDriveL = L:\
Property(S): WIPROPDriveM = M:\
Property(S): WIPROPDriveN = N:\
Property(S): WIPROPDriveO = O:\
Property(S): WIPROPDriveP = P:\
Property(S): WIPROPDriveQ = Q:\
Property(S): WIPROPDriveR = R:\
Property(S): WIPROPDriveS = S:\
Property(S): WIPROPDriveT = T:\
Property(S): WIPROPDriveU = U:\
Property(S): WIPROPDriveV = V:\
Property(S): WIPROPDriveW = W:\
Property(S): WIPROPDriveX = X:\
Property(S): WIPROPDriveY = Y:\
Property(S): WIPROPDriveZ = Z:\
Property(S): Wizard = Setup Wizard
Property(S): MsiLogFileLocation = C:\tmp\F-Secure Client Security_install.log
Property(S): PackageCode = {8E831FFB-8F2D-4602-A09F-50D69C03A576}
Property(S): ProductState = 5
Property(S): ProductToBeRegistered = 1
Property(S): REBOOT = ReallySuppress
Property(S): CURRENTDIRECTORY = C:\Windows\system32
Property(S): CLIENTUILEVEL = 2
Property(S): CLIENTPROCESSID = 2452
Property(S): PRODUCTLANGUAGE = 1033
Property(S): VersionDatabase = 300
Property(S): VersionMsi = 5.00
Property(S): VersionNT = 601
Property(S): VersionNT64 = 601
Property(S): WindowsBuild = 7601
Property(S): ServicePackLevel = 1
Property(S): ServicePackLevelMinor = 0
Property(S): MsiNTProductType = 1
Property(S): WindowsFolder = C:\Windows\
Property(S): WindowsVolume = C:\
Property(S): System64Folder = C:\Windows\system32\
Property(S): SystemFolder = C:\Windows\SysWOW64\
Property(S): RemoteAdminTS = 1
Property(S): TempFolder = C:\Windows\TEMP\
Property(S): ProgramFilesFolder = C:\Program Files (x86)\
Property(S): CommonFilesFolder = C:\Program Files (x86)\Common Files\
Property(S): ProgramFiles64Folder = C:\Program Files\
Property(S): CommonFiles64Folder = C:\Program Files\Common Files\
Property(S): AppDataFolder = C:\Windows\config\systemprofile\AppData\Roaming\
Property(S): FavoritesFolder = C:\Windows\config\systemprofile\Favorites\
Property(S): NetHoodFolder = C:\Windows\config\systemprofile\AppData\Roaming\Microsoft\Windows\Network Shortcuts\
Property(S): PersonalFolder = C:\Windows\config\systemprofile\Documents\
Property(S): PrintHoodFolder = C:\Windows\config\systemprofile\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\
Property(S): RecentFolder = C:\Windows\config\systemprofile\AppData\Roaming\Microsoft\Windows\Recent\
Property(S): SendToFolder = C:\Windows\config\systemprofile\AppData\Roaming\Microsoft\Windows\SendTo\
Property(S): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\
Property(S): LocalAppDataFolder = C:\Windows\config\systemprofile\AppData\Local\
Property(S): MyPicturesFolder = C:\Windows\config\systemprofile\Pictures\
Property(S): AdminToolsFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\
Property(S): StartupFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\
Property(S): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\
Property(S): StartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\
Property(S): DesktopFolder = C:\Users\Public\Desktop\
Property(S): FontsFolder = C:\Windows\Fonts\
Property(S): GPTSupport = 1
Property(S): OLEAdvtSupport = 1
Property(S): ShellAdvtSupport = 1
Property(S): MsiAMD64 = 6
Property(S): Msix64 = 6
Property(S): Intel = 6
Property(S): PhysicalMemory = 4092
Property(S): VirtualMemory = 7378
Property(S): AdminUser = 1
Property(S): MsiTrueAdminUser = 1
Property(S): LogonUser = SYSTEM
Property(S): UserSID = S-1-5-18
Property(S): UserLanguageID = 1031
Property(S): ComputerName = CGN-WV015
Property(S): SystemLanguageID = 1031
Property(S): ScreenX = 1024
Property(S): ScreenY = 768
Property(S): CaptionHeight = 22
Property(S): BorderTop = 1
Property(S): BorderSide = 1
Property(S): TextHeight = 16
Property(S): TextInternalLeading = 3
Property(S): ColorBits = 32
Property(S): TTCSupport = 1
Property(S): Time = 14:54:30
Property(S): Date = 15.06.2015
Property(S): MsiNetAssemblySupport = 4.0.30319.1
Property(S): MsiWin32AssemblySupport = 6.1.7601.17514
Property(S): RedirectedDllSupport = 2
Property(S): MsiRunningElevated = 1
Property(S): Privileged = 1
Property(S): USERNAME = root
Property(S): DATABASE = C:\Windows\Installer\14952.msi
Property(S): OriginalDatabase = p:\fsecure.antivirus\fsecureclient.msi
Property(S): UILevel = 3
Property(S): MsiUIHideCancel = 1
Property(S): ACTION = INSTALL
Property(S): ROOTDRIVE = C:\
Property(S): CostingComplete = 1
Property(S): OutOfDiskSpace = 0
Property(S): OutOfNoRbDiskSpace = 0
Property(S): PrimaryVolumeSpaceAvailable = 0
Property(S): PrimaryVolumeSpaceRequired = 0
Property(S): PrimaryVolumeSpaceRemaining = 0
Property(S): SOURCEDIR = p:\fsecure.antivirus\
Property(S): SourcedirProduct = {93B20102-D019-4669-82E2-9BB9F58C74AC}
MSI (s) (CC:D8) [14:54:30:653]: Note: 1: 1728 
MSI (s) (CC:D8) [14:54:30:653]: Product: F-Secure Client Security 11.61 -- Configuration completed successfully.

MSI (s) (CC:D8) [14:54:30:654]: Das Produkt wurde durch Windows Installer neu konfiguriert. Produktname: F-Secure Client Security 11.61. Produktversion: 11.61. Produktsprache: 1033. Hersteller: F-Secure Corporation. Erfolg- bzw. Fehlerstatus der neuen Konfiguration: 0.

MSI (s) (CC:D8) [14:54:30:655]: Deferring clean up of packages/files, if any exist
MSI (s) (CC:D8) [14:54:30:656]: MainEngineThread is returning 0
MSI (s) (CC:C4) [14:54:30:662]: RESTART MANAGER: Session closed.
MSI (s) (CC:C4) [14:54:30:662]: No System Restore sequence number for this installation.
=== Logging stopped: 15.06.2015  14:54:30 ===
MSI (s) (CC:C4) [14:54:30:663]: User policy value 'DisableRollback' is 0
MSI (s) (CC:C4) [14:54:30:663]: Machine policy value 'DisableRollback' is 0
MSI (s) (CC:C4) [14:54:30:663]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (CC:C4) [14:54:30:663]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 
MSI (s) (CC:C4) [14:54:30:664]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 
MSI (s) (CC:C4) [14:54:30:665]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
MSI (s) (CC:C4) [14:54:30:665]: Restoring environment variables
MSI (c) (94:A0) [14:54:30:667]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
MSI (c) (94:A0) [14:54:30:668]: MainEngineThread is returning 0
=== Verbose logging stopped: 15.06.2015  14:54:30 ===

Und einmal einfacher:

Code: Alles auswählen

=== Logging started: 15.06.2015  15:10:34 ===
Action start 15:10:34: INSTALL.
Action start 15:10:34: FindRelatedProducts.
Action ended 15:10:34: FindRelatedProducts. Return value 0.
Action start 15:10:34: ValidateProductID.
Action ended 15:10:34: ValidateProductID. Return value 1.
Action start 15:10:34: CostInitialize.
Action ended 15:10:34: CostInitialize. Return value 1.
Action start 15:10:34: FileCost.
Action ended 15:10:34: FileCost. Return value 1.
Action start 15:10:34: CostFinalize.
Action ended 15:10:34: CostFinalize. Return value 1.
Action start 15:10:34: InstallValidate.
Action ended 15:10:34: InstallValidate. Return value 1.
Action start 15:10:34: InstallInitialize.
Action ended 15:10:34: InstallInitialize. Return value 1.
Action start 15:10:34: ProcessComponents.
Action ended 15:10:34: ProcessComponents. Return value 1.
Action start 15:10:34: UnpublishFeatures.
Action ended 15:10:34: UnpublishFeatures. Return value 1.
Action start 15:10:34: RemoveDuplicateFiles.
Action ended 15:10:34: RemoveDuplicateFiles. Return value 1.
Action start 15:10:34: RemoveFiles.
Action ended 15:10:34: RemoveFiles. Return value 1.
Action start 15:10:34: RemoveFolders.
Action ended 15:10:34: RemoveFolders. Return value 1.
Action start 15:10:34: CreateFolders.
Action ended 15:10:34: CreateFolders. Return value 1.
Action start 15:10:34: InstallFiles.
Action ended 15:10:34: InstallFiles. Return value 1.
Action start 15:10:34: RegisterUser.
Action ended 15:10:34: RegisterUser. Return value 0.
Action start 15:10:34: RegisterProduct.
Action ended 15:10:34: RegisterProduct. Return value 1.
Action start 15:10:34: PublishFeatures.
Action ended 15:10:34: PublishFeatures. Return value 1.
Action start 15:10:34: PublishProduct.
Action ended 15:10:34: PublishProduct. Return value 1.
Action start 15:10:34: InstallFinalize.
Action ended 15:10:34: InstallFinalize. Return value 1.
Action ended 15:10:34: INSTALL. Return value 1.
MSI (s) (C4:F0) [15:10:34:834]: Product: F-Secure Client Security 11.61 -- Configuration completed successfully.

MSI (s) (C4:F0) [15:10:34:835]: Das Produkt wurde durch Windows Installer neu konfiguriert. Produktname: F-Secure Client Security 11.61. Produktversion: 11.61. Produktsprache: 1033. Hersteller: F-Secure Corporation. Erfolg- bzw. Fehlerstatus der neuen Konfiguration: 0.

=== Logging stopped: 15.06.2015  15:10:34 ===
Kleine Info, habe den ALLUSER Switch mal auf 2 gestellt zum testen, daran liegt es nicht..

Vielen Dank!
Benutzeravatar
SisterOfMercy
Beiträge: 1556
Registriert: 22 Jun 2012, 19:18

Re: F-Secure 11.61 installiert nicht richtig

Beitrag von SisterOfMercy »

Hmm, have you tried running the msi directly on a test-client?

Or try InstEd to look at the msi properties, perhaps there are some that have to be set?
Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
ziva
Beiträge: 8
Registriert: 13 Feb 2014, 19:49

Re: F-Secure 11.61 installiert nicht richtig

Beitrag von ziva »

Hallo,

geht es bei F-Secure um Anti-Virus for Workstation oder Client Security?
Wir verwenden hierfür den F-Secure Policy Manager.
Über den Policy Manager lassen sich Richtlinien definieren, Clients verwalten und auch AV-Client auf neue Rechner ausrollen.
Antworten