wixtoolset / issues

WiX Toolset Issues Tracker
http://wixtoolset.org/
129 stars 24 forks source link

.NET Custom Action fails on FW 4.0 #2721

Closed wixbot closed 8 years ago

wixbot commented 14 years ago

We use a .NET Custom Action-Dll in WIX 3.5. If the Target Framework is set to 2.0 or 3.5 everythin works fine. The Change to Version 4.0 causes the Error 1603 - ERROR_INSTALL_FAILURE in Installer.InstallProduct,

Originally opened by mrwa from http://sourceforge.net/p/wix/bugs/2150/

wixbot commented 12 years ago

I am using 3.5.2020

wixbot commented 12 years ago

Which build number of WiX are you using?

wixbot commented 12 years ago

I fixed the template to set configuration/startup/useLegacyV2RuntimeActivationPolicy="true". The previous default false would not work for NETFX4 assemblies (as the comments noted). If you have an existing project, you'll need to change that value in your "customaction.config" by hand.

wixbot commented 12 years ago

Hello,

do you have found out something new?

thanks Walter

wixbot commented 12 years ago

Hello,

now i got the following error:

INFO: Error: could not load custom action class SetupCustomActions.CustomActions from assembly: SetupCustomActions INFO: System.BadImageFormatException: Die Datei oder Assembly "SetupCustomActions" oder eine Abhängigkeit davon wurde nicht gefunden. Die Assembly wird von einer Laufzeit erstellt, die aktueller als die derzeit geladene Laufzeit ist, und kann nicht geladen werden. Dateiname: "SetupCustomActions" bei System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) bei System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) bei System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) bei System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) bei System.AppDomain.Load(String assemblyString) bei Microsoft.Deployment.WindowsInstaller.CustomActionProxy.GetCustomActionMethod(Session session, String assemblyName, String className, String methodName)

Log: ==== Start: Package Info ==== PROP: ProductTitle=Safexpert 8.0 PROP: ProductName=Safexpert PROP: MainExecutable=Safexpert.exe PROP: ProductVersion=8.0.26.1356 PROP: ProductCode={1534D619-97F7-4879-9787-65DBEF5885A5} PROP: Publisher=Safexpert PROP: UpgradeCode={CD580DF4-190D-410A-8062-65187B869F8B} PROP: Loglevel=Default PROP: MSI Version=5.0.7600 PROP: SetupUI version=8.0.26.1356 ==== End: Package Info ====

==== Start: Self Check ==== ==== End: Self Check ====

INFO: Cleanup up OldFileRemovals... INFO: Showing page Installation ==== Start: Related products ==== PROP: Product {ProductName=Safexpert;ProductCode={2FCF3783-238D-4EDC-A275-D53B0BEC2F05};Version=8.0.24.1356 } ==== End: Related products ====

INFO: Showing page Lizenzvereinbarung INFO: Showing page Upgrade INFO: Showing page Installationsart INFO: Showing page Bereit für die Installation INFO: Showing page Installation läuft... INFO: Loading config file from: C:\Program Files (x86)\Safexpert 8.0\Safexpert.exe ==== Start: Setup state information ==== INFO: Current state: MajorUpgrade INFO: Selected path: C:\Program Files (x86)\Safexpert 8.0 PROP: State Properties { } PROP: State Db properties { } PROP: FeatureConfig { } ==== End: Setup state information ====

INFO: Cleaning up up directory C:\ProgramData{2FCF3783-238D-4EDC-A275-D53B0BEC2F05} INFO: === Logging started: 30.08.2010 15:45:06 === INFO: Action start 15:45:06: INSTALL. INFO: Action start 15:45:06: FindRelatedProducts. INFO: Action ended 15:45:06: FindRelatedProducts. Return value 0. INFO: Action start 15:45:06: AppSearch. INFO: Action ended 15:45:06: AppSearch. Return value 1. INFO: Action start 15:45:06: LaunchConditions. INFO: Action ended 15:45:06: LaunchConditions. Return value 1. INFO: Action start 15:45:06: ValidateProductID. INFO: Action ended 15:45:06: ValidateProductID. Return value 1. INFO: Action start 15:45:06: CostInitialize. INFO: Action ended 15:45:06: CostInitialize. Return value 1. INFO: Action start 15:45:06: FileCost. INFO: Action ended 15:45:06: FileCost. Return value 1. INFO: Action start 15:45:06: CostFinalize. INFO: Action ended 15:45:06: CostFinalize. Return value 1. INFO: Action start 15:45:06: InstallValidate. INFO: Action ended 15:45:06: InstallValidate. Return value 1. INFO: Action start 15:45:07: InstallInitialize. INFO: Action ended 15:45:09: InstallInitialize. Return value 1. INFO: Action start 15:45:09: ProcessComponents. INFO: Action ended 15:45:09: ProcessComponents. Return value 1. INFO: Action start 15:45:09: MsiUnpublishAssemblies. INFO: Action ended 15:45:09: MsiUnpublishAssemblies. Return value 1. INFO: Action start 15:45:09: UnpublishFeatures. INFO: Action ended 15:45:09: UnpublishFeatures. Return value 1. INFO: Action start 15:45:09: RemoveRegistryValues. INFO: Action ended 15:45:09: RemoveRegistryValues. Return value 1. INFO: Action start 15:45:09: RemoveShortcuts. INFO: Action ended 15:45:09: RemoveShortcuts. Return value 1. INFO: Action start 15:45:09: RemoveFiles. INFO: Action ended 15:45:09: RemoveFiles. Return value 1. INFO: Action start 15:45:09: InstallFiles. INFO: Action ended 15:45:09: InstallFiles. Return value 1. INFO: Action start 15:45:09: CreateShortcuts. INFO: Action ended 15:45:09: CreateShortcuts. Return value 1. INFO: Action start 15:45:09: WriteRegistryValues. INFO: Action ended 15:45:09: WriteRegistryValues. Return value 1. INFO: Action start 15:45:09: RegisterUser. INFO: Action ended 15:45:09: RegisterUser. Return value 0. INFO: Action start 15:45:09: RegisterProduct. INFO: Action ended 15:45:09: RegisterProduct. Return value 1. INFO: Action start 15:45:09: MsiPublishAssemblies. INFO: Action ended 15:45:09: MsiPublishAssemblies. Return value 1. INFO: Action start 15:45:09: PublishFeatures. INFO: Action ended 15:45:09: PublishFeatures. Return value 1. INFO: Action start 15:45:09: PublishProduct. INFO: Action ended 15:45:09: PublishProduct. Return value 1. INFO: Action start 15:45:09: RemoveDb.SetProperty. INFO: Action ended 15:45:09: RemoveDb.SetProperty. Return value 1. INFO: Action start 15:45:09: RemoveDb. INFO: Action ended 15:45:10: RemoveDb. Return value 1. INFO: Action start 15:45:10: RepairDb.SetProperty. INFO: Action ended 15:45:10: RepairDb.SetProperty. Return value 1. INFO: Action start 15:45:10: SetupDb.SetProperty. INFO: Action ended 15:45:10: SetupDb.SetProperty. Return value 1. INFO: Action start 15:45:10: InstallFinalize. INFO: SFXCA: Extracting custom action to temporary directory: C:\Windows\Installer\MSIF728.tmp-0\ INFO: SFXCA: Binding to CLR version v2.0.50727 INFO: Calling custom action SetupCustomActions!SetupCustomActions.CustomActions.RemoveDb INFO: Error: could not load custom action class SetupCustomActions.CustomActions from assembly: SetupCustomActions INFO: System.BadImageFormatException: Die Datei oder Assembly "SetupCustomActions" oder eine Abhängigkeit davon wurde nicht gefunden. Die Assembly wird von einer Laufzeit erstellt, die aktueller als die derzeit geladene Laufzeit ist, und kann nicht geladen werden. Dateiname: "SetupCustomActions" bei System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) bei System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) bei System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) bei System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) bei System.AppDomain.Load(String assemblyString) bei Microsoft.Deployment.WindowsInstaller.CustomActionProxy.GetCustomActionMethod(Session session, String assemblyName, String className, String methodName)

WRN: Protokollierung der Assemblybindung ist AUS. Sie können die Protokollierung der Assemblybindungsfehler aktivieren, indem Sie den Registrierungswert (DWORD) auf 1 festlegen. Hinweis: Die Protokollierung der Assemblybindungsfehler führt zu einer gewissen Leistungseinbuße. Sie können dieses Feature deaktivieren, indem Sie den Registrierungswert entfernen.

INFO: CustomAction RemoveDb returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox) INFO: Action ended 15:45:35: InstallFinalize. Return value 3. INFO: Action ended 15:45:35: INSTALL. Return value 3. INFO: Property(S): UpgradeCode = {CD580DF4-190D-410A-8062-65187B869F8B} INFO: Property(S): NETFRAMEWORK20 = #1 INFO: Property(S): INSTALLLOCATION = C:\Program Files (x86)\Safexpert 8.0\ INFO: Property(S): DISABLEMSIUPGRADE = 1 INFO: Property(S): SystemFolder = C:\Windows\SysWOW64\ INFO: Property(S): SetupDb = DBTYPE=VistaDB;DBSERVER=;DBDATABASE=C:\ProgramData\Safexpert\Data\Data.vdb4;DBUSERNAME=;DBPASSWORD=;DBPASSWORDENC=eD0XsqPHINA=;DBCREATE=True;DBPORT=0;SETUP_LANGUAGE=de;MSIINSTALLPATH=C:\Program Files (x86)\Safexpert 8.0\;MAINEXECUTABLE=Safexpert.exe;PRODUCTNAMEINTERNAL=Safexpert;APPVERSION=8.0.24.1356 INFO: Property(S): RemoveDb = DBTYPE=VistaDB;DBSERVER=;DBDATABASE=C:\ProgramData\Safexpert\Data\Data.vdb4;DBUSERNAME=;DBPASSWORD=;DBPASSWORDENC=eD0XsqPHINA=;DBCREATE=True;DBPORT=0;SETUP_LANGUAGE=de;MSIINSTALLPATH=C:\Program Files (x86)\Safexpert 8.0\;MAINEXECUTABLE=Safexpert.exe;PRODUCTNAMEINTERNAL=Safexpert;APPVERSION=8.0.24.1356 INFO: Property(S): RepairDb = DBTYPE=VistaDB;DBSERVER=;DBDATABASE=C:\ProgramData\Safexpert\Data\Data.vdb4;DBUSERNAME=;DBPASSWORD=;DBPASSWORDENC=eD0XsqPHINA=;DBCREATE=True;DBPORT=0;SETUP_LANGUAGE=de;MSIINSTALLPATH=C:\Program Files (x86)\Safexpert 8.0\;MAINEXECUTABLE=Safexpert.exe;PRODUCTNAMEINTERNAL=Safexpert;APPVERSION=8.0.24.1356 INFO: Property(S): ProgramFilesFolder = C:\Program Files (x86)\ INFO: Property(S): TARGETDIR = C:\ INFO: Property(S): MainAppProgramMenu = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Safexpert 8.0\ INFO: Property(S): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\ INFO: Property(S): Manufacturer = Safexpert INFO: Property(S): ProductCode = {2FCF3783-238D-4EDC-A275-D53B0BEC2F05} INFO: Property(S): ProductLanguage = 1033 INFO: Property(S): ProductName = Safexpert INFO: Property(S): ProductVersion = 8.0.24.1356 INFO: Property(S): ARPPRODUCTICON = Safexpert.ico INFO: Property(S): MainExecutable = Safexpert.exe INFO: Property(S): ProductNameInternal = Safexpert INFO: Property(S): ProductTitle = Safexpert 8.0 INFO: Property(S): ALLUSERS = 1 INFO: Property(S): SecureCustomProperties = DISABLEMSIUPGRADE;NETFRAMEWORK20;OLDERVERSIONBEINGUPGRADED INFO: Property(S): MsiLogFileLocation = C:\Users\WALTER~1\AppData\Local\Temp\MSI57a69.LOG INFO: Property(S): PackageCode = {CC1A48B7-EA1E-48C1-ABAA-A780D29C0740} INFO: Property(S): ProductState = 5 INFO: Property(S): ARPINSTALLLOCATION = C:\Program Files (x86)\Safexpert 8.0 INFO: Property(S): ARPSYSTEMCOMPONENT = 1 INFO: Property(S): DBCONNECTION = DBTYPE=VistaDB;DBSERVER=;DBDATABASE=C:\ProgramData\Safexpert\Data\Data.vdb4;DBUSERNAME=;DBPASSWORD=;DBPASSWORDENC=eD0XsqPHINA=;DBCREATE=True;DBPORT=0;SETUP_LANGUAGE=de INFO: Property(S): INSTALLLEVEL = 65535 INFO: Property(S): REMOVE = ALL INFO: Property(S): CURRENTDIRECTORY = C:\Daten\IBF\CSharp\IBF_SolutionNG\SetupBootstrapper INFO: Property(S): CLIENTUILEVEL = 3 INFO: Property(S): MSICLIENTUSESEXTERNALUI = 1 INFO: Property(S): CLIENTPROCESSID = 1384 INFO: Property(S): PRODUCTLANGUAGE = 1033 INFO: Property(S): VersionDatabase = 301 INFO: Property(S): VersionMsi = 5.00 INFO: Property(S): VersionNT = 601 INFO: Property(S): VersionNT64 = 601 INFO: Property(S): WindowsBuild = 7600 INFO: Property(S): ServicePackLevel = 0 INFO: Property(S): ServicePackLevelMinor = 0 INFO: Property(S): MsiNTProductType = 1 INFO: Property(S): WindowsFolder = C:\Windows\ INFO: Property(S): WindowsVolume = C:\ INFO: Property(S): System64Folder = C:\Windows\system32\ INFO: Property(S): RemoteAdminTS = 1 INFO: Property(S): TempFolder = C:\Users\WALTER~1\AppData\Local\Temp\ INFO: Property(S): CommonFilesFolder = C:\Program Files (x86)\Common Files\ INFO: Property(S): ProgramFiles64Folder = C:\Program Files\ INFO: Property(S): CommonFiles64Folder = C:\Program Files\Common Files\ INFO: Property(S): AppDataFolder = C:\Users\waltermrak\AppData\Roaming\ INFO: Property(S): FavoritesFolder = C:\Users\waltermrak\Favorites\ INFO: Property(S): NetHoodFolder = C:\Users\waltermrak\AppData\Roaming\Microsoft\Windows\Network Shortcuts\ INFO: Property(S): PersonalFolder = C:\Users\waltermrak\Documents\ INFO: Property(S): PrintHoodFolder = C:\Users\waltermrak\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\ INFO: Property(S): RecentFolder = C:\Users\waltermrak\AppData\Roaming\Microsoft\Windows\Recent\ INFO: Property(S): SendToFolder = C:\Users\waltermrak\AppData\Roaming\Microsoft\Windows\SendTo\ INFO: Property(S): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\ INFO: Property(S): CommonAppDataFolder = C:\ProgramData\ INFO: Property(S): LocalAppDataFolder = C:\Users\waltermrak\AppData\Local\ INFO: Property(S): MyPicturesFolder = C:\Users\waltermrak\Pictures\ INFO: Property(S): AdminToolsFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\ INFO: Property(S): StartupFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\ INFO: Property(S): StartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\ INFO: Property(S): DesktopFolder = C:\Users\Public\Desktop\ INFO: Property(S): FontsFolder = C:\Windows\Fonts\ INFO: Property(S): GPTSupport = 1 INFO: Property(S): OLEAdvtSupport = 1 INFO: Property(S): ShellAdvtSupport = 1 INFO: Property(S): MsiAMD64 = 6 INFO: Property(S): Msix64 = 6 INFO: Property(S): Intel = 6 INFO: Property(S): PhysicalMemory = 4094 INFO: Property(S): VirtualMemory = 4745 INFO: Property(S): AdminUser = 1 INFO: Property(S): MsiTrueAdminUser = 1 INFO: Property(S): LogonUser = waltermrak INFO: Property(S): UserSID = S-1-5-21-992378240-1969383815-4187412848-1002 INFO: Property(S): UserLanguageID = 1031 INFO: Property(S): ComputerName = NEREID INFO: Property(S): SystemLanguageID = 1031 INFO: Property(S): ScreenX = 1024 INFO: Property(S): ScreenY = 768 INFO: Property(S): CaptionHeight = 22 INFO: Property(S): BorderTop = 1 INFO: Property(S): BorderSide = 1 INFO: Property(S): TextHeight = 16 INFO: Property(S): TextInternalLeading = 3 INFO: Property(S): ColorBits = 32 INFO: Property(S): TTCSupport = 1 INFO: Property(S): Time = 15:45:35 INFO: Property(S): Date = 30.08.2010 INFO: Property(S): MsiNetAssemblySupport = 4.0.30319.1 INFO: Property(S): MsiWin32AssemblySupport = 6.1.7600.16385 INFO: Property(S): RedirectedDllSupport = 2 INFO: Property(S): MsiRunningElevated = 1 INFO: Property(S): Privileged = 1 INFO: Property(S): USERNAME = waltermrak INFO: Property(S): Installed = 00:00:00 INFO: Property(S): DATABASE = C:\Windows\Installer\1040ca3c.msi INFO: Property(S): OriginalDatabase = C:\Windows\Installer\1040ca3c.msi INFO: Property(S): UILevel = 2 INFO: Property(S): MsiUISourceResOnly = 1 INFO: Property(S): MsiUIUACOnly = 1 INFO: Property(S): Preselected = 1 INFO: Property(S): ACTION = INSTALL INFO: Property(S): ROOTDRIVE = C:\ INFO: Property(S): CostingComplete = 1 INFO: Property(S): OutOfDiskSpace = 0 INFO: Property(S): OutOfNoRbDiskSpace = 0 INFO: Property(S): PrimaryVolumeSpaceAvailable = 0 INFO: Property(S): PrimaryVolumeSpaceRequired = 0 INFO: Property(S): PrimaryVolumeSpaceRemaining = 0 INFO: === Logging stopped: 30.08.2010 15:45:35 === ERROR: Exception {Message=Schwerwiegender Fehler bei der Installation.;StackTrace= bei Microsoft.Deployment.WindowsInstaller.Installer.CheckInstallResult(UInt32 ret) bei SetupUI.Pages.x0017142e40b04e44.<>cDisplayClassa.b3(PropertySet ps) bei SetupUI.InstallerUtility.RunInstallationInsideLoop(PropertySet ps, InstallationDelegate method) bei SetupUI.Pages.x0017142e40b04e44.OnWizardPageShow() } INFO: Showing page Installation erfolgreich INFO: Exiting application, because last dialog has been shown

wixbot commented 12 years ago

Hi,

here is the verbose log:

=== Verbose logging started: 23.06.2010 15:28:00 Build type: SHIP UNICODE 5.00.7600.00 Calling process: C:\Daten\IBF\CSharp\IBF_SolutionNG_2010\SetupUI\bin\Debug\Setup.vshost.exe === MSI (c) (F0:2C) [15:28:00:886]: Resetting cached policy values MSI (c) (F0:2C) [15:28:00:934]: Machine policy value 'Debug' is 0 MSI (c) (F0:2C) [15:28:00:975]: *** RunEngine: *** Product: C:\Daten\IBF\CSharp\IBF_SolutionNG_2010\SetupUI\bin\Debug\Safexpert.msi *** Action: *** CommandLine: ** MSI (c) (F0:2C) [15:28:01:009]: Client-side and UI is none or basic: Running entire install on the server. MSI (c) (F0:2C) [15:28:01:047]: Grabbed execution mutex. MSI (c) (F0:2C) [15:28:01:072]: Cloaking enabled. MSI (c) (F0:2C) [15:28:01:122]: Attempting to enable all disabled privileges before calling Install on Server MSI (c) (F0:2C) [15:28:01:185]: Incrementing counter to disable shutdown. Counter after increment: 0 MSI (s) (20:D8) [15:28:01:257]: Running installation inside multi-package transaction SetupTransaction MSI (s) (20:D8) [15:28:01:338]: Grabbed execution mutex. MSI (s) (20:B4) [15:28:01:404]: Resetting cached policy values MSI (s) (20:B4) [15:28:01:453]: Machine policy value 'Debug' is 0 MSI (s) (20:B4) [15:28:01:546]: *** RunEngine: *** Product: C:\Daten\IBF\CSharp\IBF_SolutionNG_2010\SetupUI\bin\Debug\Safexpert.msi *** Action: *** CommandLine: ** MSI (s) (20:B4) [15:28:01:592]: Machine policy value 'DisableUserInstalls' is 0 MSI (s) (20:B4) [15:28:01:653]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer 3: 2 MSI (s) (20:B4) [15:28:01:725]: File will have security applied from OpCode. MSI (s) (20:B4) [15:28:01:844]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\Daten\IBF\CSharp\IBF_SolutionNG_2010\SetupUI\bin\Debug\Safexpert.msi' against software restriction policy MSI (s) (20:B4) [15:28:01:908]: Note: 1: 2262 2: DigitalSignature 3: -2147287038 MSI (s) (20:B4) [15:28:02:005]: SOFTWARE RESTRICTION POLICY: C:\Daten\IBF\CSharp\IBF_SolutionNG_2010\SetupUI\bin\Debug\Safexpert.msi is not digitally signed MSI (s) (20:B4) [15:28:02:084]: SOFTWARE RESTRICTION POLICY: C:\Daten\IBF\CSharp\IBF_SolutionNG_2010\SetupUI\bin\Debug\Safexpert.msi is permitted to run at the 'unrestricted' authorization level. MSI (s) (20:B4) [15:28:02:250]: End dialog not enabled MSI (s) (20:B4) [15:28:02:389]: Original package ==> C:\Daten\IBF\CSharp\IBF_SolutionNG_2010\SetupUI\bin\Debug\Safexpert.msi MSI (s) (20:B4) [15:28:02:435]: Package we're running from ==> C:\Windows\Installer\240fceee.msi MSI (s) (20:B4) [15:28:02:483]: APPCOMPAT: Compatibility mode property overrides found. MSI (s) (20:B4) [15:28:02:539]: APPCOMPAT: looking for appcompat database entry with ProductCode '{B08B83E5-4FC0-47E6-8522-6821B30C6EF0}'. MSI (s) (20:B4) [15:28:02:589]: APPCOMPAT: no matching ProductCode found in database. MSI (s) (20:B4) [15:28:02:638]: MSCOREE not loaded loading copy from system32 MSI (s) (20:B4) [15:28:02:694]: Machine policy value 'TransformsSecure' is 0 MSI (s) (20:B4) [15:28:02:763]: User policy value 'TransformsAtSource' is 0 MSI (s) (20:B4) [15:28:02:810]: Machine policy value 'DisablePatch' is 0 MSI (s) (20:B4) [15:28:02:863]: Machine policy value 'AllowLockdownPatch' is 0 MSI (s) (20:B4) [15:28:02:921]: Machine policy value 'DisableLUAPatching' is 0 MSI (s) (20:B4) [15:28:03:095]: Machine policy value 'DisableFlyWeightPatching' is 0 MSI (s) (20:B4) [15:28:03:198]: APPCOMPAT: looking for appcompat database entry with ProductCode '{B08B83E5-4FC0-47E6-8522-6821B30C6EF0}'. MSI (s) (20:B4) [15:28:03:289]: APPCOMPAT: no matching ProductCode found in database. MSI (s) (20:B4) [15:28:03:358]: Transforms are not secure. MSI (s) (20:B4) [15:28:03:503]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'C:\Daten\IBF\CSharp\IBF_SolutionNG_2010\SetupUI\bin\Debug\Setup.log'. MSI (s) (20:B4) [15:28:03:596]: Command Line: INSTALLLOCATION=C:\Program Files\Safexpert_Debug ARPINSTALLLOCATION=C:\Program Files\Safexpert_Debug ARPSYSTEMCOMPONENT=1 DBPATH=C:\ProgramData\Safexpert_Debug\Data CURRENTSETUPPATH=C:\Daten\IBF\CSharp\IBF_SolutionNG_2010\SetupUI\bin\Debug DBCONNECTION=DBTYPE=VistaDB;DBSERVER=;DBDATABASE=C:\ProgramData\Safexpert_Debug\Data;DBUSERNAME=;DBPASSWORD=;DBPASSWORDENC=;DBCREATE=True;DBPORT=0;REMOVEDATABASE=False;REMOVECONFIGFILES=False;SETUP_LANGUAGE=de;TARGETPATH=C:\Program Files\Safexpert_Debug CURRENTDIRECTORY=C:\Daten\IBF\CSharp\IBF_SolutionNG_2010\SetupUI\bin\Debug CLIENTUILEVEL=3 MSICLIENTUSESEXTERNALUI=1 CLIENTPROCESSID=5104 MSI (s) (20:B4) [15:28:03:703]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{216C8EC2-247B-458B-A7EC-9EC9191C85BB}'. MSI (s) (20:B4) [15:28:03:746]: Product Code passed to Engine.Initialize: '' MSI (s) (20:B4) [15:28:03:803]: Product Code from property table before transforms: '{B08B83E5-4FC0-47E6-8522-6821B30C6EF0}' MSI (s) (20:B4) [15:28:03:855]: Product Code from property table after transforms: '{B08B83E5-4FC0-47E6-8522-6821B30C6EF0}' MSI (s) (20:B4) [15:28:03:912]: Product not registered: beginning first-time install MSI (s) (20:B4) [15:28:03:964]: PROPERTY CHANGE: Modifying ALLUSERS property. Its current value is '2'. Its new value: '1'. MSI (s) (20:B4) [15:28:04:014]: Product {B08B83E5-4FC0-47E6-8522-6821B30C6EF0} is not managed. MSI (s) (20:B4) [15:28:04:072]: MSI_LUA: Credential prompt not required, user is an admin MSI (s) (20:B4) [15:28:04:263]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'. MSI (s) (20:B4) [15:28:04:383]: Entering CMsiConfigurationManager::SetLastUsedSource. MSI (s) (20:B4) [15:28:04:430]: User policy value 'SearchOrder' is 'nmu' MSI (s) (20:B4) [15:28:04:472]: Adding new sources is allowed. MSI (s) (20:B4) [15:28:04:497]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'. MSI (s) (20:B4) [15:28:04:523]: Package name extracted from package path: 'Safexpert.msi' MSI (s) (20:B4) [15:28:04:581]: Package to be registered: 'Safexpert.msi' MSI (s) (20:B4) [15:28:04:639]: Note: 1: 2205 2: 3: Error MSI (s) (20:B4) [15:28:04:707]: Note: 1: 2262 2: AdminProperties 3: -2147287038 MSI (s) (20:B4) [15:28:04:764]: Machine policy value 'DisableMsi' is 0 MSI (s) (20:B4) [15:28:04:796]: Machine policy value 'AlwaysInstallElevated' is 0 MSI (s) (20:B4) [15:28:04:973]: User policy value 'AlwaysInstallElevated' is 0 MSI (s) (20:B4) [15:28:05:038]: Product installation will be elevated because user is admin and product is being installed per-machine. MSI (s) (20:B4) [15:28:05:088]: Running product '{B08B83E5-4FC0-47E6-8522-6821B30C6EF0}' with elevated privileges: Product is assigned. MSI (s) (20:B4) [15:28:05:154]: PROPERTY CHANGE: Adding INSTALLLOCATION property. Its value is 'C:\Program Files\Safexpert_Debug'. MSI (s) (20:B4) [15:28:05:236]: PROPERTY CHANGE: Adding ARPINSTALLLOCATION property. Its value is 'C:\Program Files\Safexpert_Debug'. MSI (s) (20:B4) [15:28:05:319]: PROPERTY CHANGE: Adding ARPSYSTEMCOMPONENT property. Its value is '1'. MSI (s) (20:B4) [15:28:05:380]: PROPERTY CHANGE: Adding DBPATH property. Its value is 'C:\ProgramData\Safexpert_Debug\Data'. MSI (s) (20:B4) [15:28:05:422]: PROPERTY CHANGE: Adding CURRENTSETUPPATH property. Its value is 'C:\Daten\IBF\CSharp\IBF_SolutionNG_2010\SetupUI\bin\Debug'. MSI (s) (20:B4) [15:28:05:464]: PROPERTY CHANGE: Adding DBCONNECTION property. Its value is 'DBTYPE=VistaDB;DBSERVER=;DBDATABASE=C:\ProgramData\Safexpert_Debug\Data;DBUSERNAME=;DBPASSWORD=;DBPASSWORDENC=;DBCREATE=True;DBPORT=0;REMOVEDATABASE=False;REMOVECONFIGFILES=False;SETUP_LANGUAGE=de;TARGETPATH=C:\Program Files\Safexpert_Debug'. MSI (s) (20:B4) [15:28:05:514]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Daten\IBF\CSharp\IBF_SolutionNG_2010\SetupUI\bin\Debug'. MSI (s) (20:B4) [15:28:05:564]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '3'. MSI (s) (20:B4) [15:28:05:587]: PROPERTY CHANGE: Adding MSICLIENTUSESEXTERNALUI property. Its value is '1'. MSI (s) (20:B4) [15:28:05:614]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '5104'. MSI (s) (20:B4) [15:28:05:672]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0 MSI (s) (20:B4) [15:28:05:726]: PROPERTY CHANGE: Adding MsiRestartManagerSessionKey property. Its value is '4e26350e175bc8498a19489510c03852'. MSI (s) (20:B4) [15:28:05:767]: RESTART MANAGER: Session opened. MSI (s) (20:B4) [15:28:05:813]: PROPERTY CHANGE: Adding MsiSystemRebootPending property. Its value is '1'. MSI (s) (20:B4) [15:28:05:859]: TRANSFORMS property is now: MSI (s) (20:B4) [15:28:05:901]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '301'. MSI (s) (20:B4) [15:28:05:944]: SHELL32::SHGetFolderPath returned: C:\Users\waltermrak\AppData\Roaming MSI (s) (20:B4) [15:28:06:539]: SHELL32::SHGetFolderPath returned: C:\Users\waltermrak\Favorites MSI (s) (20:B4) [15:28:06:580]: SHELL32::SHGetFolderPath returned: C:\Users\waltermrak\AppData\Roaming\Microsoft\Windows\Network Shortcuts MSI (s) (20:B4) [15:28:06:640]: SHELL32::SHGetFolderPath returned: C:\Users\waltermrak\Documents MSI (s) (20:B4) [15:28:06:679]: SHELL32::SHGetFolderPath returned: C:\Users\waltermrak\AppData\Roaming\Microsoft\Windows\Printer Shortcuts MSI (s) (20:B4) [15:28:06:741]: SHELL32::SHGetFolderPath returned: C:\Users\waltermrak\AppData\Roaming\Microsoft\Windows\Recent MSI (s) (20:B4) [15:28:06:811]: SHELL32::SHGetFolderPath returned: C:\Users\waltermrak\AppData\Roaming\Microsoft\Windows\SendTo MSI (s) (20:B4) [15:28:06:888]: SHELL32::SHGetFolderPath returned: C:\Users\waltermrak\AppData\Roaming\Microsoft\Windows\Templates MSI (s) (20:B4) [15:28:06:926]: SHELL32::SHGetFolderPath returned: C:\ProgramData MSI (s) (20:B4) [15:28:06:971]: SHELL32::SHGetFolderPath returned: C:\Users\waltermrak\AppData\Local MSI (s) (20:B4) [15:28:07:020]: SHELL32::SHGetFolderPath returned: C:\Users\waltermrak\Pictures MSI (s) (20:B4) [15:28:07:066]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools MSI (s) (20:B4) [15:28:07:102]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup MSI (s) (20:B4) [15:28:07:152]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs MSI (s) (20:B4) [15:28:07:194]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu MSI (s) (20:B4) [15:28:07:227]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop MSI (s) (20:B4) [15:28:07:270]: SHELL32::SHGetFolderPath returned: C:\Users\waltermrak\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools MSI (s) (20:B4) [15:28:07:328]: SHELL32::SHGetFolderPath returned: C:\Users\waltermrak\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup MSI (s) (20:B4) [15:28:07:417]: SHELL32::SHGetFolderPath returned: C:\Users\waltermrak\AppData\Roaming\Microsoft\Windows\Start Menu\Programs MSI (s) (20:B4) [15:28:07:471]: SHELL32::SHGetFolderPath returned: C:\Users\waltermrak\AppData\Roaming\Microsoft\Windows\Start Menu MSI (s) (20:B4) [15:28:07:531]: SHELL32::SHGetFolderPath returned: C:\Users\waltermrak\Desktop MSI (s) (20:B4) [15:28:07:617]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates MSI (s) (20:B4) [15:28:07:651]: SHELL32::SHGetFolderPath returned: C:\Windows\Fonts MSI (s) (20:B4) [15:28:07:685]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16 MSI (s) (20:B4) [15:28:07:723]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated. MSI (s) (20:B4) [15:28:07:759]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'. MSI (s) (20:B4) [15:28:07:792]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'. MSI (s) (20:B4) [15:28:07:842]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 MSI (s) (20:B4) [15:28:07:883]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'waltermrak'. MSI (s) (20:B4) [15:28:07:926]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 MSI (s) (20:B4) [15:28:07:954]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\Windows\Installer\240fceee.msi'. MSI (s) (20:B4) [15:28:07:984]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\Daten\IBF\CSharp\IBF_SolutionNG_2010\SetupUI\bin\Debug\Safexpert.msi'. MSI (s) (20:B4) [15:28:08:012]: Machine policy value 'MsiDisableEmbeddedUI' is 0 MSI (s) (20:B4) [15:28:08:043]: EEUI - Disabling MsiEmbeddedUI due to existing external or embedded UI MSI (s) (20:B4) [15:28:08:204]: EEUI - Disabling MsiEmbeddedUI for service because it's not a quiet/basic install === Logging started: 23.06.2010 15:28:08 === MSI (s) (20:B4) [15:28:08:343]: Note: 1: 2205 2: 3: PatchPackage MSI (s) (20:B4) [15:28:08:384]: Machine policy value 'DisableRollback' is 0 MSI (s) (20:B4) [15:28:08:412]: User policy value 'DisableRollback' is 0 MSI (s) (20:B4) [15:28:08:443]: PROPERTY CHANGE: Adding UILevel property. Its value is '2'. MSI (s) (20:B4) [15:28:08:484]: PROPERTY CHANGE: Adding MsiUISourceResOnly property. Its value is '1'. MSI (s) (20:B4) [15:28:08:526]: PROPERTY CHANGE: Adding MsiUIUACOnly property. Its value is '1'. MSI (s) (20:B4) [15:28:08:560]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'. MSI (s) (20:B4) [15:28:08:676]: Doing action: INSTALL MSI (s) (20:B4) [15:28:08:734]: Note: 1: 2205 2: 3: ActionText Action start 15:28:08: INSTALL. MSI (s) (20:B4) [15:28:08:818]: Running ExecuteSequence MSI (s) (20:B4) [15:28:08:859]: Doing action: ValidateProductID MSI (s) (20:B4) [15:28:08:909]: Note: 1: 2205 2: 3: ActionText Action start 15:28:08: ValidateProductID. Action ended 15:28:08: ValidateProductID. Return value 1. MSI (s) (20:B4) [15:28:09:026]: Doing action: CostInitialize MSI (s) (20:B4) [15:28:09:067]: Note: 1: 2205 2: 3: ActionText Action start 15:28:09: CostInitialize. MSI (s) (20:B4) [15:28:09:221]: Machine policy value 'MaxPatchCacheSize' is 10 MSI (s) (20:B4) [15:28:09:297]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'. MSI (s) (20:B4) [15:28:09:618]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'. MSI (s) (20:B4) [15:28:09:686]: Note: 1: 2205 2: 3: Patch MSI (s) (20:B4) [15:28:09:784]: Note: 1: 2205 2: 3: PatchPackage MSI (s) (20:B4) [15:28:09:834]: Note: 1: 2205 2: 3: MsiPatchHeaders MSI (s) (20:B4) [15:28:09:875]: Note: 1: 2205 2: 3: _MsiPatchFileList MSI (s) (20:B4) [15:28:10:025]: Note: 1: 2205 2: 3: PatchPackage MSI (s) (20:B4) [15:28:10:095]: Note: 1: 2228 2: 3: PatchPackage 4: SELECT DiskId, PatchId, LastSequence FROM Media, PatchPackage WHERE Media.DiskId=PatchPackage.`MediaORDER BYDiskId MSI (s) (20:B4) [15:28:10:237]: Note: 1: 2205 2: 3: Patch Action ended 15:28:10: CostInitialize. Return value 1. MSI (s) (20:B4) [15:28:10:412]: Doing action: FileCost MSI (s) (20:B4) [15:28:10:528]: Note: 1: 2205 2: 3: ActionText Action start 15:28:10: FileCost. MSI (s) (20:B4) [15:28:10:697]: Note: 1: 2205 2: 3: Class MSI (s) (20:B4) [15:28:10:803]: Note: 1: 2205 2: 3: Extension MSI (s) (20:B4) [15:28:10:853]: Note: 1: 2205 2: 3: TypeLib Action ended 15:28:10: FileCost. Return value 1. MSI (s) (20:B4) [15:28:11:284]: Doing action: CostFinalize MSI (s) (20:B4) [15:28:11:350]: Note: 1: 2205 2: 3: ActionText Action start 15:28:11: CostFinalize. MSI (s) (20:B4) [15:28:11:504]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'. MSI (s) (20:B4) [15:28:11:594]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'. MSI (s) (20:B4) [15:28:11:670]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'. MSI (s) (20:B4) [15:28:11:744]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'. MSI (s) (20:B4) [15:28:11:836]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'. MSI (s) (20:B4) [15:28:11:925]: Note: 1: 2205 2: 3: Patch MSI (s) (20:B4) [15:28:12:004]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\'. MSI (s) (20:B4) [15:28:12:087]: PROPERTY CHANGE: Adding MainAppProgramMenu property. Its value is 'C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Safexpert Debug\'. MSI (s) (20:B4) [15:28:12:283]: WIN64DUALFOLDERS: 'C:\Program Files (x86)\' will substitute 17 characters in 'C:\Program Files\Safexpert_Debug\' folder path. (mask argument = 0, the folder pair's iSwapAttrib member = 0). MSI (s) (20:B4) [15:28:12:382]: PROPERTY CHANGE: Modifying INSTALLLOCATION property. Its current value is 'C:\Program Files\Safexpert_Debug'. Its new value: 'C:\Program Files (x86)\Safexpert_Debug\'. MSI (s) (20:B4) [15:28:12:511]: Target path resolution complete. Dumping Directory table... MSI (s) (20:B4) [15:28:12:586]: Note: target paths subject to change (via custom actions or browsing) MSI (s) (20:B4) [15:28:12:652]: Dir (target): Key: TARGETDIR , Object: C:\ MSI (s) (20:B4) [15:28:12:719]: Dir (target): Key: WindowsFolder , Object: C:\Windows\ MSI (s) (20:B4) [15:28:12:777]: Dir (target): Key: ProgramMenuFolder , Object: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\ MSI (s) (20:B4) [15:28:12:840]: Dir (target): Key: MainAppProgramMenu , Object: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Safexpert Debug\ MSI (s) (20:B4) [15:28:12:907]: Dir (target): Key: ProgramFilesFolder , Object: C:\Program Files (x86)\ MSI (s) (20:B4) [15:28:12:977]: Dir (target): Key: SystemFolder , Object: C:\Windows\SysWOW64\ MSI (s) (20:B4) [15:28:13:069]: Dir (target): Key: INSTALLLOCATION , Object: C:\Program Files (x86)\Safexpert_Debug\ MSI (s) (20:B4) [15:28:13:144]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is '1'. MSI (s) (20:B4) [15:28:13:213]: skipping installation of assembly component: {FFD703F0-91CF-46C4-B8C6-5367A1263AE5} since the assembly already exists MSI (s) (20:B4) [15:28:13:303]: skipping installation of assembly component: {03D7B17F-33D5-4AE9-8C84-5FB03330330A} since the assembly already exists MSI (s) (20:B4) [15:28:13:407]: skipping installation of assembly component: {9874D1C4-AB6A-438F-9059-4A78FDB22BC2} since the assembly already exists MSI (s) (20:B4) [15:28:13:566]: skipping installation of assembly component: {D2B39CD2-ED77-4F5F-BE9E-25FDFC60A73D} since the assembly already exists MSI (s) (20:B4) [15:28:13:645]: skipping installation of assembly component: {225622B8-EA5F-41CD-8E6F-8800EFA3C4C3} since the assembly already exists MSI (s) (20:B4) [15:28:13:728]: skipping installation of assembly component: {C9F2F080-F6CD-4D4E-9622-D57A8C10F652} since the assembly already exists MSI (s) (20:B4) [15:28:13:798]: skipping installation of assembly component: {E124C486-9044-4461-A1FC-C05B90ABBD23} since the assembly already exists MSI (s) (20:B4) [15:28:13:858]: skipping installation of assembly component: {9C62352B-86CE-4FA9-96E5-D2880C9E828B} since the assembly already exists MSI (s) (20:B4) [15:28:13:932]: skipping installation of assembly component: {0CE4B742-3C32-4529-A9F4-BF95CC449D07} since the assembly already exists MSI (s) (20:B4) [15:28:14:016]: skipping installation of assembly component: {2EE13DBF-A555-4C48-9504-0263326BF006} since the assembly already exists MSI (s) (20:B4) [15:28:14:062]: skipping installation of assembly component: {A02765E3-9837-42E9-A4EE-F3673FBA3897} since the assembly already exists MSI (s) (20:B4) [15:28:14:235]: skipping installation of assembly component: {A38A9981-0C25-4C0E-B100-3BDA9A061779} since the assembly already exists MSI (s) (20:B4) [15:28:14:286]: skipping installation of assembly component: {8BDECCEA-DEF1-46AC-9F6D-2898328267A8} since the assembly already exists MSI (s) (20:B4) [15:28:14:365]: skipping installation of assembly component: {EECF5149-1A71-4DBE-A672-C5925D0601F2} since the assembly already exists MSI (s) (20:B4) [15:28:14:440]: skipping installation of assembly component: {27809DA2-1DD8-402F-91B9-A4C04781F7E2} since the assembly already exists MSI (s) (20:B4) [15:28:14:498]: skipping installation of assembly component: {4977178A-AAF1-4E21-81C1-A7B86EF14761} since the assembly already exists MSI (s) (20:B4) [15:28:14:570]: skipping installation of assembly component: {29DC493B-93A2-43BD-9892-866C040D8B9D} since the assembly already exists MSI (s) (20:B4) [15:28:14:616]: skipping installation of assembly component: {176DCAF3-CD1C-46F9-8627-17575ACC3E9B} since the assembly already exists MSI (s) (20:B4) [15:28:14:690]: skipping installation of assembly component: {E93E64E9-88D4-4029-AB56-4713B38560CA} since the assembly already exists MSI (s) (20:B4) [15:28:14:740]: skipping installation of assembly component: {4DEE5876-FEE8-4708-A90E-A60E707C6C4A} since the assembly already exists MSI (s) (20:B4) [15:28:14:778]: skipping installation of assembly component: {0FE0B6F0-96AF-4674-8510-0995912EFDAC} since the assembly already exists MSI (s) (20:B4) [15:28:14:848]: skipping installation of assembly component: {839CB6BE-03E9-46CF-961A-9226A1B02590} since the assembly already exists MSI (s) (20:B4) [15:28:14:919]: skipping installation of assembly component: {648F93CB-8C21-4FAC-BA53-2D0A23D758CB} since the assembly already exists MSI (s) (20:B4) [15:28:14:961]: skipping installation of assembly component: {90AEC8FE-34BA-4380-BD24-9FEB4061D584} since the assembly already exists MSI (s) (20:B4) [15:28:15:024]: skipping installation of assembly component: {417E535E-7692-4C0E-A2B9-7DF9A3A4711F} since the assembly already exists MSI (s) (20:B4) [15:28:15:069]: skipping installation of assembly component: {836FC9CB-4093-41A0-BB7E-9EFC2498514B} since the assembly already exists MSI (s) (20:B4) [15:28:15:110]: skipping installation of assembly component: {976D02BE-F790-4B8F-983C-ADF96C7E440B} since the assembly already exists MSI (s) (20:B4) [15:28:15:710]: skipping installation of assembly component: {143BDC99-A85B-4847-B36D-11009D32DEE3} since the assembly already exists MSI (s) (20:B4) [15:28:15:790]: skipping installation of assembly component: {9374A58A-4044-4AF0-9A51-05036C16D775} since the assembly already exists MSI (s) (20:B4) [15:28:15:902]: skipping installation of assembly component: {07159B59-0518-45AD-B4E2-DC3416CB3245} since the assembly already exists MSI (s) (20:B4) [15:28:15:986]: skipping installation of assembly component: {98DB9931-861F-45FE-B553-D16735F9D729} since the assembly already exists Action ended 15:28:16: CostFinalize. Return value 1. MSI (s) (20:B4) [15:28:16:231]: Doing action: InstallValidate MSI (s) (20:B4) [15:28:16:318]: Note: 1: 2205 2: 3: ActionText Action start 15:28:16: InstallValidate. MSI (s) (20:B4) [15:28:16:464]: PROPERTY CHANGE: Deleting MsiRestartManagerSessionKey property. Its current value is '4e26350e175bc8498a19489510c03852'. MSI (s) (20:B4) [15:28:16:534]: Note: 1: 2205 2: 3: Dialog MSI (s) (20:B4) [15:28:16:601]: Feature: Complete; Installed: Absent; Request: Local; Action: Local MSI (s) (20:B4) [15:28:16:755]: Feature: Base; Installed: Absent; Request: Local; Action: Local MSI (s) (20:B4) [15:28:16:826]: Component: compMSI; Installed: Absent; Request: Local; Action: Local MSI (s) (20:B4) [15:28:16:910]: Component: compMainApp; Installed: Absent; Request: Local; Action: Local MSI (s) (20:B4) [15:28:17:001]: Component: compReleaseNotes; Installed: Absent; Request: Local; Action: Local MSI (s) (20:B4) [15:28:17:080]: Component: BaseClasses.dll; Installed: Absent; Request: Local; Action: Local MSI (s) (20:B4) [15:28:17:126]: Component: GeneralControls.dll; Installed: Absent; Request: Local; Action: Local MSI (s) (20:B4) [15:28:17:197]: Component: DbFramework.dll; Installed: Absent; Request: Local; Action: Local MSI (s) (20:B4) [15:28:17:272]: Component: SEDBObjects.dll; Installed: Absent; Request: Local; Action: Local MSI (s) (20:B4) [15:28:17:338]: Component: SEConversion.dll; Installed: Absent; Request: Local; Action: Local MSI (s) (20:B4) [15:28:17:417]: Component: SENotification.exe; Installed: Absent; Request: Local; Action: Local MSI (s) (20:B4) [15:28:17:482]: Component: Devart.Data.dll; Installed: Absent; Request: Local; Action: Null MSI (s) (20:B4) [15:28:17:555]: Component: Devart.Data.MySql.dll; Installed: Absent; Request: Local; Action: Null MSI (s) (20:B4) [15:28:17:622]: Component: DataWeb.TurboDB.Native.Provider.dll; Installed: Absent; Request: Local; Action: Null MSI (s) (20:B4) [15:28:17:680]: Component: DevExpress.Data.dll; Installed: Absent; Request: Local; Action: Null MSI (s) (20:B4) [15:28:17:700]: Component: DevExpress.RichEditCore.dll; Installed: Absent; Request: Local; Action: Null MSI (s) (20:B4) [15:28:17:763]: Component: DevExpress.Utils.dll; Installed: Absent; Request: Local; Action: Null MSI (s) (20:B4) [15:28:17:825]: Component: DevExpress.XtraBars.dll; Installed: Absent; Request: Local; Action: Null MSI (s) (20:B4) [15:28:17:884]: Component: DevExpress.XtraEditors.dll; Installed: Absent; Request: Local; Action: Null MSI (s) (20:B4) [15:28:17:962]: Component: DevExpress.XtraGrid.dll; Installed: Absent; Request: Local; Action: Null MSI (s) (20:B4) [15:28:18:030]: Component: DevExpress.XtraLayout.dll; Installed: Absent; Request: Local; Action: Null MSI (s) (20:B4) [15:28:18:150]: Component: DevExpress.XtraNavBar.dll; Installed: Absent; Request: Local; Action: Null MSI (s) (20:B4) [15:28:18:267]: Component: DevExpress.XtraPrinting.dll; Installed: Absent; Request: Local; Action: Null MSI (s) (20:B4) [15:28:18:324]: Component: DevExpress.XtraReports.dll; Installed: Absent; Request: Local; Action: Null MSI (s) (20:B4) [15:28:18:375]: Component: DevExpress.XtraReportsExtensions.dll; Installed: Absent; Request: Local; Action: Null MSI (s) (20:B4) [15:28:18:441]: Component: DevExpress.XtraRichEdit.dll; Installed: Absent; Request: Local; Action: Null MSI (s) (20:B4) [15:28:18:559]: Component: DevExpress.XtraRichEditExtensions.dll; Installed: Absent; Request: Local; Action: Null MSI (s) (20:B4) [15:28:18:607]: Component: DevExpress.XtraRichEditPrinting.dll; Installed: Absent; Request: Local; Action: Null MSI (s) (20:B4) [15:28:18:658]: Component: DevExpress.XtraTreeList.dll; Installed: Absent; Request: Local; Action: Null MSI (s) (20:B4) [15:28:18:688]: Component: DevExpress.XtraWizard.dll; Installed: Absent; Request: Local; Action: Null MSI (s) (20:B4) [15:28:18:721]: Component: DevExpress.Charts.Core.dll; Installed: Absent; Request: Local; Action: Null MSI (s) (20:B4) [15:28:18:755]: Component: DevExpress.XtraCharts.dll; Installed: Absent; Request: Local; Action: Null MSI (s) (20:B4) [15:28:18:788]: Component: DevExpress.XtraPivotGrid.Core.dll; Installed: Absent; Request: Local; Action: Null MSI (s) (20:B4) [15:28:18:850]: Component: DevExpress.XtraPivotGrid.dll; Installed: Absent; Request: Local; Action: Null MSI (s) (20:B4) [15:28:18:920]: Component: DevExpress.XtraVerticalGrid.dll; Installed: Absent; Request: Local; Action: Null MSI (s) (20:B4) [15:28:18:992]: Component: FirebirdSql.Data.FirebirdClient.dll; Installed: Absent; Request: Local; Action: Null MSI (s) (20:B4) [15:28:19:055]: Component: ICSharpCode.SharpZipLib.dll; Installed: Absent; Request: Local; Action: Null MSI (s) (20:B4) [15:28:19:096]: Component: itextsharp.dll; Installed: Absent; Request: Local; Action: Null MSI (s) (20:B4) [15:28:19:163]: Component: log4net.dll; Installed: Absent; Request: Local; Action: Null MSI (s) (20:B4) [15:28:19:225]: Component: VistaDB.dll; Installed: Absent; Request: Local; Action: Null MSI (s) (20:B4) [15:28:19:288]: Component: O2S.Components.PDFRenderNET.dll; Installed: Absent; Request: Local; Action: Null MSI (s) (20:B4) [15:28:19:321]: Component: O2S.Components.PDFViewNET.dll; Installed: Absent; Request: Local; Action: Null MSI (s) (20:B4) [15:28:19:354]: Component: compTDBNative; Installed: Absent; Request: Local; Action: Local MSI (s) (20:B4) [15:28:19:421]: Component: __Devart.Data.dll65; Installed: Null; Request: Local; Action: Null MSI (s) (20:B4) [15:28:19:442]: Component: __Devart.Data.MySql.dll65; Installed: Null; Request: Local; Action: Null MSI (s) (20:B4) [15:28:19:513]: Component: __DataWeb.TurboDB.Native.Provider.dll65; Installed: Null; Request: Local; Action: Null MSI (s) (20:B4) [15:28:19:546]: Component: __DevExpress.Data.dll65; Installed: Null; Request: Local; Action: Null MSI (s) (20:B4) [15:28:19:608]: Component: __DevExpress.RichEditCore.dll65; Installed: Null; Request: Local; Action: Null MSI (s) (20:B4) [15:28:19:676]: Component: __DevExpress.Utils.dll65; Installed: Null; Request: Local; Action: Null MSI (s) (20:B4) [15:28:19:733]: Component: __DevExpress.XtraBars.dll65; Installed: Null; Request: Local; Action: Null MSI (s) (20:B4) [15:28:19:796]: Component: __DevExpress.XtraEditors.dll65; Installed: Null; Request: Local; Action: Null MSI (s) (20:B4) [15:28:20:191]: Component: __DevExpress.XtraGrid.dll65; Installed: Null; Request: Local; Action: Null MSI (s) (20:B4) [15:28:20:240]: Component: __DevExpress.XtraLayout.dll65; Installed: Null; Request: Local; Action: Null MSI (s) (20:B4) [15:28:20:291]: Component: __DevExpress.XtraNavBar.dll65; Installed: Null; Request: Local; Action: Null MSI (s) (20:B4) [15:28:20:312]: Component: __DevExpress.XtraPrinting.dll65; Installed: Null; Request: Local; Action: Null MSI (s) (20:B4) [15:28:20:338]: Component: __DevExpress.XtraReports.dll65; Installed: Null; Request: Local; Action: Null MSI (s) (20:B4) [15:28:20:358]: Component: __DevExpress.XtraReportsExtensions.dll65; Installed: Null; Request: Local; Action: Null MSI (s) (20:B4) [15:28:20:387]: Component: __DevExpress.XtraRichEdit.dll65; Installed: Null; Request: Local; Action: Null MSI (s) (20:B4) [15:28:20:412]: Component: __DevExpress.XtraRichEditExtensions.dll65; Installed: Null; Request: Local; Action: Null MSI (s) (20:B4) [15:28:20:475]: Component: __DevExpress.XtraRichEditPrinting.dll65; Installed: Null; Request: Local; Action: Null MSI (s) (20:B4) [15:28:20:548]: Component: __DevExpress.XtraTreeList.dll65; Installed: Null; Request: Local; Action: Null MSI (s) (20:B4) [15:28:20:627]: Component: __DevExpress.XtraWizard.dll65; Installed: Null; Request: Local; Action: Null MSI (s) (20:B4) [15:28:20:724]: Component: __DevExpress.Charts.Core.dll65; Installed: Null; Request: Local; Action: Null MSI (s) (20:B4) [15:28:20:783]: Component: __DevExpress.XtraCharts.dll65; Installed: Null; Request: Local; Action: Null MSI (s) (20:B4) [15:28:20:881]: Component: __DevExpress.XtraPivotGrid.Core.dll65; Installed: Null; Request: Local; Action: Null MSI (s) (20:B4) [15:28:20:965]: Component: __DevExpress.XtraPivotGrid.dll65; Installed: Null; Request: Local; Action: Null MSI (s) (20:B4) [15:28:21:056]: Component: __DevExpress.XtraVerticalGrid.dll65; Installed: Null; Request: Local; Action: Null MSI (s) (20:B4) [15:28:21:142]: Component: __FirebirdSql.Data.FirebirdClient.dll65; Installed: Null; Request: Local; Action: Null MSI (s) (20:B4) [15:28:21:216]: Component: __ICSharpCode.SharpZipLib.dll65; Installed: Null; Request: Local; Action: Null MSI (s) (20:B4) [15:28:21:273]: Component: __itextsharp.dll65; Installed: Null; Request: Local; Action: Null MSI (s) (20:B4) [15:28:21:333]: Component: __log4net.dll65; Installed: Null; Request: Local; Action: Null MSI (s) (20:B4) [15:28:21:389]: Component: __VistaDB.dll65; Installed: Null; Request: Local; Action: Null MSI (s) (20:B4) [15:28:21:441]: Component: __O2S.Components.PDFRenderNET.dll65; Installed: Null; Request: Local; Action: Null MSI (s) (20:B4) [15:28:21:498]: Component: __O2S.Components.PDFViewNET.dll65; Installed: Null; Request: Local; Action: Null MSI (s) (20:B4) [15:28:21:549]: Component: __compMainApp65; Installed: Null; Request: Local; Action: Local MSI (s) (20:B4) [15:28:21:615]: Component: __compMSI65; Installed: Null; Request: Local; Action: Local MSI (s) (20:B4) [15:28:21:667]: Note: 1: 2205 2: 3: BindImage MSI (s) (20:B4) [15:28:21:719]: Note: 1: 2205 2: 3: ProgId MSI (s) (20:B4) [15:28:21:766]: Note: 1: 2205 2: 3: PublishComponent MSI (s) (20:B4) [15: ... Executing op: RegCreateKey() MSI (s) (20:B4) [15:29:17:633]: Executing op: RegRemoveValue(Name=EstimatedSize,Value=#+11341,) MSI (s) (20:B4) [15:29:17:676]: Executing op: RegCreateKey() MSI (s) (20:B4) [15:29:17:716]: Executing op: RegRemoveValue(Name=Size,,) MSI (s) (20:B4) [15:29:17:744]: Executing op: RegCreateKey() MSI (s) (20:B4) [15:29:17:774]: Executing op: RegRemoveValue(Name=Readme,,) MSI (s) (20:B4) [15:29:17:802]: Executing op: RegCreateKey() MSI (s) (20:B4) [15:29:17:832]: Executing op: RegRemoveValue(Name=Publisher,Value=Safexpert,) MSI (s) (20:B4) [15:29:17:861]: Executing op: RegCreateKey() MSI (s) (20:B4) [15:29:17:891]: Executing op: RegRemoveValue(Name=ModifyPath,Value=#%MsiExec.exe /I{B08B83E5-4FC0-47E6-8522-6821B30C6EF0},) MSI (s) (20:B4) [15:29:17:940]: Executing op: RegCreateKey() MSI (s) (20:B4) [15:29:17:991]: Executing op: RegRemoveValue(Name=InstallSource,Value=C:\Daten\IBF\CSharp\IBF_SolutionNG_2010\SetupUI\bin\Debug\,) MSI (s) (20:B4) [15:29:18:020]: Executing op: RegCreateKey() MSI (s) (20:B4) [15:29:18:050]: Executing op: RegRemoveValue(Name=InstallLocation,Value=C:\Program Files\Safexpert_Debug,) MSI (s) (20:B4) [15:29:18:078]: Executing op: RegCreateKey() MSI (s) (20:B4) [15:29:18:109]: Executing op: RegRemoveValue(Name=InstallDate,Value=20100623,) MSI (s) (20:B4) [15:29:18:137]: Executing op: RegCreateKey() MSI (s) (20:B4) [15:29:18:166]: Executing op: RegRemoveValue(Name=HelpTelephone,,) MSI (s) (20:B4) [15:29:18:217]: Executing op: RegCreateKey() MSI (s) (20:B4) [15:29:18:268]: Executing op: RegRemoveValue(Name=HelpLink,,) MSI (s) (20:B4) [15:29:18:324]: Executing op: RegCreateKey() MSI (s) (20:B4) [15:29:18:376]: Executing op: RegRemoveValue(Name=DisplayVersion,Value=0.5.99.124,) MSI (s) (20:B4) [15:29:18:419]: Executing op: RegCreateKey() MSI (s) (20:B4) [15:29:18:458]: Executing op: RegRemoveValue(Name=Contact,,) MSI (s) (20:B4) [15:29:18:511]: Executing op: RegCreateKey() MSI (s) (20:B4) [15:29:18:541]: Executing op: RegRemoveValue(Name=Comments,,) MSI (s) (20:B4) [15:29:18:569]: Executing op: RegCreateKey() MSI (s) (20:B4) [15:29:18:599]: Executing op: RegRemoveValue(Name=AuthorizedCDFPrefix,,) MSI (s) (20:B4) [15:29:18:628]: Executing op: RegCreateKey() MSI (s) (20:B4) [15:29:18:658]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\5E38B80B0CF46E74582286123BC0E60F\InstallProperties,,BinaryType=1,,) MSI (s) (20:B4) [15:29:18:686]: Executing op: RegRemoveValue(Name=LocalPackage,Value=C:\Windows\Installer\240fcef2.msi,) MSI (s) (20:B4) [15:29:18:716]: Executing op: RegRemoveKey() MSI (s) (20:B4) [15:29:18:744]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\5E38B80B0CF46E74582286123BC0E60F\InstallProperties 3: 2 MSI (s) (20:B4) [15:29:18:774]: Executing op: FileRemove(,FileName=C:\Windows\Installer\240fcef2.msi,Elevate=1,) MSI (s) (20:B4) [15:29:18:823]: Executing op: FileRemove(,FileName=C:\Windows\Installer\240fcef2.msi,,) MSI (s) (20:B4) [15:29:18:883]: Executing op: ActionStart(Name=WriteRegistryValues,Description=Writing system registry values,Template=Key: [1], Name: [2], Value: [3]) MSI (s) (20:B4) [15:29:18:945]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Safexpert_Debug,,BinaryType=0,,) MSI (s) (20:B4) [15:29:19:007]: Executing op: RegCreateKey() MSI (s) (20:B4) [15:29:19:050]: Executing op: RegRemoveValue(Name=URLUpdateInfo,Value=http://www.safexpert.com,) MSI (s) (20:B4) [15:29:19:091]: Executing op: RegCreateKey() MSI (s) (20:B4) [15:29:19:135]: Executing op: RegRemoveValue(Name=DisplayIcon,Value=C:\ProgramData{B08B83E5-4FC0-47e6-8522-6821B30C6EF0}\Setup.exe,-0,) MSI (s) (20:B4) [15:29:19:174]: Executing op: RegCreateKey() MSI (s) (20:B4) [15:29:19:203]: Executing op: RegRemoveValue(Name=UninstallString,Value=C:\ProgramData{B08B83E5-4FC0-47e6-8522-6821B30C6EF0}\Setup.exe /x,) MSI (s) (20:B4) [15:29:19:260]: Executing op: RegCreateKey() MSI (s) (20:B4) [15:29:19:318]: Executing op: RegRemoveValue(Name=Publisher,Value=Safexpert,) MSI (s) (20:B4) [15:29:19:374]: Executing op: RegCreateKey() MSI (s) (20:B4) [15:29:19:420]: Executing op: RegRemoveValue(Name=DisplayVersion,Value=0.5.99.124,) MSI (s) (20:B4) [15:29:19:458]: Executing op: RegCreateKey() MSI (s) (20:B4) [15:29:19:501]: Executing op: RegRemoveValue(Name=DisplayName,Value=Safexpert Debug,) MSI (s) (20:B4) [15:29:19:540]: Executing op: RegRemoveKey() MSI (s) (20:B4) [15:29:19:569]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Safexpert_Debug 3: 2 MSI (s) (20:B4) [15:29:19:599]: Executing op: ActionStart(Name=CreateShortcuts,Description=Creating shortcuts,Template=Shortcut: [1]) MSI (s) (20:B4) [15:29:19:627]: Executing op: SetTargetFolder(Folder=23\Safexpert Debug) MSI (s) (20:B4) [15:29:19:659]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs MSI (s) (20:B4) [15:29:19:686]: Executing op: SetTargetFolder(Folder=23\Safexpert Debug) MSI (s) (20:B4) [15:29:19:718]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs MSI (s) (20:B4) [15:29:19:759]: Executing op: FileRemove(,FileName=Safexpert Debug.lnk,,) MSI (s) (20:B4) [15:29:19:800]: Note: 1: 2318 2: MSI (s) (20:B4) [15:29:19:845]: Executing op: FileRemove(,FileName=C:\Windows\Installer{B08B83E5-4FC0-47E6-8522-6821B30C6EF0}\Safexpert.ico,Elevate=1,) MSI (s) (20:B4) [15:29:19:892]: Note: 1: 2318 2: MSI (s) (20:B4) [15:29:19:990]: Executing op: ActionStart(Name=InstallFiles,Description=Copying new files,Template=File: [1], Directory: [9], Size: [6]) MSI (s) (20:B4) [15:29:20:032]: Executing op: SetTargetFolder(Folder=C:\Windows\SysWOW64) MSI (s) (20:B4) [15:29:20:060]: Executing op: UnregisterSharedComponentProvider(Component={FFD703F0-91CF-46C4-B8C6-5367A1263AE5},ProductCode={B08B83E5-4FC0-47E6-8522-6821B30C6EF0}) MSI (s) (20:B4) [15:29:20:090]: Executing op: UnregisterSharedComponentProvider(Component={03D7B17F-33D5-4AE9-8C84-5FB03330330A},ProductCode={B08B83E5-4FC0-47E6-8522-6821B30C6EF0}) MSI (s) (20:B4) [15:29:20:121]: Executing op: UnregisterSharedComponentProvider(Component={9874D1C4-AB6A-438F-9059-4A78FDB22BC2},ProductCode={B08B83E5-4FC0-47E6-8522-6821B30C6EF0}) MSI (s) (20:B4) [15:29:20:151]: Executing op: UnregisterSharedComponentProvider(Component={D2B39CD2-ED77-4F5F-BE9E-25FDFC60A73D},ProductCode={B08B83E5-4FC0-47E6-8522-6821B30C6EF0}) MSI (s) (20:B4) [15:29:20:177]: Executing op: UnregisterSharedComponentProvider(Component={225622B8-EA5F-41CD-8E6F-8800EFA3C4C3},ProductCode={B08B83E5-4FC0-47E6-8522-6821B30C6EF0}) MSI (s) (20:B4) [15:29:20:211]: Executing op: UnregisterSharedComponentProvider(Component={C9F2F080-F6CD-4D4E-9622-D57A8C10F652},ProductCode={B08B83E5-4FC0-47E6-8522-6821B30C6EF0}) MSI (s) (20:B4) [15:29:20:244]: Executing op: UnregisterSharedComponentProvider(Component={E124C486-9044-4461-A1FC-C05B90ABBD23},ProductCode={B08B83E5-4FC0-47E6-8522-6821B30C6EF0}) MSI (s) (20:B4) [15:29:20:294]: Executing op: UnregisterSharedComponentProvider(Component={9C62352B-86CE-4FA9-96E5-D2880C9E828B},ProductCode={B08B83E5-4FC0-47E6-8522-6821B30C6EF0}) MSI (s) (20:B4) [15:29:20:340]: Executing op: UnregisterSharedComponentProvider(Component={0CE4B742-3C32-4529-A9F4-BF95CC449D07},ProductCode={B08B83E5-4FC0-47E6-8522-6821B30C6EF0}) MSI (s) (20:B4) [15:29:20:372]: Executing op: UnregisterSharedComponentProvider(Component={2EE13DBF-A555-4C48-9504-0263326BF006},ProductCode={B08B83E5-4FC0-47E6-8522-6821B30C6EF0}) MSI (s) (20:B4) [15:29:20:398]: Executing op: UnregisterSharedComponentProvider(Component={A02765E3-9837-42E9-A4EE-F3673FBA3897},ProductCode={B08B83E5-4FC0-47E6-8522-6821B30C6EF0}) MSI (s) (20:B4) [15:29:20:427]: Executing op: UnregisterSharedComponentProvider(Component={A38A9981-0C25-4C0E-B100-3BDA9A061779},ProductCode={B08B83E5-4FC0-47E6-8522-6821B30C6EF0}) MSI (s) (20:B4) [15:29:20:477]: Executing op: UnregisterSharedComponentProvider(Component={8BDECCEA-DEF1-46AC-9F6D-2898328267A8},ProductCode={B08B83E5-4FC0-47E6-8522-6821B30C6EF0}) MSI (s) (20:B4) [15:29:20:545]: Executing op: UnregisterSharedComponentProvider(Component={EECF5149-1A71-4DBE-A672-C5925D0601F2},ProductCode={B08B83E5-4FC0-47E6-8522-6821B30C6EF0}) MSI (s) (20:B4) [15:29:20:590]: Executing op: UnregisterSharedComponentProvider(Component={27809DA2-1DD8-402F-91B9-A4C04781F7E2},ProductCode={B08B83E5-4FC0-47E6-8522-6821B30C6EF0}) MSI (s) (20:B4) [15:29:20:619]: Executing op: UnregisterSharedComponentProvider(Component={4977178A-AAF1-4E21-81C1-A7B86EF14761},ProductCode={B08B83E5-4FC0-47E6-8522-6821B30C6EF0}) MSI (s) (20:B4) [15:29:20:649]: Executing op: UnregisterSharedComponentProvider(Component={29DC493B-93A2-43BD-9892-866C040D8B9D},ProductCode={B08B83E5-4FC0-47E6-8522-6821B30C6EF0}) MSI (s) (20:B4) [15:29:20:697]: Executing op: UnregisterSharedComponentProvider(Component={176DCAF3-CD1C-46F9-8627-17575ACC3E9B},ProductCode={B08B83E5-4FC0-47E6-8522-6821B30C6EF0}) MSI (s) (20:B4) [15:29:20:782]: Executing op: UnregisterSharedComponentProvider(Component={E93E64E9-88D4-4029-AB56-4713B38560CA},ProductCode={B08B83E5-4FC0-47E6-8522-6821B30C6EF0}) MSI (s) (20:B4) [15:29:20:819]: Executing op: UnregisterSharedComponentProvider(Component={4DEE5876-FEE8-4708-A90E-A60E707C6C4A},ProductCode={B08B83E5-4FC0-47E6-8522-6821B30C6EF0}) MSI (s) (20:B4) [15:29:20:883]: Executing op: UnregisterSharedComponentProvider(Component={0FE0B6F0-96AF-4674-8510-0995912EFDAC},ProductCode={B08B83E5-4FC0-47E6-8522-6821B30C6EF0}) MSI (s) (20:B4) [15:29:20:938]: Executing op: UnregisterSharedComponentProvider(Component={839CB6BE-03E9-46CF-961A-9226A1B02590},ProductCode={B08B83E5-4FC0-47E6-8522-6821B30C6EF0}) MSI (s) (20:B4) [15:29:21:006]: Executing op: UnregisterSharedComponentProvider(Component={648F93CB-8C21-4FAC-BA53-2D0A23D758CB},ProductCode={B08B83E5-4FC0-47E6-8522-6821B30C6EF0}) MSI (s) (20:B4) [15:29:21:349]: Executing op: UnregisterSharedComponentProvider(Component={90AEC8FE-34BA-4380-BD24-9FEB4061D584},ProductCode={B08B83E5-4FC0-47E6-8522-6821B30C6EF0}) MSI (s) (20:B4) [15:29:21:475]: Executing op: UnregisterSharedComponentProvider(Component={417E535E-7692-4C0E-A2B9-7DF9A3A4711F},ProductCode={B08B83E5-4FC0-47E6-8522-6821B30C6EF0}) MSI (s) (20:B4) [15:29:21:510]: Executing op: UnregisterSharedComponentProvider(Component={836FC9CB-4093-41A0-BB7E-9EFC2498514B},ProductCode={B08B83E5-4FC0-47E6-8522-6821B30C6EF0}) MSI (s) (20:B4) [15:29:21:662]: Executing op: UnregisterSharedComponentProvider(Component={976D02BE-F790-4B8F-983C-ADF96C7E440B},ProductCode={B08B83E5-4FC0-47E6-8522-6821B30C6EF0}) MSI (s) (20:B4) [15:29:21:716]: Executing op: UnregisterSharedComponentProvider(Component={143BDC99-A85B-4847-B36D-11009D32DEE3},ProductCode={B08B83E5-4FC0-47E6-8522-6821B30C6EF0}) MSI (s) (20:B4) [15:29:21:768]: Executing op: UnregisterSharedComponentProvider(Component={9374A58A-4044-4AF0-9A51-05036C16D775},ProductCode={B08B83E5-4FC0-47E6-8522-6821B30C6EF0}) MSI (s) (20:B4) [15:29:21:832]: Executing op: UnregisterSharedComponentProvider(Component={07159B59-0518-45AD-B4E2-DC3416CB3245},ProductCode={B08B83E5-4FC0-47E6-8522-6821B30C6EF0}) MSI (s) (20:B4) [15:29:21:880]: Executing op: UnregisterSharedComponentProvider(Component={98DB9931-861F-45FE-B553-D16735F9D729},ProductCode={B08B83E5-4FC0-47E6-8522-6821B30C6EF0}) MSI (s) (20:B4) [15:29:21:923]: Executing op: UnregisterSharedComponentProvider(Component={FB237C37-755B-4CDF-BD65-DF9853E0F80A},ProductCode={B08B83E5-4FC0-47E6-8522-6821B30C6EF0}) MSI (s) (20:B4) [15:29:21:968]: Executing op: SetTargetFolder(Folder=C:\Program Files (x86)\Safexpert_Debug) MSI (s) (20:B4) [15:29:22:006]: Executing op: FileRemove(,FileName=C:\Program Files (x86)\Safexpert_Debug\SENotification.exe,,) MSI (s) (20:B4) [15:29:22:045]: Note: 1: 2318 2: MSI (s) (20:B4) [15:29:22:073]: Executing op: FileRemove(,FileName=C:\Program Files (x86)\Safexpert_Debug\SEDBObjects.dll,,) MSI (s) (20:B4) [15:29:22:104]: Note: 1: 2318 2: MSI (s) (20:B4) [15:29:22:134]: Executing op: FileRemove(,FileName=C:\Program Files (x86)\Safexpert_Debug\SEConversion.dll,,) MSI (s) (20:B4) [15:29:22:186]: Note: 1: 2318 2: MSI (s) (20:B4) [15:29:22:243]: Executing op: FileRemove(,FileName=C:\Program Files (x86)\Safexpert_Debug\ReleaseNotes.txt,,) MSI (s) (20:B4) [15:29:22:298]: Note: 1: 2318 2: MSI (s) (20:B4) [15:29:22:335]: Executing op: FileRemove(,FileName=C:\Program Files (x86)\Safexpert_Debug\Safexpert.exe,,) MSI (s) (20:B4) [15:29:22:395]: Note: 1: 2318 2: MSI (s) (20:B4) [15:29:22:457]: Executing op: FileRemove(,FileName=C:\Program Files (x86)\Safexpert_Debug\GeneralControls.dll,,) MSI (s) (20:B4) [15:29:22:515]: Note: 1: 2318 2: MSI (s) (20:B4) [15:29:22:565]: Executing op: FileRemove(,FileName=C:\Program Files (x86)\Safexpert_Debug\DbFramework.dll,,) MSI (s) (20:B4) [15:29:22:611]: Note: 1: 2318 2: MSI (s) (20:B4) [15:29:22:651]: Executing op: FileRemove(,FileName=C:\Program Files (x86)\Safexpert_Debug\BaseClasses.dll,,) MSI (s) (20:B4) [15:29:22:687]: Note: 1: 2318 2: MSI (s) (20:B4) [15:29:22:755]: Executing op: ActionStart(Name=ProcessComponents,Description=Updating component registration,) MSI (s) (20:B4) [15:29:22:818]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,SecurityDescriptor=BinaryData,BinaryType=0,,) MSI (s) (20:B4) [15:29:22:872]: Executing op: ComponentUnregister(ComponentId={FB237C37-755B-4CDF-BD65-DF9853E0F80A},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,) MSI (s) (20:B4) [15:29:22:919]: WIN64DUALFOLDERS: 'C:\Windows\system32\' will substitute 20 characters in 'C:\Windows\SysWOW64\TdbEng702.dll' folder path. (mask argument = 1, the folder pair's iSwapAttrib member = 1). MSI (s) (20:B4) [15:29:22:964]: Executing op: ComponentUnregister(ComponentId={FFD703F0-91CF-46C4-B8C6-5367A1263AE5},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,PreviouslyPinned=1) MSI (s) (20:B4) [15:29:23:010]: Executing op: ComponentUnregister(ComponentId={03D7B17F-33D5-4AE9-8C84-5FB03330330A},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,PreviouslyPinned=1) MSI (s) (20:B4) [15:29:23:048]: Executing op: ComponentUnregister(ComponentId={9874D1C4-AB6A-438F-9059-4A78FDB22BC2},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,PreviouslyPinned=1) MSI (s) (20:B4) [15:29:23:077]: Executing op: ComponentUnregister(ComponentId={D2B39CD2-ED77-4F5F-BE9E-25FDFC60A73D},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,PreviouslyPinned=1) MSI (s) (20:B4) [15:29:23:106]: Executing op: ComponentUnregister(ComponentId={225622B8-EA5F-41CD-8E6F-8800EFA3C4C3},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,PreviouslyPinned=1) MSI (s) (20:B4) [15:29:23:135]: Executing op: ComponentUnregister(ComponentId={C9F2F080-F6CD-4D4E-9622-D57A8C10F652},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,PreviouslyPinned=1) MSI (s) (20:B4) [15:29:23:164]: Executing op: ComponentUnregister(ComponentId={E124C486-9044-4461-A1FC-C05B90ABBD23},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,PreviouslyPinned=1) MSI (s) (20:B4) [15:29:23:195]: Executing op: ComponentUnregister(ComponentId={9C62352B-86CE-4FA9-96E5-D2880C9E828B},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,PreviouslyPinned=1) MSI (s) (20:B4) [15:29:23:226]: Executing op: ComponentUnregister(ComponentId={0CE4B742-3C32-4529-A9F4-BF95CC449D07},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,PreviouslyPinned=1) MSI (s) (20:B4) [15:29:23:282]: Executing op: ComponentUnregister(ComponentId={2EE13DBF-A555-4C48-9504-0263326BF006},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,PreviouslyPinned=1) MSI (s) (20:B4) [15:29:23:361]: Executing op: ComponentUnregister(ComponentId={A02765E3-9837-42E9-A4EE-F3673FBA3897},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,PreviouslyPinned=1) MSI (s) (20:B4) [15:29:23:427]: Executing op: ComponentUnregister(ComponentId={A38A9981-0C25-4C0E-B100-3BDA9A061779},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,PreviouslyPinned=1) MSI (s) (20:B4) [15:29:23:471]: Executing op: ComponentUnregister(ComponentId={8BDECCEA-DEF1-46AC-9F6D-2898328267A8},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,PreviouslyPinned=1) MSI (s) (20:B4) [15:29:23:499]: Executing op: ComponentUnregister(ComponentId={EECF5149-1A71-4DBE-A672-C5925D0601F2},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,PreviouslyPinned=1) MSI (s) (20:B4) [15:29:23:527]: Executing op: ComponentUnregister(ComponentId={27809DA2-1DD8-402F-91B9-A4C04781F7E2},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,PreviouslyPinned=1) MSI (s) (20:B4) [15:29:23:556]: Executing op: ComponentUnregister(ComponentId={4977178A-AAF1-4E21-81C1-A7B86EF14761},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,PreviouslyPinned=1) MSI (s) (20:B4) [15:29:23:585]: Executing op: ComponentUnregister(ComponentId={29DC493B-93A2-43BD-9892-866C040D8B9D},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,PreviouslyPinned=1) MSI (s) (20:B4) [15:29:23:616]: Executing op: ComponentUnregister(ComponentId={176DCAF3-CD1C-46F9-8627-17575ACC3E9B},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,PreviouslyPinned=1) MSI (s) (20:B4) [15:29:23:719]: Executing op: ComponentUnregister(ComponentId={E93E64E9-88D4-4029-AB56-4713B38560CA},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,PreviouslyPinned=1) MSI (s) (20:B4) [15:29:23:753]: Executing op: ComponentUnregister(ComponentId={4DEE5876-FEE8-4708-A90E-A60E707C6C4A},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,PreviouslyPinned=1) MSI (s) (20:B4) [15:29:23:820]: Executing op: ComponentUnregister(ComponentId={0FE0B6F0-96AF-4674-8510-0995912EFDAC},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,PreviouslyPinned=1) MSI (s) (20:B4) [15:29:23:848]: Executing op: ComponentUnregister(ComponentId={839CB6BE-03E9-46CF-961A-9226A1B02590},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,PreviouslyPinned=1) MSI (s) (20:B4) [15:29:23:878]: Executing op: ComponentUnregister(ComponentId={648F93CB-8C21-4FAC-BA53-2D0A23D758CB},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,PreviouslyPinned=1) MSI (s) (20:B4) [15:29:23:915]: Executing op: ComponentUnregister(ComponentId={90AEC8FE-34BA-4380-BD24-9FEB4061D584},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,PreviouslyPinned=1) MSI (s) (20:B4) [15:29:24:001]: Executing op: ComponentUnregister(ComponentId={417E535E-7692-4C0E-A2B9-7DF9A3A4711F},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,PreviouslyPinned=1) MSI (s) (20:B4) [15:29:24:058]: Executing op: ComponentUnregister(ComponentId={836FC9CB-4093-41A0-BB7E-9EFC2498514B},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,PreviouslyPinned=1) MSI (s) (20:B4) [15:29:24:098]: Executing op: ComponentUnregister(ComponentId={976D02BE-F790-4B8F-983C-ADF96C7E440B},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,PreviouslyPinned=1) MSI (s) (20:B4) [15:29:24:182]: Executing op: ComponentUnregister(ComponentId={143BDC99-A85B-4847-B36D-11009D32DEE3},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,PreviouslyPinned=1) MSI (s) (20:B4) [15:29:24:226]: Executing op: ComponentUnregister(ComponentId={9374A58A-4044-4AF0-9A51-05036C16D775},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,PreviouslyPinned=1) MSI (s) (20:B4) [15:29:24:265]: Executing op: ComponentUnregister(ComponentId={07159B59-0518-45AD-B4E2-DC3416CB3245},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,PreviouslyPinned=1) MSI (s) (20:B4) [15:29:24:311]: Executing op: ComponentUnregister(ComponentId={98DB9931-861F-45FE-B553-D16735F9D729},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,PreviouslyPinned=1) MSI (s) (20:B4) [15:29:24:340]: Executing op: ComponentUnregister(ComponentId={302C130D-C6F3-42A2-B492-DEBBE0656AA8},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,) MSI (s) (20:B4) [15:29:24:368]: Executing op: ComponentUnregister(ComponentId={9952E77F-626C-4DE9-AD0D-8CC5F32233E9},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,) MSI (s) (20:B4) [15:29:24:397]: Executing op: ComponentUnregister(ComponentId={55752E4E-A16C-4559-A1D4-57D13C4622EE},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,) MSI (s) (20:B4) [15:29:24:427]: Executing op: ComponentUnregister(ComponentId={4E35BDFF-8C75-4820-82A7-1076F1C9F115},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,) MSI (s) (20:B4) [15:29:24:506]: Executing op: ComponentUnregister(ComponentId={DB7D413B-A5F2-42DE-BF1D-DEB0DF7958DC},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,) MSI (s) (20:B4) [15:29:24:566]: Executing op: ComponentUnregister(ComponentId={EC248114-F0E1-449C-8993-46F01BA6A8CF},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,) MSI (s) (20:B4) [15:29:24:606]: Executing op: ComponentUnregister(ComponentId={C1FE4A78-6008-472A-9C8F-FA09DF9E174A},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,) MSI (s) (20:B4) [15:29:24:689]: Executing op: ComponentUnregister(ComponentId={03F86DE8-F7EA-450E-AA9E-CCF32AAF7A46},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,) MSI (s) (20:B4) [15:29:24:751]: Executing op: ComponentUnregister(ComponentId={5F18AF6A-B839-4B4D-9D4F-79CF7826F749},ProductKey={B08B83E5-4FC0-47E6-8522-6821B30C6EF0},BinaryType=0,) MSI (s) (20:B4) [15:29:24:788]: Executing op: End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=0) MSI (s) (20:B4) [15:29:24:871]: Error in rollback skipped. Return: 5 MSI (s) (20:B4) [15:29:24:947]: Note: 1: 2318 2: MSI (s) (20:B4) [15:29:25:006]: Unlocking Server MSI (s) (20:B4) [15:29:25:165]: PROPERTY CHANGE: Deleting UpdateStarted property. Its current value is '1'. Action ended 15:29:25: INSTALL. Return value 3. Property(S): INSTALLLOCATION = C:\Program Files (x86)\Safexpert_Debug\ Property(S): SystemFolder = C:\Windows\SysWOW64\ Property(S): SetupDb = DBTYPE=VistaDB;DBSERVER=;DBDATABASE=C:\ProgramData\Safexpert_Debug\Data;DBUSERNAME=;DBPASSWORD=;DBPASSWORDENC=;DBCREATE=True;DBPORT=0;REMOVEDATABASE=False;REMOVECONFIGFILES=False;SETUP_LANGUAGE=de;TARGETPATH=C:\Program Files\Safexpert_Debug;MSIINSTALLPATH=C:\Program Files (x86)\Safexpert_Debug\;MAINEXECUTABLE=Safexpert.exe;PRODUCTNAMEINTERNAL=Safexpert_Debug;APPVERSION=0.5.99.124;CURRENTSETUPPATH= Property(S): RemoveDb = DBTYPE=VistaDB;DBSERVER=;DBDATABASE=C:\ProgramData\Safexpert_Debug\Data;DBUSERNAME=;DBPASSWORD=;DBPASSWORDENC=;DBCREATE=True;DBPORT=0;REMOVEDATABASE=False;REMOVECONFIGFILES=False;SETUP_LANGUAGE=de;TARGETPATH=C:\Program Files\Safexpert_Debug;MSIINSTALLPATH=C:\Program Files (x86)\Safexpert_Debug\;MAINEXECUTABLE=Safexpert.exe;PRODUCTNAMEINTERNAL=Safexpert_Debug;APPVERSION=0.5.99.124;CURRENTSETUPPATH=C:\Daten\IBF\CSharp\IBF_SolutionNG_2010\SetupUI\bin\Debug Property(S): RepairDb = DBTYPE=VistaDB;DBSERVER=;DBDATABASE=C:\ProgramData\Safexpert_Debug\Data;DBUSERNAME=;DBPASSWORD=;DBPASSWORDENC=;DBCREATE=True;DBPORT=0;REMOVEDATABASE=False;REMOVECONFIGFILES=False;SETUP_LANGUAGE=de;TARGETPATH=C:\Program Files\Safexpert_Debug;MSIINSTALLPATH=C:\Program Files (x86)\Safexpert_Debug\;MAINEXECUTABLE=Safexpert.exe;PRODUCTNAMEINTERNAL=Safexpert_Debug;APPVERSION=0.5.99.124;CURRENTSETUPPATH=C:\Daten\IBF\CSharp\IBF_SolutionNG_2010\SetupUI\bin\Debug Property(S): UnInstall = DBTYPE=VistaDB;DBSERVER=;DBDATABASE=C:\ProgramData\Safexpert_Debug\Data;DBUSERNAME=;DBPASSWORD=;DBPASSWORDENC=;DBCREATE=True;DBPORT=0;REMOVEDATABASE=False;REMOVECONFIGFILES=False;SETUP_LANGUAGE=de;TARGETPATH=C:\Program Files\Safexpert_Debug;MSIINSTALLPATH=C:\Program Files (x86)\Safexpert_Debug\;MAINEXECUTABLE=Safexpert.exe;PRODUCTNAMEINTERNAL=Safexpert_Debug;APPVERSION=0.5.99.124;CURRENTSETUPPATH=C:\Daten\IBF\CSharp\IBF_SolutionNG_2010\SetupUI\bin\Debug Property(S): ProgramFilesFolder = C:\Program Files (x86)\ Property(S): TARGETDIR = C:\ Property(S): MainAppProgramMenu = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Safexpert Debug\ Property(S): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\ Property(S): SourceDir = C:\Daten\IBF\CSharp\IBF_SolutionNG_2010\SetupUI\bin\Debug\ Property(S): Manufacturer = Safexpert Property(S): ProductCode = {B08B83E5-4FC0-47E6-8522-6821B30C6EF0} Property(S): ProductLanguage = 1033 Property(S): ProductName = Safexpert_Debug Property(S): ProductVersion = 0.5.99.124 Property(S): UpgradeCode = {CD580DF4-190D-410A-8062-65187B869F8B} Property(S): ARPPRODUCTICON = Safexpert.ico Property(S): MainExecutable = Safexpert.exe Property(S): ProductNameInternal = Safexpert_Debug Property(S): ProductTitle = Safexpert Debug Property(S): ALLUSERS = 1 Property(S): MsiLogFileLocation = C:\Daten\IBF\CSharp\IBF_SolutionNG_2010\SetupUI\bin\Debug\Setup.log Property(S): PackageCode = {216C8EC2-247B-458B-A7EC-9EC9191C85BB} Property(S): ProductState = -1 Property(S): PackagecodeChanging = 1 Property(S): ARPINSTALLLOCATION = C:\Program Files\Safexpert_Debug Property(S): ARPSYSTEMCOMPONENT = 1 Property(S): DBPATH = C:\ProgramData\Safexpert_Debug\Data Property(S): CURRENTSETUPPATH = C:\Daten\IBF\CSharp\IBF_SolutionNG_2010\SetupUI\bin\Debug Property(S): DBCONNECTION = DBTYPE=VistaDB;DBSERVER=;DBDATABASE=C:\ProgramData\Safexpert_Debug\Data;DBUSERNAME=;DBPASSWORD=;DBPASSWORDENC=;DBCREATE=True;DBPORT=0;REMOVEDATABASE=False;REMOVECONFIGFILES=False;SETUP_LANGUAGE=de;TARGETPATH=C:\Program Files\Safexpert_Debug Property(S): CURRENTDIRECTORY = C:\Daten\IBF\CSharp\IBF_SolutionNG_2010\SetupUI\bin\Debug Property(S): CLIENTUILEVEL = 3 Property(S): MSICLIENTUSESEXTERNALUI = 1 Property(S): CLIENTPROCESSID = 5104 Property(S): MsiSystemRebootPending = 1 Property(S): VersionDatabase = 301 Property(S): VersionMsi = 5.00 Property(S): VersionNT = 601 Property(S): VersionNT64 = 601 Property(S): WindowsBuild = 7600 Property(S): ServicePackLevel = 0 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): RemoteAdminTS = 1 Property(S): TempFolder = C:\Users\WALTER~1\AppData\Local\Temp\ 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:\Users\waltermrak\AppData\Roaming\ Property(S): FavoritesFolder = C:\Users\waltermrak\Favorites\ Property(S): NetHoodFolder = C:\Users\waltermrak\AppData\Roaming\Microsoft\Windows\Network Shortcuts\ Property(S): PersonalFolder = C:\Users\waltermrak\Documents\ Property(S): PrintHoodFolder = C:\Users\waltermrak\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\ Property(S): RecentFolder = C:\Users\waltermrak\AppData\Roaming\Microsoft\Windows\Recent\ Property(S): SendToFolder = C:\Users\waltermrak\AppData\Roaming\Microsoft\Windows\SendTo\ Property(S): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\ Property(S): CommonAppDataFolder = C:\ProgramData\ Property(S): LocalAppDataFolder = C:\Users\waltermrak\AppData\Local\ Property(S): MyPicturesFolder = C:\Users\waltermrak\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): 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 = 4094 Property(S): VirtualMemory = 3812 Property(S): AdminUser = 1 Property(S): MsiTrueAdminUser = 1 Property(S): LogonUser = waltermrak Property(S): UserSID = S-1-5-21-992378240-1969383815-4187412848-1002 Property(S): UserLanguageID = 1031 Property(S): ComputerName = NEREID 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 = 15:29:29 Property(S): Date = 23.06.2010 Property(S): MsiNetAssemblySupport = 4.0.30319.1 Property(S): MsiWin32AssemblySupport = 6.1.7600.16385 Property(S): RedirectedDllSupport = 2 Property(S): MsiRunningElevated = 1 Property(S): Privileged = 1 Property(S): USERNAME = waltermrak Property(S): DATABASE = C:\Windows\Installer\240fceee.msi Property(S): OriginalDatabase = C:\Daten\IBF\CSharp\IBF_SolutionNG_2010\SetupUI\bin\Debug\Safexpert.msi Property(S): UILevel = 2 Property(S): MsiUISourceResOnly = 1 Property(S): MsiUIUACOnly = 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): INSTALLLEVEL = 1 Property(S): SOURCEDIR = C:\Daten\IBF\CSharp\IBF_SolutionNG_2010\SetupUI\bin\Debug\ Property(S): SourcedirProduct = {B08B83E5-4FC0-47E6-8522-6821B30C6EF0} Property(S): ProductToBeRegistered = 1 === Logging stopped: 23.06.2010 15:29:30 === MSI (s) (20:B4) [15:29:30:957]: Note: 1: 1708 MSI (s) (20:B4) [15:29:31:037]: Note: 1: 2205 2: 3: Error MSI (s) (20:B4) [15:29:31:097]: Note: 1: 2228 2: 3: Error 4: SELECTMessageFROMErrorWHEREError= 1708 MSI (s) (20:B4) [15:29:31:144]: Note: 1: 2205 2: 3: Error MSI (s) (20:B4) [15:29:31:227]: Note: 1: 2228 2: 3: Error 4: SELECTMessageFROMErrorWHEREError` = 1709 MSI (s) (20:B4) [15:29:31:272]: Product: Safexpert_Debug -- Installation failed.

MSI (s) (20:B4) [15:29:31:319]: Das Produkt wurde durch Windows Installer installiert. Produktname: Safexpert_Debug. Produktversion: 0.5.99.124. Produktsprache: 1033. Hersteller: Safexpert. Erfolg- bzw. Fehlerstatus der Installation: 1603.

MSI (s) (20:B4) [15:29:31:375]: Deferring clean up of packages/files, if any exist MSI (s) (20:B4) [15:29:31:402]: MainEngineThread is returning 1603 MSI (s) (20:D8) [15:29:31:435]: RESTART MANAGER: Session closed. MSI (c) (F0:2C) [15:29:31:460]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1 MSI (c) (F0:2C) [15:29:31:490]: MainEngineThread is returning 1603 === Verbose logging stopped: 23.06.2010 15:29:31 ===

=== Verbose logging started: 23.06.2010 15:31:13 Build type: SHIP UNICODE 5.00.7600.00 Calling process: C:\Daten\IBF\CSharp\IBF_SolutionNG_2010\SetupUI\bin\Debug\Setup.vshost.exe === MSI (s) (20:6C) [15:31:13:249]: User policy value 'DisableRollback' is 0 MSI (s) (20:6C) [15:31:13:304]: Machine policy value 'DisableRollback' is 0 MSI (s) (20:6C) [15:31:13:382]: Incrementing counter to disable shutdown. Counter after increment: 0 MSI (s) (20:6C) [15:31:13:456]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 MSI (s) (20:6C) [15:31:13:524]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 MSI (s) (20:6C) [15:31:13:553]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1 MSI (s) (20:6C) [15:31:13:589]: Restoring environment variables MSI (s) (20:6C) [15:31:13:629]: Destroying RemoteAPI object. MSI (s) (20:E0) [15:31:13:672]: Custom Action Manager thread ending. MSI (s) (20:6C) [15:31:13:701]: Calling SRSetRestorePoint API. dwRestorePtType: 13, dwEventType: 103, llSequenceNumber: 287, szDescription: "". MSI (c) (F0:0C) [15:31:13:704]: Cloaking enabled. MSI (s) (20:6C) [15:31:13:733]: The call to SRSetRestorePoint API succeeded. Returned status: 0. MSI (c) (F0:0C) [15:31:13:759]: Attempting to enable all disabled privileges before calling Install on Server === Verbose logging stopped: 23.06.2010 15:31:13 ===

wixbot commented 12 years ago

We need more information. Please provide a verbose log showing the error.

wixbot commented 12 years ago

This should be fixed in recent WiX v3.5 build.

wixbot commented 12 years ago

Hello, i found this on StackOverflow but dont know where to set the SupportedRuntime - element manually. http://stackoverflow.com/questions/3298304/wix-custom-actions-built-for-net-framework-4-0-does-not-work-ways-to-resolve

wixbot commented 12 years ago

Hello robmen,

i tried this before, but got still the same Message. It seems that SFXCA tries to load FW2.0.

Both (CustomActions and Setup.exe) are compiled for FW4.0. I am using Win7 64 bit

Error: INFO: Action start 09:13:07: InstallFinalize. INFO: SFXCA: Extracting custom action to temporary directory: C:\Windows\Installer\MSI80FC.tmp-\ INFO: SFXCA: Binding to CLR version v2.0.50727 INFO: Calling custom action SetupCustomActions!SetupCustomActions.CustomActions.SetupDb INFO: Error: could not load custom action class SetupCustomActions.CustomActions from assembly: SetupCustomActions INFO: System.BadImageFormatException: Die Datei oder Assembly "SetupCustomActions" oder eine Abhängigkeit davon wurde nicht gefunden. Die Assembly wird von einer Laufzeit erstellt, die aktueller als die derzeit geladene Laufzeit ist, und kann nicht geladen werden. Dateiname: "SetupCustomActions"

Config:

thanks Walter

wixbot commented 12 years ago

This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker).

wixbot commented 12 years ago

Please take conversations to wix-users@lists.sourceforg.net so we can keep fixed bugs closed.

wixbot commented 12 years ago

From SFBUG:3058798

wixbot commented 12 years ago

After updating/migrating the Custom Action from Wix 3.0 to Wix 3.5.2519.0 the following failure got logged when only .NET 4 was present on my test machine: SFXCA: Failed to get requested CLR info. Error code 0x80131700

Resolution: Update the CustomAction.config file with the Legacy Activation settings for .NET4: <?xml version="1.0" encoding="utf-8" ?>

Then it works.

This configuration file is also generated when you open a new C# Custom Action project under VS2010 with Wix3.5.

wixbot commented 12 years ago

Sorry, what do you mean with "the correct dependencies"? Are you saying that the referenced Assemblies have to be compiled for .NET4?

Thank you

wixbot commented 12 years ago

Latest attempt is to remove the System.Windows.Forms and System.Data dependencies since those are not expected to load correctly in the mixed appdomain.

wixbot commented 12 years ago

Dear Dev-Team,

I try to implement a custom action with C# .Net 4.0. After 2 days trying and googleing I found this Bug-Report: http://sourceforge.net/tracker/?func=detail&aid=3019443&group_id=105970&atid=642714

Is there any workaround for this bug? Or could I help you to test it? Unfortunately my current software project depend on this feature :-(. Some Details: => WiX Version: 3.5.2201.0 and now 3.5.2215.0 => Results: doesn't matter which WiX Version! => Target Platform: 32-bit Windows XP with .Net Framework 4.0 => MSI-Log: MSI (s) (C4:F0) [17:02:35:827]: Note: 1: 2205 2: 3: ActionText Aktion 17:02:35: SetDeploymentMode. Aktion gestartet um 17:02:35: SetDeploymentMode. MSI (s) (C4:F0) [17:02:35:842]: Transforming table CustomAction.

MSI (s) (C4:F8) [17:02:35:889]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI170E.tmp, Entrypoint: SetDeploymentMode MSI (s) (C4:28) [17:02:35:889]: Generating random cookie. MSI (s) (C4:28) [17:02:35:905]: Created Custom Action Server with PID 6088 (0x17C8). MSI (s) (C4:80) [17:02:35:999]: Running as a service. MSI (s) (C4:E0) [17:02:35:999]: Hello, I'm your 32bit Impersonated custom action server. SFXCA: Extracting custom action to temporary directory: C:\WINDOWS\Installer\MSI170E.tmp-\ SFXCA: Binding to CLR version v2.0.50727 Calling custom action XXXX.CustomActions.SetDeploymentMode Error: could not load custom action class XXXX from assembly: XXXX System.BadImageFormatException: Could not load file or assembly 'XXXX' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded. File name: 'XXXX' at System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) at System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) at System.AppDomain.Load(String assemblyString) at Microsoft.Deployment.WindowsInstaller.CustomActionProxy.GetCustomActionMethod(Session session, String assemblyName, String className, String methodName)

Thank you very much for your help and I am looking forward to hear from you,

Thomas Mathis BiCA AG, Switzerland

wixbot commented 12 years ago

The Custom Actions support NETFX 4.0. You just have to ensure to you reference the correct dependencies. We've reduced the DTF requirements to make it easier for you to choose your own assemblies.

wixbot commented 12 years ago

Hi, unfortunately our Custom Action Project needs both of the dependencies. Is there maybe another way to use wix in a .NET 4 Environment?

Thank you.