Nextcloud.exe deleted after silent client upgrade

Hi all,
I’m currently packaging version 3.8.2. This is supposed to be an upgrade from version 3.6.4 and 3.7.3 on different PCs. Since we will use MS 365 Intune (users have no local admin permissions) the installation uses MSI quite installation mode. The problem I’m facing now is that the process does not work on Windows 11. According to the MSI installation log the installation finishes with error code 0. But after a reboot “nextcloud.exe” is missing from the client folder and according to appwiz.cpl version 3.7.3 is still installed. To fix the installation I run a repair manually. After that I have a fully functioning version 3.7.3 again. Funny enough, the same process works fine on Windows 10.

Any idea would be highly appreciated.

=====Installation code (PowerShell)=====

$LocalMsi = "C:\WINDOWS\system32\msiexec.exe"
$LocalBin = "C:\Temp\Nextcloud-3.8.2-x64.msi"
$LocalArg = @(
    '/i',
    $LocalBin,
    'NO_DESKTOP_SHORTCUT=1',
    'SKIPAUTOUPDATE=1',
    'REBOOT=ReallySuppress',
    '/qn',
    '/norestart'
 )

Stop-Process -Force -Name 'nextcloud'
Start-Process -FilePath $LocalMsi -ArgumentList $LocalArg -NoNewWindow -PassThru -Wait

I’m not allowed to upload the MSI log as PDF so here is the content as copy/paste:

=== Logging started: 6/9/2023  13:20:05 ===
Action start 13:20:05: INSTALL.
Action start 13:20:05: FindRelatedProducts.
Action ended 13:20:05: FindRelatedProducts. Return value 1.
Action start 13:20:05: AppSearch.
Action ended 13:20:05: AppSearch. Return value 1.
Action start 13:20:05: ValidateProductID.
Action ended 13:20:05: ValidateProductID. Return value 1.
Action start 13:20:05: SetWIXUI_EXITDIALOGOPTIONALCHECKBOX.
Action ended 13:20:05: SetWIXUI_EXITDIALOGOPTIONALCHECKBOX. Return value 1.
Action start 13:20:05: CostInitialize.
Action ended 13:20:05: CostInitialize. Return value 1.
Action start 13:20:05: FileCost.
Action ended 13:20:05: FileCost. Return value 1.
Action start 13:20:05: CostFinalize.
Action ended 13:20:06: CostFinalize. Return value 1.
Action start 13:20:06: MigrateFeatureStates.
Action ended 13:20:06: MigrateFeatureStates. Return value 1.
Action start 13:20:06: WixRegisterRestartResources.
Action ended 13:20:06: WixRegisterRestartResources. Return value 1.
Action start 13:20:06: InstallValidate.
Action ended 13:20:08: InstallValidate. Return value 1.
Action start 13:20:08: InstallInitialize.
Action ended 13:20:08: InstallInitialize. Return value 1.
Action start 13:20:08: RemoveExistingProducts.
Action start 13:20:08: INSTALL.
Action start 13:20:08: FindRelatedProducts.
Action ended 13:20:08: FindRelatedProducts. Return value 0.
Action start 13:20:08: AppSearch.
Action ended 13:20:08: AppSearch. Return value 1.
Action start 13:20:08: ValidateProductID.
Action ended 13:20:08: ValidateProductID. Return value 1.
Action start 13:20:08: SetWIXUI_EXITDIALOGOPTIONALCHECKBOX.
Action ended 13:20:08: SetWIXUI_EXITDIALOGOPTIONALCHECKBOX. Return value 1.
Action start 13:20:08: CostInitialize.
Action ended 13:20:08: CostInitialize. Return value 1.
Action start 13:20:08: FileCost.
Action ended 13:20:08: FileCost. Return value 1.
Action start 13:20:08: CostFinalize.
Action ended 13:20:08: CostFinalize. Return value 1.
Action start 13:20:08: MigrateFeatureStates.
Action ended 13:20:08: MigrateFeatureStates. Return value 0.
Action start 13:20:08: WixRegisterRestartResources.
Action ended 13:20:08: WixRegisterRestartResources. Return value 1.
Action start 13:20:08: InstallValidate.
Action ended 13:20:10: InstallValidate. Return value 1.
Action start 13:20:10: InstallInitialize.
Action ended 13:20:10: InstallInitialize. Return value 1.
Action start 13:20:10: RemoveExistingProducts.
Action ended 13:20:10: RemoveExistingProducts. Return value 0.
Action start 13:20:10: SetExecNsisUninstaller.
Action ended 13:20:10: SetExecNsisUninstaller. Return value 1.
Action start 13:20:10: ProcessComponents.
Action ended 13:20:10: ProcessComponents. Return value 1.
Action start 13:20:10: UnpublishFeatures.
Action ended 13:20:10: UnpublishFeatures. Return value 1.
Action start 13:20:10: RemoveRegistryValues.
Action ended 13:20:10: RemoveRegistryValues. Return value 1.
Action start 13:20:10: RemoveShortcuts.
Action ended 13:20:10: RemoveShortcuts. Return value 1.
Action start 13:20:10: RemoveFiles.
Action ended 13:20:10: RemoveFiles. Return value 0.
Action start 13:20:10: SetRemoveNavigationPaneEntries.
Action ended 13:20:10: SetRemoveNavigationPaneEntries. Return value 1.
Action start 13:20:10: InstallFiles.
Action ended 13:20:10: InstallFiles. Return value 1.
Action start 13:20:10: CreateShortcuts.
Action ended 13:20:10: CreateShortcuts. Return value 1.
Action start 13:20:10: WriteRegistryValues.
Action ended 13:20:10: WriteRegistryValues. Return value 1.
Action start 13:20:10: RegisterUser.
Action ended 13:20:10: RegisterUser. Return value 0.
Action start 13:20:10: RegisterProduct.
Action ended 13:20:10: RegisterProduct. Return value 1.
Action start 13:20:10: PublishFeatures.
Action ended 13:20:10: PublishFeatures. Return value 1.
Action start 13:20:10: PublishProduct.
Action ended 13:20:10: PublishProduct. Return value 1.
Action start 13:20:10: InstallFinalize.
Action ended 13:20:12: InstallFinalize. Return value 1.
Action ended 13:20:12: INSTALL. Return value 1.
Property(N): UpgradeCode = {FD2FCCA9-BB8F-4485-8F70-A0621B84A7F4}
Property(N): ExecNsisUninstaller = "nextcloud" ""
Property(N): RemoveNavigationPaneEntries = "Nextcloud"
Property(N): INSTALLDIR = C:\Program Files\Nextcloud\
Property(N): WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1
Property(N): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\
Property(N): DesktopFolder = C:\Users\Public\Desktop\
Property(N): TARGETDIR = C:\
Property(N): dir8C41E11B01F4C5D30978AB39D285BD9F = C:\Program Files\Nextcloud\audio\
Property(N): dirF7C85723696F5AD5070D8606EE45507C = C:\Program Files\Nextcloud\data\locale\ca\LC_MESSAGES\
Property(N): dir4AF3807DAB52E0BA5B7B13C1AC03C4F4 = C:\Program Files\Nextcloud\data\locale\ca@valencia\LC_MESSAGES\
Property(N): dirF1B8F8311B87E9E20B02E6281CCDBCF7 = C:\Program Files\Nextcloud\data\locale\de\LC_MESSAGES\
Property(N): dir46F7E0AF470C1BEAE8ADE27B2B18A870 = C:\Program Files\Nextcloud\data\locale\es\LC_MESSAGES\
Property(N): dir01CBCD5F313B7D994EC957E423998834 = C:\Program Files\Nextcloud\data\locale\fr\LC_MESSAGES\
Property(N): dir6C91373C3AD7ECA1458E445F88779F3B = C:\Program Files\Nextcloud\data\locale\it\LC_MESSAGES\
Property(N): dir3CC18902D5786A7F7F97346268521313 = C:\Program Files\Nextcloud\data\locale\ja\LC_MESSAGES\
Property(N): dir77E48ED20D984490CE2E2263D31943CF = C:\Program Files\Nextcloud\data\locale\ka\LC_MESSAGES\
Property(N): dirB7BF2114F687F00A5F2BF4609D9501DD = C:\Program Files\Nextcloud\data\locale\nl\LC_MESSAGES\
Property(N): dir2552ECEA931FA9DC9216BE3BAC1901D3 = C:\Program Files\Nextcloud\data\locale\pl\LC_MESSAGES\
Property(N): dirE4567C96CE2D7433B169C49089471163 = C:\Program Files\Nextcloud\data\locale\pt\LC_MESSAGES\
Property(N): dir8DCCFB243C2F7C8C7C895977A6F1C0D4 = C:\Program Files\Nextcloud\data\locale\ru\LC_MESSAGES\
Property(N): dirC1B03AF4B050FFEBC0CD237A5E076176 = C:\Program Files\Nextcloud\data\locale\sl\LC_MESSAGES\
Property(N): dirCE429664CF781BBC7E77F7EE8948700F = C:\Program Files\Nextcloud\data\locale\tr\LC_MESSAGES\
Property(N): dirAACBDE93EB073F50EF7E65646A883791 = C:\Program Files\Nextcloud\data\locale\uk\LC_MESSAGES\
Property(N): dirFB82CF726D8A1317F00B51E93D7AAA51 = C:\Program Files\Nextcloud\data\locale\zh_CN\LC_MESSAGES\
Property(N): dir69E290AAD634466CA3DB99E4978274F2 = C:\Program Files\Nextcloud\data\qlogging-categories5\
Property(N): dirE09F40AF2A4D02F7D5254AD0B19DEED5 = C:\Program Files\Nextcloud\i18n\
Property(N): dirB4D909CA5877E8EBEB32B83B2D15F595 = C:\Program Files\Nextcloud\iconengines\
Property(N): dir60B76952C227590F998DC42F548339BE = C:\Program Files\Nextcloud\imageformats\
Property(N): dir85F3AC493124AEB895EEBB16E870EB2E = C:\Program Files\Nextcloud\mediaservice\
Property(N): dir623D6610C7C3C018A72040463AD22773 = C:\Program Files\Nextcloud\platforms\
Property(N): dir259C5A9F70E77ED220CE5A8D239B21D9 = C:\Program Files\Nextcloud\playlistformats\
Property(N): dir6CE66E7F25BBB35BE6CF63141FDCE0E3 = C:\Program Files\Nextcloud\position\
Property(N): dirE039E7E8E58052666A0EE76B53FC0930 = C:\Program Files\Nextcloud\printsupport\
Property(N): dir5A2DD6973F198C0D877653FEDE517CF2 = C:\Program Files\Nextcloud\qmltooling\
Property(N): dir627C7424F8438CB37FFC065E296E0124 = C:\Program Files\Nextcloud\Qt\labs\platform\
Property(N): dir88C2E483BEB3FE19F3B952302CA49AF5 = C:\Program Files\Nextcloud\QtGraphicalEffects\
Property(N): dirDE2659BD28220E84A61FEAC24EB32576 = C:\Program Files\Nextcloud\QtGraphicalEffects\private\
Property(N): dirDF8C35237ED8C496FD80ECD5704A2D2C = C:\Program Files\Nextcloud\QtMultimedia\
Property(N): dirAAE9825F987A60A41533A198CB66F6A0 = C:\Program Files\Nextcloud\QtQml\
Property(N): dir68900E5BF44C7AC96F6DBD982C04EB9D = C:\Program Files\Nextcloud\QtQml\Models.2\
Property(N): dirAE0ECD84B32E17FAC160DA5811911DB7 = C:\Program Files\Nextcloud\QtQml\RemoteObjects\
Property(N): dir7D13EF96FF2AF264EF4F0FF30A555E45 = C:\Program Files\Nextcloud\QtQml\StateMachine\
Property(N): dirEC8FE74F2C56DF944E98DCFA8B057125 = C:\Program Files\Nextcloud\QtQml\WorkerScript.2\
Property(N): dir4C9EAE947FFD10C5A3720404C8350B50 = C:\Program Files\Nextcloud\QtQuick\Controls.2\
Property(N): dir1B91EFC3DDEC991E7C2B549CF4BD5D06 = C:\Program Files\Nextcloud\QtQuick\Controls.2\Fusion\
Property(N): dir03F35A0947474122A64F368133D87613 = C:\Program Files\Nextcloud\QtQuick\Controls.2\Imagine\
Property(N): dir052EA24155D8CBBF70ECDC3E8A1A4C21 = C:\Program Files\Nextcloud\QtQuick\Controls.2\Material\
Property(N): dir28B65B7A08208F9B127CA53C977C766C = C:\Program Files\Nextcloud\QtQuick\Controls.2\Universal\
Property(N): dirD8BA197112FE8883AE132BC12E39C824 = C:\Program Files\Nextcloud\QtQuick\Layouts\
Property(N): dir57CCE17AA24817F91C5A0D77AA6D6EFE = C:\Program Files\Nextcloud\QtQuick\Templates.2\
Property(N): dirCF4B2E583CB1009ECEC9C10BCFDAE63D = C:\Program Files\Nextcloud\QtQuick\Window.2\
Property(N): dirFCADEB156C2D9F8117D4324A0A6D64E2 = C:\Program Files\Nextcloud\QtQuick.2\
Property(N): dirBB53E4141D8520531FE69028502846F9 = C:\Program Files\Nextcloud\resources\
Property(N): dir33FB644A96FFD5387D1379D94D1FBE75 = C:\Program Files\Nextcloud\scenegraph\
Property(N): dirF1334AF64D097D9920D6F285D2DE292C = C:\Program Files\Nextcloud\styles\
Property(N): dirF1C5FA08924D46D2A43D5134DF70C0A8 = C:\Program Files\Nextcloud\translations\
Property(N): dir71FFE81224F83ADF18A0C310C96A8CCB = C:\Program Files\Nextcloud\translations\qtwebengine_locales\
Property(N): dir7D6FBD7463C3DBB95646AD0AB53F2E49 = C:\Program Files\Nextcloud\visualelements\
Property(N): ShellExtDir = C:\Program Files\Nextcloud\
Property(N): WixUIRMOption = UseRM
Property(N): ALLUSERS = 1
Property(N): Installed = 00:00:00
Property(N): ProgramFiles64Folder = C:\Program Files\
Property(N): dir7FDAE30829EF4E6DA3727131C6F3731B = C:\Program Files\Nextcloud\data\locale\ca\
Property(N): dir54B4A67C5D7E93B1F8E71A02FC48601C = C:\Program Files\Nextcloud\data\locale\
Property(N): dirA04DB07A4AC0F7D5152B502F4C89FEE7 = C:\Program Files\Nextcloud\data\locale\ca@valencia\
Property(N): dir3B22D8C819DD5414459DF22D586AECFE = C:\Program Files\Nextcloud\data\locale\de\
Property(N): dir327153104DBCFA70946B3012B40EC6B0 = C:\Program Files\Nextcloud\data\locale\es\
Property(N): dirB88E9D0365B74F0BCF5E201B2A1E265B = C:\Program Files\Nextcloud\data\locale\fr\
Property(N): dir1C5DC27A774A3B2F5C893A9C6546B187 = C:\Program Files\Nextcloud\data\locale\it\
Property(N): dir4B072D0336974E782815054CF5026CFB = C:\Program Files\Nextcloud\data\locale\ja\
Property(N): dirA63368968D3A53C16EEF263B6D291C22 = C:\Program Files\Nextcloud\data\locale\ka\
Property(N): dir1F6CBB42FF11CB73F8DCFB73F31ACFF0 = C:\Program Files\Nextcloud\data\locale\nl\
Property(N): dirB09B2B1220D40BD454230A9148D6D775 = C:\Program Files\Nextcloud\data\locale\pl\
Property(N): dirAFFA6F15D51B97C95DEA6AF3C866007C = C:\Program Files\Nextcloud\data\locale\pt\
Property(N): dirD90CAE2DEA5B91B588FC8B58CA91BEB2 = C:\Program Files\Nextcloud\data\locale\ru\
Property(N): dir87638500C7EB67C38A72C38DA1E0F789 = C:\Program Files\Nextcloud\data\locale\sl\
Property(N): dir1327C77FFCB71F76A46089C4C219FA84 = C:\Program Files\Nextcloud\data\locale\tr\
Property(N): dir91A6EE171528FCDCFE8CC574BD6CC126 = C:\Program Files\Nextcloud\data\locale\uk\
Property(N): dir724B1ED8ECEBF26267065546CA34E0B5 = C:\Program Files\Nextcloud\data\locale\zh_CN\
Property(N): dir38903B42FECED7D073B27F29CA029A00 = C:\Program Files\Nextcloud\data\
Property(N): dirA7756FDD8A318518B5A2840A8F9EEDAA = C:\Program Files\Nextcloud\Qt\labs\
Property(N): dir1F8E1A3AB7AAAD09A1BCC9E718F10DA2 = C:\Program Files\Nextcloud\Qt\
Property(N): dirB90919A90C2939CA6CAB0EC48724E13D = C:\Program Files\Nextcloud\QtQuick\
Property(N): SKIPAUTOUPDATE = 0
Property(N): APPNAME = Nextcloud
Property(N): ARPPRODUCTICON = Nextcloud.ico
Property(N): ARPHELPLINK = https://nextcloud.com/
Property(N): ARPURLINFOABOUT = https://nextcloud.com/
Property(N): WixShellExecTarget = [#MainExecutable]
Property(N): WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT = Launch Nextcloud
Property(N): Manufacturer = Nextcloud GmbH
Property(N): ProductCode = {9DA017FA-4B3C-4ED8-BAF1-D2CAE6422A69}
Property(N): ProductLanguage = 1033
Property(N): ProductName = Nextcloud
Property(N): ProductVersion = 3.7.3.20230209
Property(N): DefaultUIFont = WixUI_Font_Normal
Property(N): WixUI_Mode = FeatureTree
Property(N): ErrorDialog = ErrorDlg
Property(N): SecureCustomProperties = WIX_UPGRADE_DETECTED
Property(N): PackageCode = {98A93159-EBA4-4CAE-BBD8-B92F7953655B}
Property(N): ProductState = 5
Property(N): UPGRADINGPRODUCTCODE = {71068431-AA26-4847-8E8D-FE865FE879F7}
Property(N): CLIENTPROCESSID = 10336
Property(N): CLIENTUILEVEL = 3
Property(N): REMOVE = ALL
Property(N): PRODUCTLANGUAGE = 1033
Property(N): VersionDatabase = 300
Property(N): VersionMsi = 5.00
Property(N): VersionNT = 603
Property(N): VersionNT64 = 603
Property(N): WindowsBuild = 9600
Property(N): ServicePackLevel = 0
Property(N): ServicePackLevelMinor = 0
Property(N): MsiNTProductType = 1
Property(N): WindowsFolder = C:\WINDOWS\
Property(N): WindowsVolume = C:\
Property(N): System64Folder = C:\WINDOWS\system32\
Property(N): SystemFolder = C:\WINDOWS\SysWOW64\
Property(N): RemoteAdminTS = 1
Property(N): TempFolder = C:\WINDOWS\TEMP\
Property(N): ProgramFilesFolder = C:\Program Files (x86)\
Property(N): CommonFilesFolder = C:\Program Files (x86)\Common Files\
Property(N): CommonFiles64Folder = C:\Program Files\Common Files\
Property(N): AppDataFolder = C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\
Property(N): FavoritesFolder = C:\WINDOWS\system32\config\systemprofile\Favorites\
Property(N): NetHoodFolder = C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Network Shortcuts\
Property(N): PersonalFolder = C:\WINDOWS\system32\config\systemprofile\Documents\
Property(N): PrintHoodFolder = C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\
Property(N): RecentFolder = C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Recent\
Property(N): SendToFolder = C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\SendTo\
Property(N): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\
Property(N): CommonAppDataFolder = C:\ProgramData\
Property(N): LocalAppDataFolder = C:\WINDOWS\system32\config\systemprofile\AppData\Local\
Property(N): MyPicturesFolder = C:\WINDOWS\system32\config\systemprofile\Pictures\
Property(N): AdminToolsFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\
Property(N): StartupFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\
Property(N): StartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\
Property(N): FontsFolder = C:\WINDOWS\Fonts\
Property(N): GPTSupport = 1
Property(N): OLEAdvtSupport = 1
Property(N): ShellAdvtSupport = 1
Property(N): MsiAMD64 = 6
Property(N): Msix64 = 6
Property(N): Intel = 6
Property(N): PhysicalMemory = 8026
Property(N): VirtualMemory = 16579
Property(N): AdminUser = 1
Property(N): MsiTrueAdminUser = 1
Property(N): LogonUser = SYSTEM
Property(N): UserSID = S-1-5-18
Property(N): UserLanguageID = 1033
Property(N): ComputerName = xxxxx
Property(N): SystemLanguageID = 1033
Property(N): ScreenX = 1024
Property(N): ScreenY = 768
Property(N): CaptionHeight = 28
Property(N): BorderTop = 1
Property(N): BorderSide = 1
Property(N): MsiTabletPC = 1
Property(N): TextHeight = 16
Property(N): TextInternalLeading = 3
Property(N): ColorBits = 32
Property(N): TTCSupport = 1
Property(N): Time = 13:20:12
Property(N): Date = 6/9/2023
Property(N): MsiNetAssemblySupport = 4.8.9032.0
Property(N): MsiWin32AssemblySupport = 6.3.22621.1485
Property(N): RedirectedDllSupport = 2
Property(N): MsiRunningElevated = 1
Property(N): Privileged = 1
Property(N): USERNAME = The nice IT folks.
Property(N): COMPANYNAME = Morpheus Space GmbH
Property(N): DATABASE = C:\WINDOWS\Installer\19685b.msi
Property(N): UILevel = 2
Property(N): OriginalDatabase = C:\WINDOWS\Installer\19685b.msi
Property(N): Preselected = 1
Property(N): ACTION = INSTALL
Property(N): ROOTDRIVE = C:\
Property(N): CostingComplete = 1
Property(N): OutOfDiskSpace = 0
Property(N): OutOfNoRbDiskSpace = 0
Property(N): PrimaryVolumeSpaceAvailable = 0
Property(N): PrimaryVolumeSpaceRequired = 0
Property(N): PrimaryVolumeSpaceRemaining = 0
Property(N): INSTALLLEVEL = 1
Action ended 13:20:12: RemoveExistingProducts. Return value 1.
Action start 13:20:12: SetExecNsisUninstaller.
Action ended 13:20:12: SetExecNsisUninstaller. Return value 1.
Action start 13:20:12: ProcessComponents.
Action ended 13:20:12: ProcessComponents. Return value 1.
Action start 13:20:12: UnpublishFeatures.
Action ended 13:20:12: UnpublishFeatures. Return value 1.
Action start 13:20:12: RemoveRegistryValues.
Action ended 13:20:12: RemoveRegistryValues. Return value 1.
Action start 13:20:12: RemoveShortcuts.
Action ended 13:20:12: RemoveShortcuts. Return value 1.
Action start 13:20:12: RemoveFiles.
Action ended 13:20:12: RemoveFiles. Return value 0.
Action start 13:20:12: SetRemoveNavigationPaneEntries.
Action ended 13:20:12: SetRemoveNavigationPaneEntries. Return value 1.
Action start 13:20:12: InstallFiles.
Action ended 13:20:12: InstallFiles. Return value 1.
Action start 13:20:12: CreateShortcuts.
Action ended 13:20:12: CreateShortcuts. Return value 1.
Action start 13:20:12: WriteRegistryValues.
Action ended 13:20:12: WriteRegistryValues. Return value 1.
Action start 13:20:12: RegisterUser.
Action ended 13:20:12: RegisterUser. Return value 1.
Action start 13:20:12: RegisterProduct.
Action ended 13:20:12: RegisterProduct. Return value 1.
Action start 13:20:12: PublishFeatures.
Action ended 13:20:12: PublishFeatures. Return value 1.
Action start 13:20:12: PublishProduct.
Action ended 13:20:12: PublishProduct. Return value 1.
Action start 13:20:12: InstallFinalize.
Info 1903. Scheduling reboot operation: Deleting file C:\Config.Msi\19c31c.rbf. Must reboot to complete operation.
Info 1903. Scheduling reboot operation: Deleting file C:\Config.Msi\19c324.rbf. Must reboot to complete operation.
Info 1903. Scheduling reboot operation: Deleting file C:\Config.Msi\19c325.rbf. Must reboot to complete operation.
Info 1903. Scheduling reboot operation: Deleting file C:\Config.Msi\19c330.rbf. Must reboot to complete operation.
Info 1903. Scheduling reboot operation: Deleting file C:\Config.Msi\19c334.rbf. Must reboot to complete operation.
Info 1903. Scheduling reboot operation: Deleting file C:\Config.Msi\19c339.rbf. Must reboot to complete operation.
Info 1903. Scheduling reboot operation: Deleting file C:\Config.Msi\19c34f.rbf. Must reboot to complete operation.
Info 1903. Scheduling reboot operation: Deleting file C:\Config.Msi\19c350.rbf. Must reboot to complete operation.
Info 1903. Scheduling reboot operation: Deleting file C:\Config.Msi\19c351.rbf. Must reboot to complete operation.
Info 1903. Scheduling reboot operation: Deleting file C:\Config.Msi\19c580.rbf. Must reboot to complete operation.
Info 1903. Scheduling reboot operation: Deleting file C:\Config.Msi\19c581.rbf. Must reboot to complete operation.
Action ended 13:20:17: InstallFinalize. Return value 1.
Action ended 13:20:17: INSTALL. Return value 1.
Property(S): UpgradeCode = {FD2FCCA9-BB8F-4485-8F70-A0621B84A7F4}
Property(S): ExecNsisUninstaller = "nextcloud" ""
Property(S): RemoveNavigationPaneEntries = "Nextcloud"
Property(S): INSTALLDIR = C:\Program Files\Nextcloud\
Property(S): WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1
Property(S): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\
Property(S): DesktopFolder = C:\Users\Public\Desktop\
Property(S): TARGETDIR = C:\
Property(S): dir8C41E11B01F4C5D30978AB39D285BD9F = C:\Program Files\Nextcloud\audio\
Property(S): dirF7C85723696F5AD5070D8606EE45507C = C:\Program Files\Nextcloud\data\locale\ca\LC_MESSAGES\
Property(S): dir4AF3807DAB52E0BA5B7B13C1AC03C4F4 = C:\Program Files\Nextcloud\data\locale\ca@valencia\LC_MESSAGES\
Property(S): dirF1B8F8311B87E9E20B02E6281CCDBCF7 = C:\Program Files\Nextcloud\data\locale\de\LC_MESSAGES\
Property(S): dir59AB4DAB539EF86E8C5630A6231C6E17 = C:\Program Files\Nextcloud\data\locale\en_GB\LC_MESSAGES\
Property(S): dir46F7E0AF470C1BEAE8ADE27B2B18A870 = C:\Program Files\Nextcloud\data\locale\es\LC_MESSAGES\
Property(S): dir01CBCD5F313B7D994EC957E423998834 = C:\Program Files\Nextcloud\data\locale\fr\LC_MESSAGES\
Property(S): dir6C91373C3AD7ECA1458E445F88779F3B = C:\Program Files\Nextcloud\data\locale\it\LC_MESSAGES\
Property(S): dir3CC18902D5786A7F7F97346268521313 = C:\Program Files\Nextcloud\data\locale\ja\LC_MESSAGES\
Property(S): dir77E48ED20D984490CE2E2263D31943CF = C:\Program Files\Nextcloud\data\locale\ka\LC_MESSAGES\
Property(S): dirB7BF2114F687F00A5F2BF4609D9501DD = C:\Program Files\Nextcloud\data\locale\nl\LC_MESSAGES\
Property(S): dir2552ECEA931FA9DC9216BE3BAC1901D3 = C:\Program Files\Nextcloud\data\locale\pl\LC_MESSAGES\
Property(S): dirE4567C96CE2D7433B169C49089471163 = C:\Program Files\Nextcloud\data\locale\pt\LC_MESSAGES\
Property(S): dir8DCCFB243C2F7C8C7C895977A6F1C0D4 = C:\Program Files\Nextcloud\data\locale\ru\LC_MESSAGES\
Property(S): dirC1B03AF4B050FFEBC0CD237A5E076176 = C:\Program Files\Nextcloud\data\locale\sl\LC_MESSAGES\
Property(S): dirCE429664CF781BBC7E77F7EE8948700F = C:\Program Files\Nextcloud\data\locale\tr\LC_MESSAGES\
Property(S): dirAACBDE93EB073F50EF7E65646A883791 = C:\Program Files\Nextcloud\data\locale\uk\LC_MESSAGES\
Property(S): dirFB82CF726D8A1317F00B51E93D7AAA51 = C:\Program Files\Nextcloud\data\locale\zh_CN\LC_MESSAGES\
Property(S): dir69E290AAD634466CA3DB99E4978274F2 = C:\Program Files\Nextcloud\data\qlogging-categories5\
Property(S): dirE09F40AF2A4D02F7D5254AD0B19DEED5 = C:\Program Files\Nextcloud\i18n\
Property(S): dirB4D909CA5877E8EBEB32B83B2D15F595 = C:\Program Files\Nextcloud\iconengines\
Property(S): dir60B76952C227590F998DC42F548339BE = C:\Program Files\Nextcloud\imageformats\
Property(S): dir85F3AC493124AEB895EEBB16E870EB2E = C:\Program Files\Nextcloud\mediaservice\
Property(S): dir623D6610C7C3C018A72040463AD22773 = C:\Program Files\Nextcloud\platforms\
Property(S): dir259C5A9F70E77ED220CE5A8D239B21D9 = C:\Program Files\Nextcloud\playlistformats\
Property(S): dir6CE66E7F25BBB35BE6CF63141FDCE0E3 = C:\Program Files\Nextcloud\position\
Property(S): dirE039E7E8E58052666A0EE76B53FC0930 = C:\Program Files\Nextcloud\printsupport\
Property(S): dir5A2DD6973F198C0D877653FEDE517CF2 = C:\Program Files\Nextcloud\qmltooling\
Property(S): dir627C7424F8438CB37FFC065E296E0124 = C:\Program Files\Nextcloud\Qt\labs\platform\
Property(S): dir88C2E483BEB3FE19F3B952302CA49AF5 = C:\Program Files\Nextcloud\QtGraphicalEffects\
Property(S): dirDE2659BD28220E84A61FEAC24EB32576 = C:\Program Files\Nextcloud\QtGraphicalEffects\private\
Property(S): dirDF8C35237ED8C496FD80ECD5704A2D2C = C:\Program Files\Nextcloud\QtMultimedia\
Property(S): dirAAE9825F987A60A41533A198CB66F6A0 = C:\Program Files\Nextcloud\QtQml\
Property(S): dir68900E5BF44C7AC96F6DBD982C04EB9D = C:\Program Files\Nextcloud\QtQml\Models.2\
Property(S): dirAE0ECD84B32E17FAC160DA5811911DB7 = C:\Program Files\Nextcloud\QtQml\RemoteObjects\
Property(S): dir7D13EF96FF2AF264EF4F0FF30A555E45 = C:\Program Files\Nextcloud\QtQml\StateMachine\
Property(S): dirEC8FE74F2C56DF944E98DCFA8B057125 = C:\Program Files\Nextcloud\QtQml\WorkerScript.2\
Property(S): dir4C9EAE947FFD10C5A3720404C8350B50 = C:\Program Files\Nextcloud\QtQuick\Controls.2\
Property(S): dir1B91EFC3DDEC991E7C2B549CF4BD5D06 = C:\Program Files\Nextcloud\QtQuick\Controls.2\Fusion\
Property(S): dir03F35A0947474122A64F368133D87613 = C:\Program Files\Nextcloud\QtQuick\Controls.2\Imagine\
Property(S): dir052EA24155D8CBBF70ECDC3E8A1A4C21 = C:\Program Files\Nextcloud\QtQuick\Controls.2\Material\
Property(S): dir28B65B7A08208F9B127CA53C977C766C = C:\Program Files\Nextcloud\QtQuick\Controls.2\Universal\
Property(S): dirD8BA197112FE8883AE132BC12E39C824 = C:\Program Files\Nextcloud\QtQuick\Layouts\
Property(S): dir57CCE17AA24817F91C5A0D77AA6D6EFE = C:\Program Files\Nextcloud\QtQuick\Templates.2\
Property(S): dirCF4B2E583CB1009ECEC9C10BCFDAE63D = C:\Program Files\Nextcloud\QtQuick\Window.2\
Property(S): dirFCADEB156C2D9F8117D4324A0A6D64E2 = C:\Program Files\Nextcloud\QtQuick.2\
Property(S): dirBB53E4141D8520531FE69028502846F9 = C:\Program Files\Nextcloud\resources\
Property(S): dir33FB644A96FFD5387D1379D94D1FBE75 = C:\Program Files\Nextcloud\scenegraph\
Property(S): dirF1334AF64D097D9920D6F285D2DE292C = C:\Program Files\Nextcloud\styles\
Property(S): dirF1C5FA08924D46D2A43D5134DF70C0A8 = C:\Program Files\Nextcloud\translations\
Property(S): dir71FFE81224F83ADF18A0C310C96A8CCB = C:\Program Files\Nextcloud\translations\qtwebengine_locales\
Property(S): dir7D6FBD7463C3DBB95646AD0AB53F2E49 = C:\Program Files\Nextcloud\visualelements\
Property(S): ShellExtDir = C:\Program Files\Nextcloud\
Property(S): WixUIRMOption = UseRM
Property(S): ALLUSERS = 1
Property(S): ProgramFiles64Folder = C:\Program Files\
Property(S): SourceDir = C:\Temp\061_Nextcloud_Client\
Property(S): dir7FDAE30829EF4E6DA3727131C6F3731B = C:\Program Files\Nextcloud\data\locale\ca\
Property(S): dir54B4A67C5D7E93B1F8E71A02FC48601C = C:\Program Files\Nextcloud\data\locale\
Property(S): dirA04DB07A4AC0F7D5152B502F4C89FEE7 = C:\Program Files\Nextcloud\data\locale\ca@valencia\
Property(S): dir3B22D8C819DD5414459DF22D586AECFE = C:\Program Files\Nextcloud\data\locale\de\
Property(S): dirDC45D24EC884C653579AD5C4735AC200 = C:\Program Files\Nextcloud\data\locale\en_GB\
Property(S): dir327153104DBCFA70946B3012B40EC6B0 = C:\Program Files\Nextcloud\data\locale\es\
Property(S): dirB88E9D0365B74F0BCF5E201B2A1E265B = C:\Program Files\Nextcloud\data\locale\fr\
Property(S): dir1C5DC27A774A3B2F5C893A9C6546B187 = C:\Program Files\Nextcloud\data\locale\it\
Property(S): dir4B072D0336974E782815054CF5026CFB = C:\Program Files\Nextcloud\data\locale\ja\
Property(S): dirA63368968D3A53C16EEF263B6D291C22 = C:\Program Files\Nextcloud\data\locale\ka\
Property(S): dir1F6CBB42FF11CB73F8DCFB73F31ACFF0 = C:\Program Files\Nextcloud\data\locale\nl\
Property(S): dirB09B2B1220D40BD454230A9148D6D775 = C:\Program Files\Nextcloud\data\locale\pl\
Property(S): dirAFFA6F15D51B97C95DEA6AF3C866007C = C:\Program Files\Nextcloud\data\locale\pt\
Property(S): dirD90CAE2DEA5B91B588FC8B58CA91BEB2 = C:\Program Files\Nextcloud\data\locale\ru\
Property(S): dir87638500C7EB67C38A72C38DA1E0F789 = C:\Program Files\Nextcloud\data\locale\sl\
Property(S): dir1327C77FFCB71F76A46089C4C219FA84 = C:\Program Files\Nextcloud\data\locale\tr\
Property(S): dir91A6EE171528FCDCFE8CC574BD6CC126 = C:\Program Files\Nextcloud\data\locale\uk\
Property(S): dir724B1ED8ECEBF26267065546CA34E0B5 = C:\Program Files\Nextcloud\data\locale\zh_CN\
Property(S): dir38903B42FECED7D073B27F29CA029A00 = C:\Program Files\Nextcloud\data\
Property(S): dirA7756FDD8A318518B5A2840A8F9EEDAA = C:\Program Files\Nextcloud\Qt\labs\
Property(S): dir1F8E1A3AB7AAAD09A1BCC9E718F10DA2 = C:\Program Files\Nextcloud\Qt\
Property(S): dirB90919A90C2939CA6CAB0EC48724E13D = C:\Program Files\Nextcloud\QtQuick\
Property(S): SKIPAUTOUPDATE = 1
Property(S): APPNAME = Nextcloud
Property(S): ARPPRODUCTICON = Nextcloud.ico
Property(S): ARPHELPLINK = https://nextcloud.com/
Property(S): ARPURLINFOABOUT = https://nextcloud.com/
Property(S): WixShellExecTarget = [#MainExecutable]
Property(S): WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT = Launch Nextcloud
Property(S): Manufacturer = Nextcloud GmbH
Property(S): ProductCode = {71068431-AA26-4847-8E8D-FE865FE879F7}
Property(S): ProductLanguage = 1033
Property(S): ProductName = Nextcloud
Property(S): ProductVersion = 3.8.2.20230516
Property(S): DefaultUIFont = WixUI_Font_Normal
Property(S): WixUI_Mode = FeatureTree
Property(S): ErrorDialog = ErrorDlg
Property(S): SecureCustomProperties = WIX_UPGRADE_DETECTED
Property(S): WIX_UPGRADE_DETECTED = {9DA017FA-4B3C-4ED8-BAF1-D2CAE6422A69}
Property(S): MsiLogFileLocation = C:\Temp\061_Nextcloud_Client\xxxxx-20230609012001-Nextcloud_Client-installation.log
Property(S): PackageCode = {FC79A1F8-A7A8-4D46-B36F-E5056819A901}
Property(S): ProductState = -1
Property(S): PackagecodeChanging = 1
Property(S): NO_DESKTOP_SHORTCUT = 1
Property(S): REBOOT = ReallySuppress
Property(S): CURRENTDIRECTORY = C:\WINDOWS\IMECache\38300d13-82c3-4214-85a5-07c3571f4a02_1
Property(S): CLIENTUILEVEL = 3
Property(S): CLIENTPROCESSID = 10336
Property(S): VersionDatabase = 300
Property(S): VersionMsi = 5.00
Property(S): VersionNT = 603
Property(S): VersionNT64 = 603
Property(S): WindowsBuild = 9600
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): 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): CommonFiles64Folder = C:\Program Files\Common Files\
Property(S): AppDataFolder = C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\
Property(S): FavoritesFolder = C:\WINDOWS\system32\config\systemprofile\Favorites\
Property(S): NetHoodFolder = C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Network Shortcuts\
Property(S): PersonalFolder = C:\WINDOWS\system32\config\systemprofile\Documents\
Property(S): PrintHoodFolder = C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\
Property(S): RecentFolder = C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Recent\
Property(S): SendToFolder = C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\SendTo\
Property(S): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\
Property(S): CommonAppDataFolder = C:\ProgramData\
Property(S): LocalAppDataFolder = C:\WINDOWS\system32\config\systemprofile\AppData\Local\
Property(S): MyPicturesFolder = C:\WINDOWS\system32\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): StartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\
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 = 8026
Property(S): VirtualMemory = 16544
Property(S): AdminUser = 1
Property(S): MsiTrueAdminUser = 1
Property(S): LogonUser = SYSTEM
Property(S): UserSID = S-1-5-18
Property(S): UserLanguageID = 1033
Property(S): ComputerName = xxxxx
Property(S): SystemLanguageID = 1033
Property(S): ScreenX = 1024
Property(S): ScreenY = 768
Property(S): CaptionHeight = 28
Property(S): BorderTop = 1
Property(S): BorderSide = 1
Property(S): MsiTabletPC = 1
Property(S): TextHeight = 16
Property(S): TextInternalLeading = 3
Property(S): ColorBits = 32
Property(S): TTCSupport = 1
Property(S): Time = 13:20:17
Property(S): Date = 6/9/2023
Property(S): MsiNetAssemblySupport = 4.8.9032.0
Property(S): MsiWin32AssemblySupport = 6.3.22621.1485
Property(S): RedirectedDllSupport = 2
Property(S): MsiRunningElevated = 1
Property(S): Privileged = 1
Property(S): USERNAME = xxxxx.
Property(S): COMPANYNAME = xxxxx
Property(S): DATABASE = C:\WINDOWS\Installer\19c317.msi
Property(S): OriginalDatabase = C:\Temp\061_Nextcloud_Client\Nextcloud-3.8.2-x64.msi
Property(S): UILevel = 2
Property(S): ACTION = INSTALL
Property(S): MIGRATE = {9DA017FA-4B3C-4ED8-BAF1-D2CAE6422A69}
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:\Temp\061_Nextcloud_Client\
Property(S): SourcedirProduct = {71068431-AA26-4847-8E8D-FE865FE879F7}
Property(S): ProductToBeRegistered = 1
MSI (s) (04:D8) [13:20:17:406]: Product: Nextcloud -- Installation completed successfully.

MSI (s) (04:D8) [13:20:17:406]: Windows Installer installed the product. Product Name: Nextcloud. Product Version: 3.8.2.20230516. Product Language: 1033. Manufacturer: Nextcloud GmbH. Installation success or error status: 0.

=== Logging stopped: 6/9/2023  13:20:17 ===

hello @th-ms welcome to the community :handshake:

plain text is always better than binary formats. Please enclose logs and code with ``` - it keeps it readable…

For me the issue sounds more like msi Installer problem. Especially if it works on Win 10…
I would recommend you run the commands manually to see if you can find the issue… if you can’t see nothing open a support ticket with M$.

Hi @wwe,
Thank you for the hint to improve my post.

I continued testing the installation process and I think you are right. It is reproduceable but only for one of my test systems. I will spin up some more. If this one system turns out to be a fluke, I’ll accept it as solution tomorrow.

1 Like

This has been solved. It was a stupid configuration error. Just in case somebody stumbles upon this problem:
The reason was the automatic installation of version 3.7.3 configured in Intune for some of the test systems (required installation). The quiet installation downgraded the software but in the process deleted the nextcloud.exe without copying the new file where it belongs.

1 Like