Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Monday, September 12, 2016 8:33 AM
Hello everyone
I am creating a package to a Power BI Desktop deployment, with SCCM 1602 using the .msi file which I downloaded.
Always gives an internal error 1603.
I have use “applications mode” and set installation behavior as “Install for user”, also have seen that comand is written correctly (msiexec /i “PBIDesktop_x64.msi” /q)
Someone would have any idea about it?
Thanks!!
All replies (7)
Monday, September 12, 2016 8:37 AM ✅Answered
Does the Installation work for a User in a Non-Administrator Context? Are you able to install the MSI manually, by executing it as a User?
Otherwise add Verbose Logging to get some additional Details on the error code: http://stackoverflow.com/questions/7126077/create-an-msi-log-file
Simon Dettling | msitproblog.com | @SimonDettling
Monday, September 12, 2016 11:17 AM ✅Answered
The log file provides the reason for the 1603 error:
"MSI (s) (14:E0) [12:10:11:262]: Product: Microsoft Power BI Desktop (x64) -- EULA has not been accepted while executing the installation in reduced UI mode. Please add the flag ACCEPT_EULA=1 to the command line."
You will need to modify your command line to include to set this property e.g.
msiexec /i “PBIDesktop_x64.msi” ACCEPT_EULA=1 /q
Monday, September 12, 2016 9:12 AM
The application does require an administrator account to install on a clean system. Try deploying to the machine and not a user, this should work fine.
Monday, September 12, 2016 10:26 AM
Simon, Yes, I asked forum BI power and they said that in the option Installation behavior mark it as "install for user" though as "install for system" does the same.
Manually the msi installed correctly as "install for system", no as "install for user"
Richard, I tried installed as system. The result is the same.
Attached the log file.
=== Verbose logging started: 12/09/2016 12:10:10 Build type: SHIP UNICODE 5.00.10011.00 Calling process: C:\WINDOWS\system32\msiexec.exe ===
MSI (c) (74:70) [12:10:10:109]: Resetting cached policy values
MSI (c) (74:70) [12:10:10:109]: Machine policy value 'Debug' is 0
MSI (c) (74:70) [12:10:10:109]: ******* RunEngine:
******* Product: PBIDesktop_x64.msi
******* Action:
******* CommandLine: **********
MSI (c) (74:70) [12:10:10:109]: Client-side and UI is none or basic: Running entire install on the server.
MSI (c) (74:70) [12:10:10:109]: Grabbed execution mutex.
MSI (c) (74:70) [12:10:10:116]: Cloaking enabled.
MSI (c) (74:70) [12:10:10:116]: Attempting to enable all disabled privileges before calling Install on Server
MSI (c) (74:70) [12:10:10:117]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (14:70) [12:10:10:120]: Running installation inside multi-package transaction C:\WINDOWS\ccmcache\8\PBIDesktop_x64.msi
MSI (s) (14:70) [12:10:10:120]: Grabbed execution mutex.
MSI (s) (14:E0) [12:10:10:121]: Resetting cached policy values
MSI (s) (14:E0) [12:10:10:121]: Machine policy value 'Debug' is 0
MSI (s) (14:E0) [12:10:10:121]: ******* RunEngine:
******* Product: C:\WINDOWS\ccmcache\8\PBIDesktop_x64.msi
******* Action:
******* CommandLine: **********
MSI (s) (14:E0) [12:10:10:122]: Machine policy value 'DisableUserInstalls' is 0
MSI (s) (14:E0) [12:10:10:126]: User policy value 'SearchOrder' is 'nmu'
MSI (s) (14:E0) [12:10:10:126]: User policy value 'DisableMedia' is 0
MSI (s) (14:E0) [12:10:10:126]: Machine policy value 'AllowLockdownMedia' is 0
MSI (s) (14:E0) [12:10:10:126]: SOURCEMGMT: Media enabled only if package is safe.
MSI (s) (14:E0) [12:10:10:126]: SOURCEMGMT: Looking for sourcelist for product {03715368-FD2E-48CA-A6D1-39562DA58F5D}
MSI (s) (14:E0) [12:10:10:126]: SOURCEMGMT: Adding {03715368-FD2E-48CA-A6D1-39562DA58F5D}; to potential sourcelist list (pcode;disk;relpath).
MSI (s) (14:E0) [12:10:10:127]: SOURCEMGMT: Now checking product {03715368-FD2E-48CA-A6D1-39562DA58F5D}
MSI (s) (14:E0) [12:10:10:127]: SOURCEMGMT: Media is enabled for product.
MSI (s) (14:E0) [12:10:10:127]: SOURCEMGMT: Attempting to use LastUsedSource from source list.
MSI (s) (14:E0) [12:10:10:127]: SOURCEMGMT: Processing net source list.
MSI (s) (14:E0) [12:10:10:127]: SOURCEMGMT: Trying source C:\WINDOWS\ccmcache\8\
MSI (s) (14:E0) [12:10:10:127]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer 3: 2
MSI (s) (14:E0) [12:10:10:139]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (s) (14:E0) [12:10:10:139]: Specifed source is already in a list.
MSI (s) (14:E0) [12:10:10:139]: User policy value 'SearchOrder' is 'nmu'
MSI (s) (14:E0) [12:10:10:139]: Machine policy value 'DisableBrowse' is 0
MSI (s) (14:E0) [12:10:10:139]: Machine policy value 'AllowLockdownBrowse' is 0
MSI (s) (14:E0) [12:10:10:139]: Adding new sources is allowed.
MSI (s) (14:E0) [12:10:10:140]: Set LastUsedSource to: C:\WINDOWS\ccmcache\8\
MSI (s) (14:E0) [12:10:10:140]: Set LastUsedType to: n.
MSI (s) (14:E0) [12:10:10:140]: Set LastUsedIndex to: 1.
MSI (s) (14:E0) [12:10:10:140]: SOURCEMGMT: Resolved source to: 'C:\WINDOWS\ccmcache\8\
MSI (s) (14:E0) [12:10:10:141]: Note: 1: 2203 2: C:\WINDOWS\Installer\inprogressinstallinfo.ipi 3: -2147287038
MSI (s) (14:E0) [12:10:10:143]: SRSetRestorePoint skipped for this transaction.
MSI (s) (14:E0) [12:10:10:145]: File will have security applied from OpCode.
MSI (s) (14:E0) [12:10:10:783]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\WINDOWS\ccmcache\8\PBIDesktop_x64.msi' against software restriction policy
MSI (s) (14:E0) [12:10:10:783]: SOFTWARE RESTRICTION POLICY: C:\WINDOWS\ccmcache\8\PBIDesktop_x64.msi has a digital signature
MSI (s) (14:E0) [12:10:10:783]: SOFTWARE RESTRICTION POLICY: C:\WINDOWS\ccmcache\8\PBIDesktop_x64.msi is permitted to run because the user token authorizes execution (system or service token).
MSI (s) (14:E0) [12:10:10:783]: MSCOREE not loaded loading copy from system32
MSI (s) (14:E0) [12:10:10:789]: End dialog not enabled
MSI (s) (14:E0) [12:10:10:789]: Original package ==> C:\WINDOWS\ccmcache\8\PBIDesktop_x64.msi
MSI (s) (14:E0) [12:10:10:789]: Package we're running from ==> C:\WINDOWS\Installer\85c918.msi
MSI (s) (14:E0) [12:10:10:791]: APPCOMPAT: looking for appcompat database entry with ProductCode '{03715368-FD2E-48CA-A6D1-39562DA58F5D}'.
MSI (s) (14:E0) [12:10:10:791]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (14:E0) [12:10:10:811]: Machine policy value 'DisablePatch' is 0
MSI (s) (14:E0) [12:10:10:811]: Machine policy value 'AllowLockdownPatch' is 0
MSI (s) (14:E0) [12:10:10:811]: Machine policy value 'DisableLUAPatching' is 0
MSI (s) (14:E0) [12:10:10:811]: Machine policy value 'DisableFlyWeightPatching' is 0
MSI (s) (14:E0) [12:10:10:811]: APPCOMPAT: looking for appcompat database entry with ProductCode '{03715368-FD2E-48CA-A6D1-39562DA58F5D}'.
MSI (s) (14:E0) [12:10:10:812]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (14:E0) [12:10:10:812]: Transforms are not secure.
MSI (s) (14:E0) [12:10:10:812]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'C:\log\power_bi.log'.
MSI (s) (14:E0) [12:10:10:812]: Command Line: CURRENTDIRECTORY=C:\WINDOWS\ccmcache\8 CLIENTUILEVEL=3 CLIENTPROCESSID=3700
MSI (s) (14:E0) [12:10:10:812]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{DCD14407-F9BB-4593-B59F-5D4CDEBD6915}'.
MSI (s) (14:E0) [12:10:10:812]: Product Code passed to Engine.Initialize: '{03715368-FD2E-48CA-A6D1-39562DA58F5D}'
MSI (s) (14:E0) [12:10:10:812]: Product Code from property table before transforms: '{03715368-FD2E-48CA-A6D1-39562DA58F5D}'
MSI (s) (14:E0) [12:10:10:812]: Product Code from property table after transforms: '{03715368-FD2E-48CA-A6D1-39562DA58F5D}'
MSI (s) (14:E0) [12:10:10:812]: Product not registered: beginning first-time install
MSI (s) (14:E0) [12:10:10:812]: Determined that existing product (either this product or the product being upgraded with a patch) is installed per-machine.
MSI (s) (14:E0) [12:10:10:812]: Product {03715368-FD2E-48CA-A6D1-39562DA58F5D} is admin assigned: LocalSystem owns the publish key.
MSI (s) (14:E0) [12:10:10:812]: Product {03715368-FD2E-48CA-A6D1-39562DA58F5D} is managed.
MSI (s) (14:E0) [12:10:10:812]: MSI_LUA: Credential prompt not required, user is an admin
MSI (s) (14:E0) [12:10:10:812]: PROPERTY CHANGE: Adding ProductState property. Its value is '1'.
MSI (s) (14:E0) [12:10:10:812]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (s) (14:E0) [12:10:10:812]: Specifed source is already in a list.
MSI (s) (14:E0) [12:10:10:812]: User policy value 'SearchOrder' is 'nmu'
MSI (s) (14:E0) [12:10:10:812]: Adding new sources is allowed.
MSI (s) (14:E0) [12:10:10:812]: Package name retrieved from configuration data: 'PBIDesktop_x64.msi'
MSI (s) (14:E0) [12:10:10:812]: Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI (s) (14:E0) [12:10:10:812]: Machine policy value 'DisableMsi' is 0
MSI (s) (14:E0) [12:10:10:812]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (14:E0) [12:10:10:812]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (14:E0) [12:10:10:812]: Product {03715368-FD2E-48CA-A6D1-39562DA58F5D} is admin assigned: LocalSystem owns the publish key.
MSI (s) (14:E0) [12:10:10:812]: Product {03715368-FD2E-48CA-A6D1-39562DA58F5D} is managed.
MSI (s) (14:E0) [12:10:10:812]: Running product '{03715368-FD2E-48CA-A6D1-39562DA58F5D}' with elevated privileges: Product is assigned.
MSI (s) (14:E0) [12:10:10:812]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\WINDOWS\ccmcache\8'.
MSI (s) (14:E0) [12:10:10:812]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '3'.
MSI (s) (14:E0) [12:10:10:812]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '3700'.
MSI (s) (14:E0) [12:10:10:812]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0
MSI (s) (14:E0) [12:10:10:812]: PROPERTY CHANGE: Adding MsiRestartManagerSessionKey property. Its value is '2b7c54d3eded1f43baa45aed39ac64df'.
MSI (s) (14:E0) [12:10:10:812]: RESTART MANAGER: Session opened.
MSI (s) (14:E0) [12:10:10:812]: PROPERTY CHANGE: Adding MsiSystemRebootPending property. Its value is '1'.
MSI (s) (14:E0) [12:10:10:814]: TRANSFORMS property is now:
MSI (s) (14:E0) [12:10:10:814]: PROPERTY CHANGE: Adding PRODUCTLANGUAGE property. Its value is '1033'.
MSI (s) (14:E0) [12:10:10:814]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '405'.
MSI (s) (14:E0) [12:10:10:814]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\system32\config\systemprofile\AppData\Roaming
MSI (s) (14:E0) [12:10:10:814]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\system32\config\systemprofile\Favorites
MSI (s) (14:E0) [12:10:10:814]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Network Shortcuts
MSI (s) (14:E0) [12:10:10:814]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\system32\config\systemprofile\Documents
MSI (s) (14:E0) [12:10:10:814]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
MSI (s) (14:E0) [12:10:10:814]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Recent
MSI (s) (14:E0) [12:10:10:814]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\SendTo
MSI (s) (14:E0) [12:10:10:814]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Templates
MSI (s) (14:E0) [12:10:10:814]: SHELL32::SHGetFolderPath returned: C:\ProgramData
MSI (s) (14:E0) [12:10:10:814]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\system32\config\systemprofile\AppData\Local
MSI (s) (14:E0) [12:10:10:814]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\system32\config\systemprofile\Pictures
MSI (s) (14:E0) [12:10:10:814]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
MSI (s) (14:E0) [12:10:10:814]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
MSI (s) (14:E0) [12:10:10:814]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
MSI (s) (14:E0) [12:10:10:814]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu
MSI (s) (14:E0) [12:10:10:814]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop
MSI (s) (14:E0) [12:10:10:814]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
MSI (s) (14:E0) [12:10:10:814]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
MSI (s) (14:E0) [12:10:10:814]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
MSI (s) (14:E0) [12:10:10:814]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Start Menu
MSI (s) (14:E0) [12:10:10:814]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\system32\config\systemprofile\Desktop
MSI (s) (14:E0) [12:10:10:815]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates
MSI (s) (14:E0) [12:10:10:815]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
MSI (s) (14:E0) [12:10:10:815]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
MSI (s) (14:E0) [12:10:10:834]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated.
MSI (s) (14:E0) [12:10:10:834]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'.
MSI (s) (14:E0) [12:10:10:834]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
MSI (s) (14:E0) [12:10:10:834]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
MSI (s) (14:E0) [12:10:10:834]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'P'.
MSI (s) (14:E0) [12:10:10:834]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
MSI (s) (14:E0) [12:10:10:834]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\WINDOWS\Installer\85c918.msi'.
MSI (s) (14:E0) [12:10:10:834]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\WINDOWS\ccmcache\8\PBIDesktop_x64.msi'.
MSI (s) (14:E0) [12:10:10:834]: Machine policy value 'MsiDisableEmbeddedUI' is 0
MSI (s) (14:E0) [12:10:10:834]: EEUI - Disabling MsiEmbeddedUI for service because it's not a quiet/basic install
MSI (s) (14:E0) [12:10:10:834]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (14:E0) [12:10:10:834]: Machine policy value 'DisableRollback' is 0
MSI (s) (14:E0) [12:10:10:834]: User policy value 'DisableRollback' is 0
MSI (s) (14:E0) [12:10:10:834]: PROPERTY CHANGE: Adding UILevel property. Its value is '2'.
=== Logging started: 12/09/2016 12:10:10 ===
MSI (s) (14:E0) [12:10:10:835]: Note: 1: 2203 2: C:\WINDOWS\Installer\inprogressinstallinfo.ipi 3: -2147287038
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying VersionNT property. Its current value is '603'. Its new value: '601'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying VersionNT64 property. Its current value is '603'. Its new value: '601'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '0'. Its new value: '14'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '14'. Its new value: '13'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '13'. Its new value: '12'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '12'. Its new value: '11'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '11'. Its new value: '10'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '10'. Its new value: '9'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '9'. Its new value: '8'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '8'. Its new value: '7'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '7'. Its new value: '6'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '6'. Its new value: '5'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '5'. Its new value: '4'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '4'. Its new value: '3'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '3'. Its new value: '2'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '2'. Its new value: '1'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '1'. Its new value: '0'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying VersionNT property. Its current value is '601'. Its new value: '600'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying VersionNT64 property. Its current value is '601'. Its new value: '600'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '0'. Its new value: '14'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '14'. Its new value: '13'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '13'. Its new value: '12'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '12'. Its new value: '11'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '11'. Its new value: '10'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '10'. Its new value: '9'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '9'. Its new value: '8'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '8'. Its new value: '7'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '7'. Its new value: '6'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '6'. Its new value: '5'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '5'. Its new value: '4'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '4'. Its new value: '3'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '3'. Its new value: '2'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '2'. Its new value: '1'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '1'. Its new value: '0'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying VersionNT property. Its current value is '600'. Its new value: '502'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying VersionNT64 property. Its current value is '600'. Its new value: '502'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '0'. Its new value: '14'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '14'. Its new value: '13'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '13'. Its new value: '12'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '12'. Its new value: '11'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '11'. Its new value: '10'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '10'. Its new value: '9'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '9'. Its new value: '8'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '8'. Its new value: '7'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '7'. Its new value: '6'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '6'. Its new value: '5'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '5'. Its new value: '4'.
MSI (s) (14:E0) [12:10:10:835]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '4'. Its new value: '3'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '3'. Its new value: '2'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '2'. Its new value: '1'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '1'. Its new value: '0'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying VersionNT property. Its current value is '502'. Its new value: '501'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying VersionNT64 property. Its current value is '502'. Its new value: '501'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '0'. Its new value: '14'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '14'. Its new value: '13'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '13'. Its new value: '12'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '12'. Its new value: '11'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '11'. Its new value: '10'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '10'. Its new value: '9'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '9'. Its new value: '8'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '8'. Its new value: '7'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '7'. Its new value: '6'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '6'. Its new value: '5'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '5'. Its new value: '4'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '4'. Its new value: '3'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '3'. Its new value: '2'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '2'. Its new value: '1'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '1'. Its new value: '0'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying VersionNT property. Its current value is '501'. Its new value: '500'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying VersionNT64 property. Its current value is '501'. Its new value: '500'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '0'. Its new value: '14'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '14'. Its new value: '13'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '13'. Its new value: '12'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '12'. Its new value: '11'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '11'. Its new value: '10'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '10'. Its new value: '9'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '9'. Its new value: '8'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '8'. Its new value: '7'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '7'. Its new value: '6'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '6'. Its new value: '5'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '5'. Its new value: '4'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '4'. Its new value: '3'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '3'. Its new value: '2'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '2'. Its new value: '1'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '1'. Its new value: '0'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying VersionNT property. Its current value is '500'. Its new value: '400'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying VersionNT64 property. Its current value is '500'. Its new value: '400'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '0'. Its new value: '14'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '14'. Its new value: '13'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '13'. Its new value: '12'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '12'. Its new value: '11'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '11'. Its new value: '10'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '10'. Its new value: '9'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '9'. Its new value: '8'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '8'. Its new value: '7'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '7'. Its new value: '6'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '6'. Its new value: '5'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '5'. Its new value: '4'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '4'. Its new value: '3'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '3'. Its new value: '2'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '2'. Its new value: '1'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '1'. Its new value: '0'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying VersionNT property. Its current value is '400'. Its new value: '603'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Modifying VersionNT64 property. Its current value is '400'. Its new value: '603'.
MSI (s) (14:E0) [12:10:10:836]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
MSI (s) (14:E0) [12:10:10:836]: Doing action: INSTALL
Action start 12:10:10: INSTALL.
MSI (s) (14:E0) [12:10:10:837]: Running ExecuteSequence
MSI (s) (14:E0) [12:10:10:837]: Doing action: System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC
MSI (s) (14:E0) [12:10:10:837]: PROPERTY CHANGE: Adding System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC property. Its value is 'C:\WINDOWS\system32\.
Action start 12:10:10: System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC.
MSI (s) (14:E0) [12:10:10:837]: Doing action: WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC
Action ended 12:10:10: System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Return value 1.
MSI (s) (14:E0) [12:10:10:837]: PROPERTY CHANGE: Adding WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC property. Its value is 'C:\WINDOWS\.
Action start 12:10:10: WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC.
MSI (s) (14:E0) [12:10:10:838]: Doing action: WindowsFolder_amd64_VC.C7F737EB_3325_3BEE_8D0D_DEF2DE62486A
Action ended 12:10:10: WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC. Return value 1.
MSI (s) (14:E0) [12:10:10:838]: PROPERTY CHANGE: Adding WindowsFolder_amd64_VC.C7F737EB_3325_3BEE_8D0D_DEF2DE62486A property. Its value is 'C:\WINDOWS\.
Action start 12:10:10: WindowsFolder_amd64_VC.C7F737EB_3325_3BEE_8D0D_DEF2DE62486A.
MSI (s) (14:E0) [12:10:10:838]: Doing action: System64Folder_amd64_VC.C7F737EB_3325_3BEE_8D0D_DEF2DE62486A
Action ended 12:10:10: WindowsFolder_amd64_VC.C7F737EB_3325_3BEE_8D0D_DEF2DE62486A. Return value 1.
MSI (s) (14:E0) [12:10:10:838]: PROPERTY CHANGE: Adding System64Folder_amd64_VC.C7F737EB_3325_3BEE_8D0D_DEF2DE62486A property. Its value is 'C:\WINDOWS\system32\.
Action start 12:10:10: System64Folder_amd64_VC.C7F737EB_3325_3BEE_8D0D_DEF2DE62486A.
MSI (s) (14:E0) [12:10:10:838]: Doing action: System64Folder_amd64_VC.05F0B5F5_44A8_3793_976B_A4F17AECF92C
Action ended 12:10:10: System64Folder_amd64_VC.C7F737EB_3325_3BEE_8D0D_DEF2DE62486A. Return value 1.
MSI (s) (14:E0) [12:10:10:839]: PROPERTY CHANGE: Adding System64Folder_amd64_VC.05F0B5F5_44A8_3793_976B_A4F17AECF92C property. Its value is 'C:\WINDOWS\system32\.
Action start 12:10:10: System64Folder_amd64_VC.05F0B5F5_44A8_3793_976B_A4F17AECF92C.
MSI (s) (14:E0) [12:10:10:839]: Doing action: FindRelatedProducts
Action ended 12:10:10: System64Folder_amd64_VC.05F0B5F5_44A8_3793_976B_A4F17AECF92C. Return value 1.
Action start 12:10:10: FindRelatedProducts.
MSI (s) (14:E0) [12:10:10:839]: PROPERTY CHANGE: Adding WIX_UPGRADE_DETECTED property. Its value is '{79A38B4D-3781-4CD8-A5F6-12CEC5420C9F}'.
MSI (s) (14:E0) [12:10:10:839]: PROPERTY CHANGE: Adding MIGRATE property. Its value is '{79A38B4D-3781-4CD8-A5F6-12CEC5420C9F}'.
MSI (s) (14:E0) [12:10:10:840]: PROPERTY CHANGE: Modifying WIX_UPGRADE_DETECTED property. Its current value is '{79A38B4D-3781-4CD8-A5F6-12CEC5420C9F}'. Its new value: '{79A38B4D-3781-4CD8-A5F6-12CEC5420C9F};{51698323-62FF-48C1-B38B-42E49B349774}'.
MSI (s) (14:E0) [12:10:10:840]: PROPERTY CHANGE: Modifying MIGRATE property. Its current value is '{79A38B4D-3781-4CD8-A5F6-12CEC5420C9F}'. Its new value: '{79A38B4D-3781-4CD8-A5F6-12CEC5420C9F};{51698323-62FF-48C1-B38B-42E49B349774}'.
MSI (s) (14:E0) [12:10:10:840]: Doing action: AppSearch
Action ended 12:10:10: FindRelatedProducts. Return value 1.
Action start 12:10:10: AppSearch.
MSI (s) (14:E0) [12:10:10:843]: Note: 1: 2262 2: Signature 3: -2147287038
MSI (s) (14:E0) [12:10:10:843]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft Power BI Desktop\Installer 3: 2
MSI (s) (14:E0) [12:10:10:844]: Note: 1: 2262 2: Signature 3: -2147287038
MSI (s) (14:E0) [12:10:10:844]: PROPERTY CHANGE: Adding INTERNETEXPLORERVERSION property. Its value is '9.11.10586.0'.
MSI (s) (14:E0) [12:10:10:844]: Note: 1: 2262 2: Signature 3: -2147287038
MSI (s) (14:E0) [12:10:10:844]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\Microsoft Power BI Desktop\Installer 3: 2
MSI (s) (14:E0) [12:10:10:844]: Note: 1: 2262 2: Signature 3: -2147287038
MSI (s) (14:E0) [12:10:10:845]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\Microsoft Power BI Desktop 3: 2
MSI (s) (14:E0) [12:10:10:845]: Note: 1: 2262 2: Signature 3: -2147287038
MSI (s) (14:E0) [12:10:10:845]: PROPERTY CHANGE: Adding NETFRAMEWORK45 property. Its value is '#394254'.
MSI (s) (14:E0) [12:10:10:845]: Skipping action: SetENABLECXPFromReg1 (condition is false)
MSI (s) (14:E0) [12:10:10:845]: Skipping action: SetENABLECXPFromReg0 (condition is false)
MSI (s) (14:E0) [12:10:10:845]: Doing action: SetENABLECXPDefaultValue
Action ended 12:10:10: AppSearch. Return value 1.
MSI (s) (14:E0) [12:10:10:846]: PROPERTY CHANGE: Adding ENABLECXP property. Its value is '1'.
Action start 12:10:10: SetENABLECXPDefaultValue.
MSI (s) (14:E0) [12:10:10:846]: Skipping action: SetENABLECXPNot1AsDeleted (condition is false)
MSI (s) (14:E0) [12:10:10:846]: Skipping action: SetINSTALLDESKTOPSHORTCUTFromReg1 (condition is false)
MSI (s) (14:E0) [12:10:10:846]: Skipping action: SetINSTALLDESKTOPSHORTCUTFromReg0 (condition is false)
MSI (s) (14:E0) [12:10:10:846]: Doing action: SetINSTALLDESKTOPSHORTCUTDefaultValue
Action ended 12:10:10: SetENABLECXPDefaultValue. Return value 1.
MSI (s) (14:E0) [12:10:10:846]: PROPERTY CHANGE: Adding INSTALLDESKTOPSHORTCUT property. Its value is '1'.
Action start 12:10:10: SetINSTALLDESKTOPSHORTCUTDefaultValue.
MSI (s) (14:E0) [12:10:10:846]: Skipping action: SetINSTALLDESKTOPSHORTCUTNot1AsDeleted (condition is false)
MSI (s) (14:E0) [12:10:10:846]: Skipping action: IsWindowsVersionSupported (condition is false)
MSI (s) (14:E0) [12:10:10:846]: Doing action: WixCloseApplications
Action ended 12:10:10: SetINSTALLDESKTOPSHORTCUTDefaultValue. Return value 1.
MSI (s) (14:E0) [12:10:10:875]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSIDA8A.tmp, Entrypoint: WixCloseApplications
MSI (s) (14:3C) [12:10:10:875]: Generating random cookie.
MSI (s) (14:3C) [12:10:10:880]: Created Custom Action Server with PID 5132 (0x140C).
MSI (s) (14:2C) [12:10:11:211]: Running as a service.
MSI (s) (14:2C) [12:10:11:214]: Hello, I'm your 32bit Elevated Non-remapped custom action server.
Action start 12:10:10: WixCloseApplications.
MSI (s) (14:E0) [12:10:11:261]: Doing action: LaunchConditions
Action ended 12:10:11: WixCloseApplications. Return value 1.
Action start 12:10:11: LaunchConditions.
MSI (s) (14:E0) [12:10:11:262]: Product: Microsoft Power BI Desktop (x64) -- EULA has not been accepted while executing the installation in reduced UI mode. Please add the flag ACCEPT_EULA=1 to the command line.
EULA has not been accepted while executing the installation in reduced UI mode. Please add the flag ACCEPT_EULA=1 to the command line.
MSI (s) (14:E0) [12:10:11:263]: Doing action: TriggerInstallFailedTelemetry
Action ended 12:10:11: LaunchConditions. Return value 3.
MSI (s) (14:C0) [12:10:11:284]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSIDC31.tmp, Entrypoint: InstallFailed
MSI (s) (14:3C) [12:10:11:284]: Generating random cookie.
MSI (s) (14:3C) [12:10:11:287]: Created Custom Action Server with PID 3028 (0xBD4).
MSI (s) (14:2C) [12:10:11:314]: Running as a service.
MSI (s) (14:2C) [12:10:11:320]: Hello, I'm your 64bit Elevated Non-remapped custom action server.
Action start 12:10:11: TriggerInstallFailedTelemetry.
SFXCA: Extracting custom action to temporary directory: C:\WINDOWS\Installer\MSIDC31.tmp-\
SFXCA: Binding to CLR version v4.0.30319
Calling custom action Microsoft.PowerBI.InstallationTelemetryWrapper!Microsoft.PowerBI.InstallationTelemetryWrapper.CustomActions.InstallFailed
PBITelemetry: Install Failed
Action ended 12:10:14: TriggerInstallFailedTelemetry. Return value 1.
Action ended 12:10:14: INSTALL. Return value 3.
Property(S): UpgradeCode = {013D5350-260F-469D-BD4F-8CCB8CF0421A}
Property(S): INTERNETEXPLORERVERSION = 9.11.10586.0
Property(S): NETFRAMEWORK45 = #394254
Property(S): WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1
Property(S): INSTALLDESKTOPSHORTCUT = 1
Property(S): DesktopFolder = C:\Users\Public\Desktop\
Property(S): UPDATE_CHECK_URL = https://go.microsoft.com/fwlink/?LinkID=524399
Property(S): WixUIRMOption = UseRM
Property(S): WIXUI_INSTALLDIR = INSTALLLOCATION
Property(S): ALLUSERS = 1
Property(S): ENABLECXP = 1
Property(S): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\
Property(S): ProgramFiles64Folder = C:\Program Files\
Property(S): Configuration = Release
Property(S): ARPNOMODIFY = 1
Property(S): ARPPRODUCTICON = IconPowerBI
Property(S): WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT = Launch Microsoft Power BI Desktop
Property(S): Manufacturer = Microsoft Corporation
Property(S): ProductCode = {03715368-FD2E-48CA-A6D1-39562DA58F5D}
Property(S): ProductLanguage = 1033
Property(S): ProductName = Microsoft Power BI Desktop (x64)
Property(S): ProductVersion = 2.38.4491.282
Property(S): DefaultUIFont = WixUI_Font_Normal
Property(S): WixUI_Mode = Mondo
Property(S): ErrorDialog = CustomErrorDlg
Property(S): SecureCustomProperties = ENABLECXP;INSTALLDESKTOPSHORTCUT;INSTALLLOCATION;INTERNETEXPLORERVERSION;NETFRAMEWORK45;REG_ENABLECXP;REG_INSTALLDESKTOPSHORTCUT;UPDATE_CHECK_URL;WIX_DOWNGRADE_DETECTED;WIX_UPGRADE_DETECTED;WIXUI_EXITDIALOGOPTIONALCHECKBOX;WIXUI_INSTALLDIR
Property(S): MsiHiddenProperties = TriggerUninstallCompletedTelemetry
Property(S): WIX_UPGRADE_DETECTED = {79A38B4D-3781-4CD8-A5F6-12CEC5420C9F};{51698323-62FF-48C1-B38B-42E49B349774}
Property(S): System64Folder_amd64_VC.05F0B5F5_44A8_3793_976B_A4F17AECF92C = C:\WINDOWS\system32\
Property(S): System64Folder = C:\WINDOWS\system32\
Property(S): DirectoryTable100_amd64.05F0B5F5_44A8_3793_976B_A4F17AECF92C = DirectoryTable
Property(S): WindowsFolder_amd64_VC.C7F737EB_3325_3BEE_8D0D_DEF2DE62486A = C:\WINDOWS\
Property(S): System64Folder_amd64_VC.C7F737EB_3325_3BEE_8D0D_DEF2DE62486A = C:\WINDOWS\system32\
Property(S): DirectoryTable100_amd64.C7F737EB_3325_3BEE_8D0D_DEF2DE62486A = DirectoryTable
Property(S): System64Folder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC = C:\WINDOWS\system32\
Property(S): WindowsFolder_amd64_VC.BFF61907_AA2D_3A26_8666_98D956A62ABC = C:\WINDOWS\
Property(S): DirectoryTable100_amd64.BFF61907_AA2D_3A26_8666_98D956A62ABC = DirectoryTable
Property(S): MsiLogFileLocation = C:\log\power_bi.log
Property(S): PackageCode = {DCD14407-F9BB-4593-B59F-5D4CDEBD6915}
Property(S): ProductState = 1
Property(S): CURRENTDIRECTORY = C:\WINDOWS\ccmcache\8
Property(S): CLIENTUILEVEL = 3
Property(S): CLIENTPROCESSID = 3700
Property(S): MsiRestartManagerSessionKey = 2b7c54d3eded1f43baa45aed39ac64df
Property(S): MsiSystemRebootPending = 1
Property(S): PRODUCTLANGUAGE = 1033
Property(S): VersionDatabase = 405
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): 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 = 3971
Property(S): VirtualMemory = 1223
Property(S): AdminUser = 1
Property(S): MsiTrueAdminUser = 1
Property(S): LogonUser = SYSTEM
Property(S): UserSID = S-1-5-18
Property(S): UserLanguageID = 3082
Property(S): ComputerName = PTMMR-W10
Property(S): SystemLanguageID = 3082
Property(S): ScreenX = 1024
Property(S): ScreenY = 768
Property(S): CaptionHeight = 23
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 = 12:10:14
Property(S): Date = 12/09/2016
Property(S): MsiNetAssemblySupport = 4.6.1038.0
Property(S): MsiWin32AssemblySupport = 6.3.10586.0
Property(S): RedirectedDllSupport = 2
Property(S): MsiRunningElevated = 1
Property(S): Privileged = 1
Property(S): USERNAME = P
Property(S): DATABASE = C:\WINDOWS\Installer\85c918.msi
Property(S): OriginalDatabase = C:\WINDOWS\ccmcache\8\PBIDesktop_x64.msi
Property(S): UILevel = 2
Property(S): ACTION = INSTALL
Property(S): MIGRATE = {79A38B4D-3781-4CD8-A5F6-12CEC5420C9F};{51698323-62FF-48C1-B38B-42E49B349774}
MSI (s) (14:E0) [12:10:14:297]: Deferring clean up of packages/files, if any exist
MSI (s) (14:E0) [12:10:14:298]: MainEngineThread is returning 1603
MSI (s) (14:70) [12:10:14:303]: RESTART MANAGER: Session closed.
MSI (s) (14:70) [12:10:14:303]: No System Restore sequence number for this installation.
=== Logging stopped: 12/09/2016 12:10:14 ===
MSI (s) (14:70) [12:10:14:307]: User policy value 'DisableRollback' is 0
MSI (s) (14:70) [12:10:14:307]: Machine policy value 'DisableRollback' is 0
MSI (s) (14:70) [12:10:14:307]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (14:70) [12:10:14:307]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (14:70) [12:10:14:307]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (14:70) [12:10:14:308]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (s) (14:70) [12:10:14:314]: Lost connection to custom action server process. Attempting to regenerate.
MSI (s) (14:70) [12:10:14:315]: Destroying RemoteAPI object.
MSI (s) (14:3C) [12:10:14:315]: Custom Action Manager thread ending.
MSI (c) (74:70) [12:10:14:318]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (74:70) [12:10:14:319]: MainEngineThread is returning 1603
=== Verbose logging stopped: 12/09/2016 12:10:14 ===
Monday, September 12, 2016 10:31 AM
Sorry!!
This last time (log file attached) I tried to install it as system
Thanks!!
Monday, September 12, 2016 11:28 AM
Just as a note, the installer will only install under an administrative account. When you run the software as a locked down user it prompts for elevation.
Wednesday, June 21, 2017 3:22 AM
Command-line we use to disable updates and also not send usage data:
msiexec.exe /i PBIDesktop_x64.msi REBOOT=ReallySuppress /qn ACCEPT_EULA=1 DISABLE_UPDATE_NOTIFICATION=1 ENABLECXP=0