2020-07-11 11:06:55> Program: Starting Squirrel Updater: --install . --
exeName=Teams_windows_x64.exe
2020-07-11 11:06:56> Program: setup.json does not exist
2020-07-11 11:06:56> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp
2020-07-11 11:06:56> Program: File does not contain contextual info: Teams_windows_x64.exe
2020-07-11 11:06:56> UpdateManager: using rootAppDirectory:
C:UsersHPAppDataLocalMicrosoftTeams
2020-07-11 11:06:56> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams
2020-07-11 11:06:56> Program: Setup.json exist, copying over
2020-07-11 11:06:56> RegistryService: RegKeyExists:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have
TeamsMachineInstaller
2020-07-11 11:06:56> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add
HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource
2020-07-11 11:06:56> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably
shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the
path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32
bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath,
Boolean checkHost)
at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize,
Boolean checkHost)
at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean
checkHost)
at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
2020-07-11 11:06:56> CheckForUpdateImpl: Failed to load local releases, starting from scratch:
System.IO.DirectoryNotFoundException: Could not find a part of the path
'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext()
2020-07-11 11:06:56> CheckForUpdateImpl: Reading RELEASES file from
C:UsersHPAppDataLocalSquirrelTemp
2020-07-11 11:06:56> CheckForUpdateImpl: First run or local directory is corrupt, starting from
scratch
2020-07-11 11:06:56> ApplyReleasesImpl: No delta packages found. Applying current release
package.
2020-07-11 11:06:56> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could
not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'.
2020-07-11 11:06:56> ApplyReleasesImpl: Writing files to app directory:
C:UsersHPAppDataLocalMicrosoftTeamscurrent
2020-07-11 11:07:05> ApplyReleasesImpl: Squirrel Enabled Apps:
[C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe]
2020-07-11 11:07:15> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir
C:UsersHPAppDataLocalMicrosoftTeams
2020-07-11 11:07:15> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist
2020-07-11 11:07:15> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-07-11 11:07:15> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist
2020-07-11 11:07:15> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-07-11 11:07:15> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist
2020-07-11 11:07:15> ApplyReleasesImpl: Registry value
SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-07-11 11:07:15> ApplyReleasesImpl: Registry flags are not set: proceed with default value
NotConfigured
2020-07-11 11:07:15> ApplyReleasesImpl: Starting fixPinnedExecutables
2020-07-11 11:07:15> ApplyReleasesImpl: Examining Pin: Snipping Tool.lnk
2020-07-11 11:07:15> ApplyReleasesImpl: File 'C:UsersHPAppDataRoamingMicrosoftInternet
ExplorerQuick LaunchUser PinnedTaskBarSnipping Tool.lnk' could not be converted into a valid
ShellLink: System.IO.FileNotFoundException: The system cannot find the file specified. (Exception
from HRESULT: 0x80070002)
at Squirrel.Shell.ShellLink.IShellLinkW.Resolve(IntPtr hWnd, UInt32 fFlags)
at Squirrel.Shell.ShellLink.Open(String linkFile, IntPtr hWnd, EShellLinkResolveFlags resolveFlags,
UInt16 timeOut)
at Squirrel.UpdateManager.ApplyReleasesImpl.<fixPinnedExecutables>b__19_0(FileInfo file)
2020-07-11 11:07:15> ApplyReleasesImpl: Fixing up tray icons
2020-07-11 11:07:16> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are
shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__21_0(RegistryView view)
2020-07-11 11:07:16> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are
shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__21_0(RegistryView view)
2020-07-11 11:07:16> MeetingAddinInstaller: System.ArgumentException: Cannot delete a subkey
tree because the subkey does not exist.
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at Microsoft.Win32.RegistryKey.DeleteSubKeyTree(String subkey, Boolean
throwOnMissingSubKey)
at Microsoft.Win32.RegistryKey.DeleteSubKeyTree(String subkey)
at Squirrel.MeetingAddinInstaller.<InstallMeetingAddinAsync>d__15.MoveNext()
2020-07-11 11:07:16> MeetingAddinInstaller: StagedAppDirectory does not exist. Using Current
2020-07-11 11:07:16> MeetingAddinInstaller: There is no version.txt. Falling back to getting version
from folder name
2020-07-11 11:07:16> MeetingAddinInstaller: Version: 1.0.20091.2; addinPackageDirectory:
1.0.20091.2
2020-07-11 11:07:16> MeetingAddinInstaller: .dead exists: False
2020-07-11 11:07:16> MeetingAddinInstaller: path to .dead:
C:UsersHPAppDataLocalMicrosoftTeamsMeetingAddin1.0.20091.2.dead
2020-07-11 11:07:16> MeetingAddinInstaller: before cleanup unused versions
2020-07-11 11:07:16> MeetingAddinInstaller: Addin directory exists. Copy was successful
2020-07-11 11:07:19> MeetingAddinInstaller: Version 1.0.20091.2 of the meeting add-in is now
installed
2020-07-11 11:07:19> PresenceAddinInstaller: Installing Teams Presence addin for Outlook...
2020-07-11 11:07:19> PresenceAddinInstaller: Copying
C:UsersHPAppDataLocalMicrosoftTeamscurrentresourcesassetstlbUc.tlb to
C:UsersHPAppDataLocalMicrosoftTeamsPresenceAddin
2020-07-11 11:07:19> PresenceAddinInstaller: Copying
C:UsersHPAppDataLocalMicrosoftTeamscurrentresourcesassetstlbUc.win32.tlb to
C:UsersHPAppDataLocalMicrosoftTeamsPresenceAddin
2020-07-11 11:07:19> PresenceAddinInstaller: check if UC TypeLib points to
currentresourcesassetstlbUc.tlb
2020-07-11 11:07:19> PresenceAddinInstaller: Registering UC Typelib WIN32 under HKCU...
2020-07-11 11:07:20> PresenceAddinInstaller: UC Typelib WIN32 successfully registered to
C:UsersHPAppDataLocalMicrosoftTeamsPresenceAddinUc.win32.tlb under HKCU!
2020-07-11 11:07:20> PresenceAddinInstaller: Registering UC Typelib WIN64 under HKCU...
2020-07-11 11:07:20> PresenceAddinInstaller: UC Typelib WIN64 successfully registered to
C:UsersHPAppDataLocalMicrosoftTeamsPresenceAddinUc.tlb under HKCU!
2020-07-11 11:07:20> ApplyReleasesImpl: cleanDeadVersions: for version 1.3.00.15561
2020-07-11 11:07:20> ApplyReleasesImpl: cleanDeadVersions: exclude folder stage
2020-07-11 11:07:22> RegistryService: TryDeleteRegKey:
HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeams not found
2020-07-11 11:10:08> Program: Starting Squirrel Updater: --install . --
exeName=Teams_windows_x64.exe
2020-07-11 11:10:09> Program: Config already exists. Deleting first.
2020-07-11 11:10:09> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp
2020-07-11 11:10:09> Program: File does not contain contextual info: Teams_windows_x64.exe
2020-07-11 11:10:09> UpdateManager: using rootAppDirectory:
C:UsersHPAppDataLocalMicrosoftTeams
2020-07-11 11:10:09> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams
2020-07-11 11:10:09> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already
exists, burning it to the ground
2020-07-11 11:10:09> IEnableLogger: : System.ComponentModel.Win32Exception (0x80004005):
Access is denied
at System.Diagnostics.Process.Kill()
at
Squirrel.UpdateManager.InstallHelperImpl.<>c__DisplayClass8_1.<KillAllProcessesBelongingToPacka
ge>b__2()
at Squirrel.Utility.LogIfThrows(IFullLogger This, LogLevel level, String message, Action block)
2020-07-11 11:10:09> IEnableLogger: : System.ComponentModel.Win32Exception (0x80004005):
Access is denied
at System.Diagnostics.Process.Kill()
at
Squirrel.UpdateManager.InstallHelperImpl.<>c__DisplayClass8_1.<KillAllProcessesBelongingToPacka
ge>b__2()
at Squirrel.Utility.LogIfThrows(IFullLogger This, LogLevel level, String message, Action block)
2020-07-11 11:10:11> Program: Setup.json exist, copying over
2020-07-11 11:10:11> RegistryService: RegKeyExists:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have
TeamsMachineInstaller
2020-07-11 11:10:11> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add
HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource
2020-07-11 11:10:11> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably
shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the
path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32
bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath,
Boolean checkHost)
at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize,
Boolean checkHost)
at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean
checkHost)
at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
2020-07-11 11:10:11> CheckForUpdateImpl: Failed to load local releases, starting from scratch:
System.IO.DirectoryNotFoundException: Could not find a part of the path
'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext()
2020-07-11 11:10:11> CheckForUpdateImpl: Reading RELEASES file from
C:UsersHPAppDataLocalSquirrelTemp
2020-07-11 11:10:11> CheckForUpdateImpl: First run or local directory is corrupt, starting from
scratch
2020-07-11 11:10:11> ApplyReleasesImpl: No delta packages found. Applying current release
package.
2020-07-11 11:10:11> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could
not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'.
2020-07-11 11:10:11> ApplyReleasesImpl: Writing files to app directory:
C:UsersHPAppDataLocalMicrosoftTeamscurrent
2020-07-11 11:10:21> ApplyReleasesImpl: Squirrel Enabled Apps:
[C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe]
2020-07-11 11:10:29> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir
C:UsersHPAppDataLocalMicrosoftTeams
2020-07-11 11:10:29> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist
2020-07-11 11:10:29> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-07-11 11:10:29> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist
2020-07-11 11:10:29> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-07-11 11:10:29> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist
2020-07-11 11:10:29> ApplyReleasesImpl: Registry value
SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-07-11 11:10:29> ApplyReleasesImpl: Registry flags are not set: proceed with default value
NotConfigured
2020-07-11 11:10:29> ApplyReleasesImpl: Starting fixPinnedExecutables
2020-07-11 11:10:29> ApplyReleasesImpl: Examining Pin: Snipping Tool.lnk
2020-07-11 11:10:29> ApplyReleasesImpl: File 'C:UsersHPAppDataRoamingMicrosoftInternet
ExplorerQuick LaunchUser PinnedTaskBarSnipping Tool.lnk' could not be converted into a valid
ShellLink: System.IO.FileNotFoundException: The system cannot find the file specified. (Exception
from HRESULT: 0x80070002)
at Squirrel.Shell.ShellLink.IShellLinkW.Resolve(IntPtr hWnd, UInt32 fFlags)
at Squirrel.Shell.ShellLink.Open(String linkFile, IntPtr hWnd, EShellLinkResolveFlags resolveFlags,
UInt16 timeOut)
at Squirrel.UpdateManager.ApplyReleasesImpl.<fixPinnedExecutables>b__19_0(FileInfo file)
2020-07-11 11:10:29> ApplyReleasesImpl: Fixing up tray icons
2020-07-11 11:10:29> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are
shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__21_0(RegistryView view)
2020-07-11 11:10:29> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are
shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__21_0(RegistryView view)
2020-07-11 11:10:29> MeetingAddinInstaller: System.ArgumentException: Cannot delete a subkey
tree because the subkey does not exist.
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at Microsoft.Win32.RegistryKey.DeleteSubKeyTree(String subkey, Boolean
throwOnMissingSubKey)
at Microsoft.Win32.RegistryKey.DeleteSubKeyTree(String subkey)
at Squirrel.MeetingAddinInstaller.<InstallMeetingAddinAsync>d__15.MoveNext()
2020-07-11 11:10:29> MeetingAddinInstaller: StagedAppDirectory does not exist. Using Current
2020-07-11 11:10:29> MeetingAddinInstaller: There is no version.txt. Falling back to getting version
from folder name
2020-07-11 11:10:29> MeetingAddinInstaller: Version: 1.0.20091.2; addinPackageDirectory:
1.0.20091.2
2020-07-11 11:10:29> MeetingAddinInstaller: Version 1.0.20091.2 of the meeting add-in is already
installed
2020-07-11 11:10:29> PresenceAddinInstaller: Installing Teams Presence addin for Outlook...
2020-07-11 11:10:29> PresenceAddinInstaller: check if UC TypeLib points to
currentresourcesassetstlbUc.tlb
2020-07-11 11:10:29> PresenceAddinInstaller: UC Typelib WIN32 is registered under HKCU and file
exists. Registration not needed!
2020-07-11 11:10:29> PresenceAddinInstaller: UC Typelib WIN64 is registered under HKCU and file
exists. Registration not needed!
2020-07-11 11:10:29> ApplyReleasesImpl: cleanDeadVersions: for version 1.3.00.15561
2020-07-11 11:10:29> ApplyReleasesImpl: cleanDeadVersions: exclude folder stage
2020-07-11 11:10:31> RegistryService: TryDeleteRegKey:
HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeams not found
2020-07-11 14:25:22> Program: Starting Squirrel Updater: --install . --
exeName=Teams_windows_x64.exe
2020-07-11 14:25:22> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp
2020-07-11 14:25:22> Program: File does not contain contextual info: Teams_windows_x64.exe
2020-07-11 14:25:22> UpdateManager: using rootAppDirectory:
C:UsersHPAppDataLocalMicrosoftTeams
2020-07-11 14:25:22> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams
2020-07-11 14:25:22> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already
exists, burning it to the ground
2020-07-11 14:25:23> Program: Setup.json exist, copying over
2020-07-11 14:25:23> RegistryService: RegKeyExists:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have
TeamsMachineInstaller
2020-07-11 14:25:23> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add
HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource
2020-07-11 14:25:23> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably
shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the
path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32
bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath,
Boolean checkHost)
at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize,
Boolean checkHost)
at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean
checkHost)
at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
2020-07-11 14:25:23> CheckForUpdateImpl: Failed to load local releases, starting from scratch:
System.IO.DirectoryNotFoundException: Could not find a part of the path
'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext()
2020-07-11 14:25:23> CheckForUpdateImpl: Reading RELEASES file from
C:UsersHPAppDataLocalSquirrelTemp
2020-07-11 14:25:23> CheckForUpdateImpl: First run or local directory is corrupt, starting from
scratch
2020-07-11 14:25:24> ApplyReleasesImpl: No delta packages found. Applying current release
package.
2020-07-11 14:25:24> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could
not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'.
2020-07-11 14:25:24> ApplyReleasesImpl: Writing files to app directory:
C:UsersHPAppDataLocalMicrosoftTeamscurrent
2020-07-11 14:25:30> ApplyReleasesImpl: Squirrel Enabled Apps:
[C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe]
2020-07-11 14:25:36> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir
C:UsersHPAppDataLocalMicrosoftTeams
2020-07-11 14:25:36> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist
2020-07-11 14:25:36> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-07-11 14:25:36> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist
2020-07-11 14:25:36> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-07-11 14:25:36> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist
2020-07-11 14:25:36> ApplyReleasesImpl: Registry value
SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-07-11 14:25:36> ApplyReleasesImpl: Registry flags are not set: proceed with default value
NotConfigured
2020-07-11 14:25:36> ApplyReleasesImpl: Starting fixPinnedExecutables
2020-07-11 14:25:36> ApplyReleasesImpl: Examining Pin: Snipping Tool.lnk
2020-07-11 14:25:36> ApplyReleasesImpl: File 'C:UsersHPAppDataRoamingMicrosoftInternet
ExplorerQuick LaunchUser PinnedTaskBarSnipping Tool.lnk' could not be converted into a valid
ShellLink: System.IO.FileNotFoundException: The system cannot find the file specified. (Exception
from HRESULT: 0x80070002)
at Squirrel.Shell.ShellLink.IShellLinkW.Resolve(IntPtr hWnd, UInt32 fFlags)
at Squirrel.Shell.ShellLink.Open(String linkFile, IntPtr hWnd, EShellLinkResolveFlags resolveFlags,
UInt16 timeOut)
at Squirrel.UpdateManager.ApplyReleasesImpl.<fixPinnedExecutables>b__19_0(FileInfo file)
2020-07-11 14:25:36> ApplyReleasesImpl: Fixing up tray icons
2020-07-11 14:25:36> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are
shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__21_0(RegistryView view)
2020-07-11 14:25:36> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are
shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__21_0(RegistryView view)
2020-07-11 14:25:36> MeetingAddinInstaller: System.ArgumentException: Cannot delete a subkey
tree because the subkey does not exist.
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at Microsoft.Win32.RegistryKey.DeleteSubKeyTree(String subkey, Boolean
throwOnMissingSubKey)
at Microsoft.Win32.RegistryKey.DeleteSubKeyTree(String subkey)
at Squirrel.MeetingAddinInstaller.<InstallMeetingAddinAsync>d__15.MoveNext()
2020-07-11 14:25:36> MeetingAddinInstaller: StagedAppDirectory does not exist. Using Current
2020-07-11 14:25:36> MeetingAddinInstaller: There is no version.txt. Falling back to getting version
from folder name
2020-07-11 14:25:36> MeetingAddinInstaller: Version: 1.0.20091.2; addinPackageDirectory:
1.0.20091.2
2020-07-11 14:25:36> MeetingAddinInstaller: .dead exists: False
2020-07-11 14:25:36> MeetingAddinInstaller: path to .dead:
C:UsersHPAppDataLocalMicrosoftTeamsMeetingAddin1.0.20091.2.dead
2020-07-11 14:25:36> MeetingAddinInstaller: before cleanup unused versions
2020-07-11 14:25:36> MeetingAddinInstaller: Addin directory exists. Copy was successful
2020-07-11 14:25:36> MeetingAddinInstaller: Version 1.0.20091.2 of the meeting add-in is now
installed
2020-07-11 14:25:36> PresenceAddinInstaller: Installing Teams Presence addin for Outlook...
2020-07-11 14:25:36> PresenceAddinInstaller: check if UC TypeLib points to
currentresourcesassetstlbUc.tlb
2020-07-11 14:25:36> PresenceAddinInstaller: Registering UC Typelib WIN32 under HKCU...
2020-07-11 14:25:37> PresenceAddinInstaller: UC Typelib WIN32 successfully registered to
C:UsersHPAppDataLocalMicrosoftTeamsPresenceAddinUc.win32.tlb under HKCU!
2020-07-11 14:25:37> PresenceAddinInstaller: Registering UC Typelib WIN64 under HKCU...
2020-07-11 14:25:37> PresenceAddinInstaller: UC Typelib WIN64 successfully registered to
C:UsersHPAppDataLocalMicrosoftTeamsPresenceAddinUc.tlb under HKCU!
2020-07-11 14:25:37> ApplyReleasesImpl: cleanDeadVersions: for version 1.3.00.15561
2020-07-11 14:25:37> ApplyReleasesImpl: cleanDeadVersions: exclude folder stage
2020-07-11 14:25:38> RegistryService: TryDeleteRegKey:
HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsPreventInstallationFromMsi found and
removed
2020-07-13 08:47:51> Program: Starting Squirrel Updater: --install . --
exeName=Teams_windows_x64.exe
2020-07-13 08:47:52> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp
2020-07-13 08:47:52> Program: File does not contain contextual info: Teams_windows_x64.exe
2020-07-13 08:47:52> UpdateManager: using rootAppDirectory:
C:UsersHPAppDataLocalMicrosoftTeams
2020-07-13 08:47:52> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams
2020-07-13 08:47:52> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already
exists, burning it to the ground
2020-07-13 08:47:53> Program: Setup.json exist, copying over
2020-07-13 08:47:53> RegistryService: RegKeyExists:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have
TeamsMachineInstaller
2020-07-13 08:47:53> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add
HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource
2020-07-13 08:47:53> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably
shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the
path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32
bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath,
Boolean checkHost)
at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize,
Boolean checkHost)
at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean
checkHost)
at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
2020-07-13 08:47:53> CheckForUpdateImpl: Failed to load local releases, starting from scratch:
System.IO.DirectoryNotFoundException: Could not find a part of the path
'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext()
2020-07-13 08:47:53> CheckForUpdateImpl: Reading RELEASES file from
C:UsersHPAppDataLocalSquirrelTemp
2020-07-13 08:47:53> CheckForUpdateImpl: First run or local directory is corrupt, starting from
scratch
2020-07-13 08:47:53> ApplyReleasesImpl: No delta packages found. Applying current release
package.
2020-07-13 08:47:53> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could
not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'.
2020-07-13 08:47:53> ApplyReleasesImpl: Writing files to app directory:
C:UsersHPAppDataLocalMicrosoftTeamscurrent
2020-07-13 08:48:05> ApplyReleasesImpl: Squirrel Enabled Apps:
[C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe]
2020-07-13 08:48:05> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing:
C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.Utility.<InvokeProcessAsync>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at
Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass18_1.<<invokePostInstall>b__2>d.Mo
veNext()
2020-07-13 08:48:06> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir
C:UsersHPAppDataLocalMicrosoftTeams
2020-07-13 08:48:06> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist
2020-07-13 08:48:06> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-07-13 08:48:06> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist
2020-07-13 08:48:06> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-07-13 08:48:06> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist
2020-07-13 08:48:06> ApplyReleasesImpl: Registry value
SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-07-13 08:48:06> ApplyReleasesImpl: Registry flags are not set: proceed with default value
NotConfigured
2020-07-13 08:48:06> IEnableLogger: Failed to invoke post-install:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
2020-07-13 08:48:06> Unhandled exception: System.AggregateException: One or more errors
occurred. ---> System.ComponentModel.Win32Exception: Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__10.MoveNext()
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken
cancellationToken)
at System.Threading.Tasks.Task.Wait()
at Squirrel.Update.Program.executeCommandLine(String[] args)
at Squirrel.Update.Program.main(String[] args)
---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__10.MoveNext()<---
2020-07-13 08:48:53> Program: Starting Squirrel Updater: --install . --
exeName=Teams_windows_x64.exe
2020-07-13 08:48:54> Program: Config already exists. Deleting first.
2020-07-13 08:48:54> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp
2020-07-13 08:48:54> Program: File does not contain contextual info: Teams_windows_x64.exe
2020-07-13 08:48:54> UpdateManager: using rootAppDirectory:
C:UsersHPAppDataLocalMicrosoftTeams
2020-07-13 08:48:54> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams
2020-07-13 08:48:54> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already
exists, burning it to the ground
2020-07-13 08:48:55> Program: Setup.json exist, copying over
2020-07-13 08:48:55> RegistryService: RegKeyExists:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have
TeamsMachineInstaller
2020-07-13 08:48:55> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add
HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource
2020-07-13 08:48:55> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably
shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the
path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32
bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath,
Boolean checkHost)
at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize,
Boolean checkHost)
at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean
checkHost)
at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
2020-07-13 08:48:55> CheckForUpdateImpl: Failed to load local releases, starting from scratch:
System.IO.DirectoryNotFoundException: Could not find a part of the path
'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext()
2020-07-13 08:48:55> CheckForUpdateImpl: Reading RELEASES file from
C:UsersHPAppDataLocalSquirrelTemp
2020-07-13 08:48:55> CheckForUpdateImpl: First run or local directory is corrupt, starting from
scratch
2020-07-13 08:48:55> ApplyReleasesImpl: No delta packages found. Applying current release
package.
2020-07-13 08:48:55> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could
not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'.
2020-07-13 08:48:55> ApplyReleasesImpl: Writing files to app directory:
C:UsersHPAppDataLocalMicrosoftTeamscurrent
2020-07-13 08:49:00> ApplyReleasesImpl: Squirrel Enabled Apps:
[C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe]
2020-07-13 08:49:01> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing:
C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.Utility.<InvokeProcessAsync>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at
Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass18_1.<<invokePostInstall>b__2>d.Mo
veNext()
2020-07-13 08:49:01> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir
C:UsersHPAppDataLocalMicrosoftTeams
2020-07-13 08:49:01> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist
2020-07-13 08:49:01> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-07-13 08:49:01> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist
2020-07-13 08:49:01> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-07-13 08:49:01> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist
2020-07-13 08:49:01> ApplyReleasesImpl: Registry value
SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-07-13 08:49:01> ApplyReleasesImpl: Registry flags are not set: proceed with default value
NotConfigured
2020-07-13 08:49:01> IEnableLogger: Failed to invoke post-install:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
2020-07-13 08:49:01> Unhandled exception: System.AggregateException: One or more errors
occurred. ---> System.ComponentModel.Win32Exception: Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__10.MoveNext()
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken
cancellationToken)
at System.Threading.Tasks.Task.Wait()
at Squirrel.Update.Program.executeCommandLine(String[] args)
at Squirrel.Update.Program.main(String[] args)
---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__10.MoveNext()<---
2020-07-13 08:49:23> Program: Starting Squirrel Updater: --install . --
exeName=Teams_windows_x64.exe
2020-07-13 08:49:23> Program: Config already exists. Deleting first.
2020-07-13 08:49:23> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp
2020-07-13 08:49:23> Program: File does not contain contextual info: Teams_windows_x64.exe
2020-07-13 08:49:23> UpdateManager: using rootAppDirectory:
C:UsersHPAppDataLocalMicrosoftTeams
2020-07-13 08:49:23> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams
2020-07-13 08:49:23> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already
exists, burning it to the ground
2020-07-13 08:49:24> Program: Setup.json exist, copying over
2020-07-13 08:49:24> RegistryService: RegKeyExists:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have
TeamsMachineInstaller
2020-07-13 08:49:24> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add
HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource
2020-07-13 08:49:25> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably
shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the
path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32
bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath,
Boolean checkHost)
at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize,
Boolean checkHost)
at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean
checkHost)
at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
2020-07-13 08:49:25> CheckForUpdateImpl: Failed to load local releases, starting from scratch:
System.IO.DirectoryNotFoundException: Could not find a part of the path
'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext()
2020-07-13 08:49:25> CheckForUpdateImpl: Reading RELEASES file from
C:UsersHPAppDataLocalSquirrelTemp
2020-07-13 08:49:25> CheckForUpdateImpl: First run or local directory is corrupt, starting from
scratch
2020-07-13 08:49:25> ApplyReleasesImpl: No delta packages found. Applying current release
package.
2020-07-13 08:49:25> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could
not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'.
2020-07-13 08:49:25> ApplyReleasesImpl: Writing files to app directory:
C:UsersHPAppDataLocalMicrosoftTeamscurrent
2020-07-13 08:49:30> ApplyReleasesImpl: Squirrel Enabled Apps:
[C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe]
2020-07-13 08:49:31> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing:
C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.Utility.<InvokeProcessAsync>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at
Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass18_1.<<invokePostInstall>b__2>d.Mo
veNext()
2020-07-13 08:49:31> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir
C:UsersHPAppDataLocalMicrosoftTeams
2020-07-13 08:49:31> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist
2020-07-13 08:49:31> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-07-13 08:49:31> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist
2020-07-13 08:49:31> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-07-13 08:49:31> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist
2020-07-13 08:49:31> ApplyReleasesImpl: Registry value
SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-07-13 08:49:31> ApplyReleasesImpl: Registry flags are not set: proceed with default value
NotConfigured
2020-07-13 08:49:31> IEnableLogger: Failed to invoke post-install:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
2020-07-13 08:49:31> Unhandled exception: System.AggregateException: One or more errors
occurred. ---> System.ComponentModel.Win32Exception: Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__10.MoveNext()
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken
cancellationToken)
at System.Threading.Tasks.Task.Wait()
at Squirrel.Update.Program.executeCommandLine(String[] args)
at Squirrel.Update.Program.main(String[] args)
---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__10.MoveNext()<---
2020-08-14 09:59:02> Program: Starting Squirrel Updater: --install . --
exeName=Teams_windows_x64 (1).exe
2020-08-14 09:59:02> Program: Config already exists. Deleting first.
2020-08-14 09:59:02> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp
2020-08-14 09:59:02> Program: File does not contain contextual info: Teams_windows_x64
2020-08-14 09:59:02> UpdateManager: using rootAppDirectory:
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-14 09:59:02> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams
2020-08-14 09:59:02> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already
exists, burning it to the ground
2020-08-14 09:59:04> Program: Setup.json exist, copying over
2020-08-14 09:59:04> RegistryService: RegKeyExists:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have
TeamsMachineInstaller
2020-08-14 09:59:04> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add
HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource
2020-08-14 09:59:04> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably
shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the
path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32
bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath,
Boolean checkHost)
at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize,
Boolean checkHost)
at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean
checkHost)
at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
2020-08-14 09:59:04> CheckForUpdateImpl: Failed to load local releases, starting from scratch:
System.IO.DirectoryNotFoundException: Could not find a part of the path
'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext()
2020-08-14 09:59:04> CheckForUpdateImpl: Reading RELEASES file from
C:UsersHPAppDataLocalSquirrelTemp
2020-08-14 09:59:04> CheckForUpdateImpl: First run or local directory is corrupt, starting from
scratch
2020-08-14 09:59:04> ApplyReleasesImpl: No delta packages found. Applying current release
package.
2020-08-14 09:59:04> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could
not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'.
2020-08-14 09:59:04> ApplyReleasesImpl: Writing files to app directory:
C:UsersHPAppDataLocalMicrosoftTeamscurrent
2020-08-14 09:59:11> ApplyReleasesImpl: Squirrel Enabled Apps:
[C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe]
2020-08-14 09:59:11> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing:
C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.Utility.<InvokeProcessAsync>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at
Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass18_1.<<invokePostInstall>b__2>d.Mo
veNext()
2020-08-14 09:59:11> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-14 09:59:11> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist
2020-08-14 09:59:11> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-14 09:59:11> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist
2020-08-14 09:59:11> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-14 09:59:11> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist
2020-08-14 09:59:11> ApplyReleasesImpl: Registry value
SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-14 09:59:11> ApplyReleasesImpl: Registry flags are not set: proceed with default value
NotConfigured
2020-08-14 09:59:11> IEnableLogger: Failed to invoke post-install:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
2020-08-14 09:59:11> Unhandled exception: System.AggregateException: One or more errors
occurred. ---> System.ComponentModel.Win32Exception: Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__10.MoveNext()
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken
cancellationToken)
at System.Threading.Tasks.Task.Wait()
at Squirrel.Update.Program.executeCommandLine(String[] args)
at Squirrel.Update.Program.main(String[] args)
---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__10.MoveNext()<---
2020-08-14 09:59:59> Program: Starting Squirrel Updater: --install . --
exeName=Teams_windows_x64 (1).exe
2020-08-14 09:59:59> Program: Config already exists. Deleting first.
2020-08-14 09:59:59> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp
2020-08-14 09:59:59> Program: File does not contain contextual info: Teams_windows_x64
2020-08-14 09:59:59> UpdateManager: using rootAppDirectory:
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-14 09:59:59> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams
2020-08-14 09:59:59> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already
exists, burning it to the ground
2020-08-14 10:00:00> Program: Setup.json exist, copying over
2020-08-14 10:00:00> RegistryService: RegKeyExists:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have
TeamsMachineInstaller
2020-08-14 10:00:00> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add
HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource
2020-08-14 10:00:00> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably
shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the
path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32
bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath,
Boolean checkHost)
at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize,
Boolean checkHost)
at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean
checkHost)
at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
2020-08-14 10:00:00> CheckForUpdateImpl: Failed to load local releases, starting from scratch:
System.IO.DirectoryNotFoundException: Could not find a part of the path
'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext()
2020-08-14 10:00:00> CheckForUpdateImpl: Reading RELEASES file from
C:UsersHPAppDataLocalSquirrelTemp
2020-08-14 10:00:00> CheckForUpdateImpl: First run or local directory is corrupt, starting from
scratch
2020-08-14 10:00:01> ApplyReleasesImpl: No delta packages found. Applying current release
package.
2020-08-14 10:00:01> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could
not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'.
2020-08-14 10:00:01> ApplyReleasesImpl: Writing files to app directory:
C:UsersHPAppDataLocalMicrosoftTeamscurrent
2020-08-14 10:00:04> ApplyReleasesImpl: Squirrel Enabled Apps:
[C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe]
2020-08-14 10:00:04> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing:
C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.Utility.<InvokeProcessAsync>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at
Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass18_1.<<invokePostInstall>b__2>d.Mo
veNext()
2020-08-14 10:00:04> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-14 10:00:04> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist
2020-08-14 10:00:04> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-14 10:00:04> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist
2020-08-14 10:00:04> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-14 10:00:04> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist
2020-08-14 10:00:04> ApplyReleasesImpl: Registry value
SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-14 10:00:04> ApplyReleasesImpl: Registry flags are not set: proceed with default value
NotConfigured
2020-08-14 10:00:04> IEnableLogger: Failed to invoke post-install:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
2020-08-14 10:00:04> Unhandled exception: System.AggregateException: One or more errors
occurred. ---> System.ComponentModel.Win32Exception: Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__10.MoveNext()
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken
cancellationToken)
at System.Threading.Tasks.Task.Wait()
at Squirrel.Update.Program.executeCommandLine(String[] args)
at Squirrel.Update.Program.main(String[] args)
---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__10.MoveNext()<---
2020-08-14 10:09:19> Program: Starting Squirrel Updater: --install . --
exeName=Teams_windows_x64 (1).exe
2020-08-14 10:09:19> Program: Config already exists. Deleting first.
2020-08-14 10:09:19> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp
2020-08-14 10:09:19> Program: File does not contain contextual info: Teams_windows_x64
2020-08-14 10:09:19> UpdateManager: using rootAppDirectory:
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-14 10:09:19> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams
2020-08-14 10:09:19> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already
exists, burning it to the ground
2020-08-14 10:09:20> Program: Setup.json exist, copying over
2020-08-14 10:09:20> RegistryService: RegKeyExists:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have
TeamsMachineInstaller
2020-08-14 10:09:20> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add
HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource
2020-08-14 10:09:20> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably
shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the
path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32
bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath,
Boolean checkHost)
at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize,
Boolean checkHost)
at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean
checkHost)
at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
2020-08-14 10:09:20> CheckForUpdateImpl: Failed to load local releases, starting from scratch:
System.IO.DirectoryNotFoundException: Could not find a part of the path
'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext()
2020-08-14 10:09:20> CheckForUpdateImpl: Reading RELEASES file from
C:UsersHPAppDataLocalSquirrelTemp
2020-08-14 10:09:20> CheckForUpdateImpl: First run or local directory is corrupt, starting from
scratch
2020-08-14 10:09:20> ApplyReleasesImpl: No delta packages found. Applying current release
package.
2020-08-14 10:09:20> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could
not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'.
2020-08-14 10:09:20> ApplyReleasesImpl: Writing files to app directory:
C:UsersHPAppDataLocalMicrosoftTeamscurrent
2020-08-14 10:09:24> ApplyReleasesImpl: Squirrel Enabled Apps:
[C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe]
2020-08-14 10:09:25> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing:
C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.Utility.<InvokeProcessAsync>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at
Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass18_1.<<invokePostInstall>b__2>d.Mo
veNext()
2020-08-14 10:09:25> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-14 10:09:25> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist
2020-08-14 10:09:25> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-14 10:09:25> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist
2020-08-14 10:09:25> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-14 10:09:25> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist
2020-08-14 10:09:25> ApplyReleasesImpl: Registry value
SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-14 10:09:25> ApplyReleasesImpl: Registry flags are not set: proceed with default value
NotConfigured
2020-08-14 10:09:25> IEnableLogger: Failed to invoke post-install:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
2020-08-14 10:09:25> Unhandled exception: System.AggregateException: One or more errors
occurred. ---> System.ComponentModel.Win32Exception: Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__10.MoveNext()
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken
cancellationToken)
at System.Threading.Tasks.Task.Wait()
at Squirrel.Update.Program.executeCommandLine(String[] args)
at Squirrel.Update.Program.main(String[] args)
---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__10.MoveNext()<---
2020-08-15 16:08:23> Program: Starting Squirrel Updater: --install . --
exeName=Teams_windows_x64 (1).exe
2020-08-15 16:08:23> Program: Config already exists. Deleting first.
2020-08-15 16:08:23> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp
2020-08-15 16:08:23> Program: File does not contain contextual info: Teams_windows_x64
2020-08-15 16:08:23> UpdateManager: using rootAppDirectory:
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 16:08:23> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 16:08:23> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already
exists, burning it to the ground
2020-08-15 16:08:24> Program: Setup.json exist, copying over
2020-08-15 16:08:24> RegistryService: RegKeyExists:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have
TeamsMachineInstaller
2020-08-15 16:08:24> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add
HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource
2020-08-15 16:08:24> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably
shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the
path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32
bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath,
Boolean checkHost)
at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize,
Boolean checkHost)
at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean
checkHost)
at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
2020-08-15 16:08:24> CheckForUpdateImpl: Failed to load local releases, starting from scratch:
System.IO.DirectoryNotFoundException: Could not find a part of the path
'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext()
2020-08-15 16:08:24> CheckForUpdateImpl: Reading RELEASES file from
C:UsersHPAppDataLocalSquirrelTemp
2020-08-15 16:08:24> CheckForUpdateImpl: First run or local directory is corrupt, starting from
scratch
2020-08-15 16:08:25> ApplyReleasesImpl: No delta packages found. Applying current release
package.
2020-08-15 16:08:25> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could
not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'.
2020-08-15 16:08:25> ApplyReleasesImpl: Writing files to app directory:
C:UsersHPAppDataLocalMicrosoftTeamscurrent
2020-08-15 16:08:30> ApplyReleasesImpl: Squirrel Enabled Apps:
[C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe]
2020-08-15 16:08:31> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing:
C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.Utility.<InvokeProcessAsync>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at
Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass18_1.<<invokePostInstall>b__2>d.Mo
veNext()
2020-08-15 16:08:31> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 16:08:31> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist
2020-08-15 16:08:31> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 16:08:31> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist
2020-08-15 16:08:31> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 16:08:31> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist
2020-08-15 16:08:31> ApplyReleasesImpl: Registry value
SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 16:08:31> ApplyReleasesImpl: Registry flags are not set: proceed with default value
NotConfigured
2020-08-15 16:08:31> IEnableLogger: Failed to invoke post-install:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
2020-08-15 16:08:31> Unhandled exception: System.AggregateException: One or more errors
occurred. ---> System.ComponentModel.Win32Exception: Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__10.MoveNext()
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken
cancellationToken)
at System.Threading.Tasks.Task.Wait()
at Squirrel.Update.Program.executeCommandLine(String[] args)
at Squirrel.Update.Program.main(String[] args)
---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__10.MoveNext()<---
2020-08-15 16:10:47> Program: Starting Squirrel Updater: --install . --rerunningWithoutUAC --
exeName=Teams_windows_x64 (1).exe
2020-08-15 16:10:47> Program: Config already exists. Deleting first.
2020-08-15 16:10:47> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp
2020-08-15 16:10:47> Program: File does not contain contextual info: Teams_windows_x64
2020-08-15 16:10:47> UpdateManager: using rootAppDirectory:
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 16:10:47> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 16:10:47> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already
exists, burning it to the ground
2020-08-15 16:10:48> Program: Setup.json exist, copying over
2020-08-15 16:10:48> RegistryService: RegKeyExists:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have
TeamsMachineInstaller
2020-08-15 16:10:48> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add
HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource
2020-08-15 16:10:48> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably
shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the
path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32
bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath,
Boolean checkHost)
at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize,
Boolean checkHost)
at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean
checkHost)
at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
2020-08-15 16:10:48> CheckForUpdateImpl: Failed to load local releases, starting from scratch:
System.IO.DirectoryNotFoundException: Could not find a part of the path
'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext()
2020-08-15 16:10:48> CheckForUpdateImpl: Reading RELEASES file from
C:UsersHPAppDataLocalSquirrelTemp
2020-08-15 16:10:48> CheckForUpdateImpl: First run or local directory is corrupt, starting from
scratch
2020-08-15 16:10:49> ApplyReleasesImpl: No delta packages found. Applying current release
package.
2020-08-15 16:10:49> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could
not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'.
2020-08-15 16:10:49> ApplyReleasesImpl: Writing files to app directory:
C:UsersHPAppDataLocalMicrosoftTeamscurrent
2020-08-15 16:10:52> ApplyReleasesImpl: Squirrel Enabled Apps:
[C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe]
2020-08-15 16:10:52> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing:
C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.Utility.<InvokeProcessAsync>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at
Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass18_1.<<invokePostInstall>b__2>d.Mo
veNext()
2020-08-15 16:10:52> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 16:10:52> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist
2020-08-15 16:10:52> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 16:10:52> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist
2020-08-15 16:10:52> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 16:10:52> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist
2020-08-15 16:10:52> ApplyReleasesImpl: Registry value
SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 16:10:52> ApplyReleasesImpl: Registry flags are not set: proceed with default value
NotConfigured
2020-08-15 16:10:52> IEnableLogger: Failed to invoke post-install:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
2020-08-15 16:10:52> Unhandled exception: System.AggregateException: One or more errors
occurred. ---> System.ComponentModel.Win32Exception: Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__10.MoveNext()
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken
cancellationToken)
at System.Threading.Tasks.Task.Wait()
at Squirrel.Update.Program.executeCommandLine(String[] args)
at Squirrel.Update.Program.main(String[] args)
---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__10.MoveNext()<---
2020-08-15 16:13:56> Program: Starting Squirrel Updater: --install . --
exeName=Teams_windows_x64 (1).exe
2020-08-15 16:13:56> Program: Config already exists. Deleting first.
2020-08-15 16:13:56> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp
2020-08-15 16:13:56> Program: File does not contain contextual info: Teams_windows_x64
2020-08-15 16:13:56> UpdateManager: using rootAppDirectory:
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 16:13:56> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 16:13:56> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already
exists, burning it to the ground
2020-08-15 16:13:57> Program: Setup.json exist, copying over
2020-08-15 16:13:57> RegistryService: RegKeyExists:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have
TeamsMachineInstaller
2020-08-15 16:13:57> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add
HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource
2020-08-15 16:13:57> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably
shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the
path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32
bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath,
Boolean checkHost)
at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize,
Boolean checkHost)
at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean
checkHost)
at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
2020-08-15 16:13:57> CheckForUpdateImpl: Failed to load local releases, starting from scratch:
System.IO.DirectoryNotFoundException: Could not find a part of the path
'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext()
2020-08-15 16:13:57> CheckForUpdateImpl: Reading RELEASES file from
C:UsersHPAppDataLocalSquirrelTemp
2020-08-15 16:13:57> CheckForUpdateImpl: First run or local directory is corrupt, starting from
scratch
2020-08-15 16:13:57> ApplyReleasesImpl: No delta packages found. Applying current release
package.
2020-08-15 16:13:57> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could
not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'.
2020-08-15 16:13:57> ApplyReleasesImpl: Writing files to app directory:
C:UsersHPAppDataLocalMicrosoftTeamscurrent
2020-08-15 16:14:00> ApplyReleasesImpl: Squirrel Enabled Apps:
[C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe]
2020-08-15 16:14:00> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing:
C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.Utility.<InvokeProcessAsync>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at
Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass18_1.<<invokePostInstall>b__2>d.Mo
veNext()
2020-08-15 16:14:00> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 16:14:00> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist
2020-08-15 16:14:00> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 16:14:00> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist
2020-08-15 16:14:00> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 16:14:00> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist
2020-08-15 16:14:00> ApplyReleasesImpl: Registry value
SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 16:14:00> ApplyReleasesImpl: Registry flags are not set: proceed with default value
NotConfigured
2020-08-15 16:14:00> IEnableLogger: Failed to invoke post-install:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
2020-08-15 16:14:00> Unhandled exception: System.AggregateException: One or more errors
occurred. ---> System.ComponentModel.Win32Exception: Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__10.MoveNext()
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken
cancellationToken)
at System.Threading.Tasks.Task.Wait()
at Squirrel.Update.Program.executeCommandLine(String[] args)
at Squirrel.Update.Program.main(String[] args)
---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__10.MoveNext()<---
2020-08-15 16:52:19> Program: Starting Squirrel Updater: --install . --
exeName=Teams_windows_x64 (2).exe
2020-08-15 16:52:20> Program: Config already exists. Deleting first.
2020-08-15 16:52:20> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp
2020-08-15 16:52:20> Program: File does not contain contextual info: Teams_windows_x64
2020-08-15 16:52:20> UpdateManager: using rootAppDirectory:
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 16:52:20> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 16:52:20> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already
exists, burning it to the ground
2020-08-15 16:52:21> Program: Setup.json exist, copying over
2020-08-15 16:52:21> RegistryService: RegKeyExists:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have
TeamsMachineInstaller
2020-08-15 16:52:21> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add
HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource
2020-08-15 16:52:21> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably
shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the
path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32
bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath,
Boolean checkHost)
at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize,
Boolean checkHost)
at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean
checkHost)
at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
2020-08-15 16:52:21> CheckForUpdateImpl: Failed to load local releases, starting from scratch:
System.IO.DirectoryNotFoundException: Could not find a part of the path
'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__3.MoveNext()
2020-08-15 16:52:21> CheckForUpdateImpl: Reading RELEASES file from
C:UsersHPAppDataLocalSquirrelTemp
2020-08-15 16:52:21> CheckForUpdateImpl: First run or local directory is corrupt, starting from
scratch
2020-08-15 16:52:21> ApplyReleasesImpl: No delta packages found. Applying current release
package.
2020-08-15 16:52:21> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could
not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'.
2020-08-15 16:52:21> ApplyReleasesImpl: Writing files to app directory:
C:UsersHPAppDataLocalMicrosoftTeamscurrent
2020-08-15 16:52:26> ApplyReleasesImpl: Squirrel Enabled Apps:
[C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe]
2020-08-15 16:52:26> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing:
C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.Utility.<InvokeProcessAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at
Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass21_1.<<invokePostInstall>b__2>d.Mo
veNext()
2020-08-15 16:52:26> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 16:52:26> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist
2020-08-15 16:52:26> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 16:52:26> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist
2020-08-15 16:52:26> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 16:52:26> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist
2020-08-15 16:52:26> ApplyReleasesImpl: Registry value
SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 16:52:26> ApplyReleasesImpl: Registry flags are not set: proceed with default value
NotConfigured
2020-08-15 16:52:26> IEnableLogger: Failed to invoke post-install:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__48.MoveNext()
2020-08-15 16:52:26> Unhandled exception: System.AggregateException: One or more errors
occurred. ---> System.ComponentModel.Win32Exception: Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__11.MoveNext()
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken
cancellationToken)
at System.Threading.Tasks.Task.Wait()
at Squirrel.Update.Program.executeCommandLine(String[] args)
at Squirrel.Update.Program.main(String[] args)
---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__11.MoveNext()<---
2020-08-15 17:52:35> Program: Starting Squirrel Updater: --install . --rerunningWithoutUAC --
exeName=Teams_windows_x64 (2).exe
2020-08-15 17:52:35> Program: Config already exists. Deleting first.
2020-08-15 17:52:35> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp
2020-08-15 17:52:35> Program: File does not contain contextual info: Teams_windows_x64
2020-08-15 17:52:35> UpdateManager: using rootAppDirectory:
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 17:52:35> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 17:52:35> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already
exists, burning it to the ground
2020-08-15 17:52:37> Program: Setup.json exist, copying over
2020-08-15 17:52:37> RegistryService: RegKeyExists:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have
TeamsMachineInstaller
2020-08-15 17:52:37> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add
HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource
2020-08-15 17:52:37> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably
shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the
path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32
bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath,
Boolean checkHost)
at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize,
Boolean checkHost)
at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean
checkHost)
at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
2020-08-15 17:52:37> CheckForUpdateImpl: Failed to load local releases, starting from scratch:
System.IO.DirectoryNotFoundException: Could not find a part of the path
'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__3.MoveNext()
2020-08-15 17:52:37> CheckForUpdateImpl: Reading RELEASES file from
C:UsersHPAppDataLocalSquirrelTemp
2020-08-15 17:52:37> CheckForUpdateImpl: First run or local directory is corrupt, starting from
scratch
2020-08-15 17:52:37> ApplyReleasesImpl: No delta packages found. Applying current release
package.
2020-08-15 17:52:37> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could
not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'.
2020-08-15 17:52:37> ApplyReleasesImpl: Writing files to app directory:
C:UsersHPAppDataLocalMicrosoftTeamscurrent
2020-08-15 17:52:45> ApplyReleasesImpl: Squirrel Enabled Apps:
[C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe]
2020-08-15 17:52:46> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing:
C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.Utility.<InvokeProcessAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at
Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass21_1.<<invokePostInstall>b__2>d.Mo
veNext()
2020-08-15 17:52:46> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 17:52:46> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist
2020-08-15 17:52:46> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 17:52:46> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist
2020-08-15 17:52:46> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 17:52:46> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist
2020-08-15 17:52:46> ApplyReleasesImpl: Registry value
SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 17:52:46> ApplyReleasesImpl: Registry flags are not set: proceed with default value
NotConfigured
2020-08-15 17:52:46> IEnableLogger: Failed to invoke post-install:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__48.MoveNext()
2020-08-15 17:52:46> Unhandled exception: System.AggregateException: One or more errors
occurred. ---> System.ComponentModel.Win32Exception: Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__11.MoveNext()
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken
cancellationToken)
at System.Threading.Tasks.Task.Wait()
at Squirrel.Update.Program.executeCommandLine(String[] args)
at Squirrel.Update.Program.main(String[] args)
---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__11.MoveNext()<---
2020-08-15 18:08:30> Program: Starting Squirrel Updater: --install . --
exeName=Teams_windows_x64 (2).exe
2020-08-15 18:08:30> Program: Config already exists. Deleting first.
2020-08-15 18:08:30> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp
2020-08-15 18:08:30> Program: File does not contain contextual info: Teams_windows_x64
2020-08-15 18:08:30> UpdateManager: using rootAppDirectory:
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 18:08:30> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 18:08:30> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already
exists, burning it to the ground
2020-08-15 18:08:31> Program: Setup.json exist, copying over
2020-08-15 18:08:31> RegistryService: RegKeyExists:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have
TeamsMachineInstaller
2020-08-15 18:08:31> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add
HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource
2020-08-15 18:08:31> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably
shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the
path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32
bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath,
Boolean checkHost)
at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize,
Boolean checkHost)
at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean
checkHost)
at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
2020-08-15 18:08:31> CheckForUpdateImpl: Failed to load local releases, starting from scratch:
System.IO.DirectoryNotFoundException: Could not find a part of the path
'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__3.MoveNext()
2020-08-15 18:08:31> CheckForUpdateImpl: Reading RELEASES file from
C:UsersHPAppDataLocalSquirrelTemp
2020-08-15 18:08:31> CheckForUpdateImpl: First run or local directory is corrupt, starting from
scratch
2020-08-15 18:08:31> ApplyReleasesImpl: No delta packages found. Applying current release
package.
2020-08-15 18:08:31> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could
not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'.
2020-08-15 18:08:31> ApplyReleasesImpl: Writing files to app directory:
C:UsersHPAppDataLocalMicrosoftTeamscurrent
2020-08-15 18:08:35> ApplyReleasesImpl: Squirrel Enabled Apps:
[C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe]
2020-08-15 18:08:35> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing:
C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.Utility.<InvokeProcessAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at
Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass21_1.<<invokePostInstall>b__2>d.Mo
veNext()
2020-08-15 18:08:35> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 18:08:35> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist
2020-08-15 18:08:35> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 18:08:35> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist
2020-08-15 18:08:35> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 18:08:35> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist
2020-08-15 18:08:35> ApplyReleasesImpl: Registry value
SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 18:08:35> ApplyReleasesImpl: Registry flags are not set: proceed with default value
NotConfigured
2020-08-15 18:08:35> IEnableLogger: Failed to invoke post-install:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__48.MoveNext()
2020-08-15 18:08:35> Unhandled exception: System.AggregateException: One or more errors
occurred. ---> System.ComponentModel.Win32Exception: Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__11.MoveNext()
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken
cancellationToken)
at System.Threading.Tasks.Task.Wait()
at Squirrel.Update.Program.executeCommandLine(String[] args)
at Squirrel.Update.Program.main(String[] args)
---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__11.MoveNext()<---
2020-08-15 18:08:37> Program: Starting Squirrel Updater: --install . --
exeName=Teams_windows_x64 (2).exe
2020-08-15 18:08:37> Program: Config already exists. Deleting first.
2020-08-15 18:08:37> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp
2020-08-15 18:08:37> Program: File does not contain contextual info: Teams_windows_x64
2020-08-15 18:08:37> UpdateManager: using rootAppDirectory:
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 18:08:37> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 18:08:37> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already
exists, burning it to the ground
2020-08-15 18:08:38> StashableFolder: TryMove from
C:UsersHPAppDataLocalMicrosoftTeams-s1 -> failed with non I/O error, will not retry:
System.UnauthorizedAccessException: Access to the path 'Squirrel.exe' is denied.
at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean
throwOnTopLevelDirectoryNotFound, WIN32_FIND_DATA& data)
at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean
checkHost)
at System.IO.DirectoryInfo.Delete(Boolean recursive)
at Squirrel.StashableFolder.TryMove(DirectoryInfo source, String destination, Statistics stats)
2020-08-15 18:08:38> Program: Couldn't discard the folder that was stashed away, will abandon the
stash and proceed with the install
2020-08-15 18:08:38> Program: Setup.json exist, copying over
2020-08-15 18:08:38> RegistryService: RegKeyExists:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have
TeamsMachineInstaller
2020-08-15 18:08:38> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add
HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource
2020-08-15 18:08:38> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably
shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the
path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32
bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath,
Boolean checkHost)
at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize,
Boolean checkHost)
at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean
checkHost)
at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
2020-08-15 18:08:38> CheckForUpdateImpl: Failed to load local releases, starting from scratch:
System.IO.DirectoryNotFoundException: Could not find a part of the path
'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__3.MoveNext()
2020-08-15 18:08:38> CheckForUpdateImpl: Reading RELEASES file from
C:UsersHPAppDataLocalSquirrelTemp
2020-08-15 18:08:38> CheckForUpdateImpl: First run or local directory is corrupt, starting from
scratch
2020-08-15 18:08:39> ApplyReleasesImpl: No delta packages found. Applying current release
package.
2020-08-15 18:08:39> ApplyReleasesImpl: Found partially applied release folder, killing it:
C:UsersHPAppDataLocalMicrosoftTeamscurrent
2020-08-15 18:08:39> ApplyReleasesImpl: Writing files to app directory:
C:UsersHPAppDataLocalMicrosoftTeamscurrent
2020-08-15 18:08:43> ApplyReleasesImpl: Squirrel Enabled Apps:
[C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe]
2020-08-15 18:08:43> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing:
C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.Utility.<InvokeProcessAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at
Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass21_1.<<invokePostInstall>b__2>d.Mo
veNext()
2020-08-15 18:08:43> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 18:08:43> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist
2020-08-15 18:08:43> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 18:08:43> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist
2020-08-15 18:08:43> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 18:08:43> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist
2020-08-15 18:08:43> ApplyReleasesImpl: Registry value
SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 18:08:43> ApplyReleasesImpl: Registry flags are not set: proceed with default value
NotConfigured
2020-08-15 18:08:43> IEnableLogger: Failed to invoke post-install:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__48.MoveNext()
2020-08-15 18:08:43> Unhandled exception: System.AggregateException: One or more errors
occurred. ---> System.ComponentModel.Win32Exception: Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__11.MoveNext()
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken
cancellationToken)
at System.Threading.Tasks.Task.Wait()
at Squirrel.Update.Program.executeCommandLine(String[] args)
at Squirrel.Update.Program.main(String[] args)
---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__11.MoveNext()<---
2020-08-15 18:09:09> Program: Starting Squirrel Updater: --install . --rerunningWithoutUAC --
exeName=Teams_windows_x64 (1).exe
2020-08-15 18:09:09> Program: Config already exists. Deleting first.
2020-08-15 18:09:09> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp
2020-08-15 18:09:09> Program: File does not contain contextual info: Teams_windows_x64
2020-08-15 18:09:09> UpdateManager: using rootAppDirectory:
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 18:09:09> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 18:09:09> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already
exists, burning it to the ground
2020-08-15 18:09:10> Program: Setup.json exist, copying over
2020-08-15 18:09:10> RegistryService: RegKeyExists:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have
TeamsMachineInstaller
2020-08-15 18:09:10> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add
HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource
2020-08-15 18:09:10> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably
shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the
path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32
bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath,
Boolean checkHost)
at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize,
Boolean checkHost)
at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean
checkHost)
at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
2020-08-15 18:09:10> CheckForUpdateImpl: Failed to load local releases, starting from scratch:
System.IO.DirectoryNotFoundException: Could not find a part of the path
'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext()
2020-08-15 18:09:10> CheckForUpdateImpl: Reading RELEASES file from
C:UsersHPAppDataLocalSquirrelTemp
2020-08-15 18:09:10> CheckForUpdateImpl: First run or local directory is corrupt, starting from
scratch
2020-08-15 18:09:10> ApplyReleasesImpl: No delta packages found. Applying current release
package.
2020-08-15 18:09:10> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could
not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'.
2020-08-15 18:09:10> ApplyReleasesImpl: Writing files to app directory:
C:UsersHPAppDataLocalMicrosoftTeamscurrent
2020-08-15 18:09:17> ApplyReleasesImpl: Squirrel Enabled Apps:
[C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe]
2020-08-15 18:09:17> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing:
C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.Utility.<InvokeProcessAsync>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at
Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass18_1.<<invokePostInstall>b__2>d.Mo
veNext()
2020-08-15 18:09:17> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 18:09:17> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist
2020-08-15 18:09:17> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 18:09:17> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist
2020-08-15 18:09:17> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 18:09:17> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist
2020-08-15 18:09:17> ApplyReleasesImpl: Registry value
SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 18:09:17> ApplyReleasesImpl: Registry flags are not set: proceed with default value
NotConfigured
2020-08-15 18:09:17> IEnableLogger: Failed to invoke post-install:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
2020-08-15 18:09:17> Unhandled exception: System.AggregateException: One or more errors
occurred. ---> System.ComponentModel.Win32Exception: Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__10.MoveNext()
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken
cancellationToken)
at System.Threading.Tasks.Task.Wait()
at Squirrel.Update.Program.executeCommandLine(String[] args)
at Squirrel.Update.Program.main(String[] args)
---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__10.MoveNext()<---
2020-08-15 18:21:57> Program: Starting Squirrel Updater: --install . --rerunningWithoutUAC --
exeName=Teams_windows_x64 (2).exe
2020-08-15 18:21:58> Program: Config already exists. Deleting first.
2020-08-15 18:21:58> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp
2020-08-15 18:21:58> Program: File does not contain contextual info: Teams_windows_x64
2020-08-15 18:21:58> UpdateManager: using rootAppDirectory:
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 18:21:58> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 18:21:58> Program: Setup.json exist, copying over
2020-08-15 18:21:58> RegistryService: RegKeyExists:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have
TeamsMachineInstaller
2020-08-15 18:21:58> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add
HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource
2020-08-15 18:21:58> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably
shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the
path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32
bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath,
Boolean checkHost)
at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize,
Boolean checkHost)
at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean
checkHost)
at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
2020-08-15 18:21:58> CheckForUpdateImpl: Failed to load local releases, starting from scratch:
System.IO.DirectoryNotFoundException: Could not find a part of the path
'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__3.MoveNext()
2020-08-15 18:21:58> CheckForUpdateImpl: Reading RELEASES file from
C:UsersHPAppDataLocalSquirrelTemp
2020-08-15 18:21:58> CheckForUpdateImpl: First run or local directory is corrupt, starting from
scratch
2020-08-15 18:21:58> ApplyReleasesImpl: No delta packages found. Applying current release
package.
2020-08-15 18:21:58> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could
not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'.
2020-08-15 18:21:58> ApplyReleasesImpl: Writing files to app directory:
C:UsersHPAppDataLocalMicrosoftTeamscurrent
2020-08-15 18:22:03> ApplyReleasesImpl: Squirrel Enabled Apps:
[C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe]
2020-08-15 18:22:04> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing:
C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.Utility.<InvokeProcessAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at
Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass21_1.<<invokePostInstall>b__2>d.Mo
veNext()
2020-08-15 18:22:04> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 18:22:04> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist
2020-08-15 18:22:04> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 18:22:04> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist
2020-08-15 18:22:04> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 18:22:04> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist
2020-08-15 18:22:04> ApplyReleasesImpl: Registry value
SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 18:22:04> ApplyReleasesImpl: Registry flags are not set: proceed with default value
NotConfigured
2020-08-15 18:22:04> IEnableLogger: Failed to invoke post-install:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__48.MoveNext()
2020-08-15 18:22:04> Unhandled exception: System.AggregateException: One or more errors
occurred. ---> System.ComponentModel.Win32Exception: Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__11.MoveNext()
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken
cancellationToken)
at System.Threading.Tasks.Task.Wait()
at Squirrel.Update.Program.executeCommandLine(String[] args)
at Squirrel.Update.Program.main(String[] args)
---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__11.MoveNext()<---
2020-08-15 20:58:55> Program: Starting Squirrel Updater: --install . --rerunningWithoutUAC --
exeName=Teams_windows_x64 (2).exe
2020-08-15 20:58:55> Program: Config already exists. Deleting first.
2020-08-15 20:58:55> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp
2020-08-15 20:58:55> Program: File does not contain contextual info: Teams_windows_x64
2020-08-15 20:58:55> UpdateManager: using rootAppDirectory:
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 20:58:55> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 20:58:55> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already
exists, burning it to the ground
2020-08-15 20:58:56> Program: Setup.json exist, copying over
2020-08-15 20:58:56> RegistryService: RegKeyExists:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have
TeamsMachineInstaller
2020-08-15 20:58:56> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add
HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource
2020-08-15 20:58:56> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably
shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the
path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32
bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath,
Boolean checkHost)
at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize,
Boolean checkHost)
at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean
checkHost)
at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
2020-08-15 20:58:56> CheckForUpdateImpl: Failed to load local releases, starting from scratch:
System.IO.DirectoryNotFoundException: Could not find a part of the path
'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__3.MoveNext()
2020-08-15 20:58:56> CheckForUpdateImpl: Reading RELEASES file from
C:UsersHPAppDataLocalSquirrelTemp
2020-08-15 20:58:56> CheckForUpdateImpl: First run or local directory is corrupt, starting from
scratch
2020-08-15 20:58:57> ApplyReleasesImpl: No delta packages found. Applying current release
package.
2020-08-15 20:58:57> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could
not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'.
2020-08-15 20:58:57> ApplyReleasesImpl: Writing files to app directory:
C:UsersHPAppDataLocalMicrosoftTeamscurrent
2020-08-15 20:59:01> ApplyReleasesImpl: Squirrel Enabled Apps:
[C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe]
2020-08-15 20:59:01> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing:
C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.Utility.<InvokeProcessAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at
Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass21_1.<<invokePostInstall>b__2>d.Mo
veNext()
2020-08-15 20:59:01> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 20:59:01> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist
2020-08-15 20:59:01> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 20:59:01> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist
2020-08-15 20:59:01> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 20:59:01> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist
2020-08-15 20:59:01> ApplyReleasesImpl: Registry value
SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 20:59:01> ApplyReleasesImpl: Registry flags are not set: proceed with default value
NotConfigured
2020-08-15 20:59:01> IEnableLogger: Failed to invoke post-install:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__48.MoveNext()
2020-08-15 20:59:01> Unhandled exception: System.AggregateException: One or more errors
occurred. ---> System.ComponentModel.Win32Exception: Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__11.MoveNext()
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken
cancellationToken)
at System.Threading.Tasks.Task.Wait()
at Squirrel.Update.Program.executeCommandLine(String[] args)
at Squirrel.Update.Program.main(String[] args)
---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__11.MoveNext()<---
2020-08-15 20:59:18> Program: Starting Squirrel Updater: --install . --rerunningWithoutUAC --
exeName=Teams_windows_x64 (2).exe
2020-08-15 20:59:18> Program: Config already exists. Deleting first.
2020-08-15 20:59:18> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp
2020-08-15 20:59:18> Program: File does not contain contextual info: Teams_windows_x64
2020-08-15 20:59:18> UpdateManager: using rootAppDirectory:
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 20:59:18> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 20:59:18> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already
exists, burning it to the ground
2020-08-15 20:59:19> Program: Setup.json exist, copying over
2020-08-15 20:59:19> RegistryService: RegKeyExists:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have
TeamsMachineInstaller
2020-08-15 20:59:19> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add
HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource
2020-08-15 20:59:19> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably
shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the
path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32
bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath,
Boolean checkHost)
at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize,
Boolean checkHost)
at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean
checkHost)
at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
2020-08-15 20:59:19> CheckForUpdateImpl: Failed to load local releases, starting from scratch:
System.IO.DirectoryNotFoundException: Could not find a part of the path
'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__3.MoveNext()
2020-08-15 20:59:19> CheckForUpdateImpl: Reading RELEASES file from
C:UsersHPAppDataLocalSquirrelTemp
2020-08-15 20:59:19> CheckForUpdateImpl: First run or local directory is corrupt, starting from
scratch
2020-08-15 20:59:19> ApplyReleasesImpl: No delta packages found. Applying current release
package.
2020-08-15 20:59:19> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could
not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'.
2020-08-15 20:59:19> ApplyReleasesImpl: Writing files to app directory:
C:UsersHPAppDataLocalMicrosoftTeamscurrent
2020-08-15 20:59:23> ApplyReleasesImpl: Squirrel Enabled Apps:
[C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe]
2020-08-15 20:59:23> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing:
C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.Utility.<InvokeProcessAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at
Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass21_1.<<invokePostInstall>b__2>d.Mo
veNext()
2020-08-15 20:59:23> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 20:59:23> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist
2020-08-15 20:59:23> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 20:59:23> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist
2020-08-15 20:59:23> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 20:59:23> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist
2020-08-15 20:59:23> ApplyReleasesImpl: Registry value
SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 20:59:23> ApplyReleasesImpl: Registry flags are not set: proceed with default value
NotConfigured
2020-08-15 20:59:24> IEnableLogger: Failed to invoke post-install:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__48.MoveNext()
2020-08-15 20:59:24> Unhandled exception: System.AggregateException: One or more errors
occurred. ---> System.ComponentModel.Win32Exception: Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__11.MoveNext()
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken
cancellationToken)
at System.Threading.Tasks.Task.Wait()
at Squirrel.Update.Program.executeCommandLine(String[] args)
at Squirrel.Update.Program.main(String[] args)
---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__11.MoveNext()<---
2020-08-15 21:25:55> Program: Starting Squirrel Updater: --install . --rerunningWithoutUAC --
exeName=Teams_windows_x64 (2).exe
2020-08-15 21:25:55> Program: Config already exists. Deleting first.
2020-08-15 21:25:55> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp
2020-08-15 21:25:55> Program: File does not contain contextual info: Teams_windows_x64
2020-08-15 21:25:55> UpdateManager: using rootAppDirectory:
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 21:25:55> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 21:25:55> Program: Setup.json exist, copying over
2020-08-15 21:25:55> RegistryService: RegKeyExists:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have
TeamsMachineInstaller
2020-08-15 21:25:55> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add
HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource
2020-08-15 21:25:55> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably
shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the
path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32
bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath,
Boolean checkHost)
at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize,
Boolean checkHost)
at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean
checkHost)
at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
2020-08-15 21:25:55> CheckForUpdateImpl: Failed to load local releases, starting from scratch:
System.IO.DirectoryNotFoundException: Could not find a part of the path
'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__3.MoveNext()
2020-08-15 21:25:55> CheckForUpdateImpl: Reading RELEASES file from
C:UsersHPAppDataLocalSquirrelTemp
2020-08-15 21:25:55> CheckForUpdateImpl: First run or local directory is corrupt, starting from
scratch
2020-08-15 21:25:56> ApplyReleasesImpl: No delta packages found. Applying current release
package.
2020-08-15 21:25:56> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could
not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'.
2020-08-15 21:25:56> ApplyReleasesImpl: Writing files to app directory:
C:UsersHPAppDataLocalMicrosoftTeamscurrent
2020-08-15 21:26:01> ApplyReleasesImpl: Squirrel Enabled Apps:
[C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe]
2020-08-15 21:26:01> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing:
C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.Utility.<InvokeProcessAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at
Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass21_1.<<invokePostInstall>b__2>d.Mo
veNext()
2020-08-15 21:26:01> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 21:26:01> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist
2020-08-15 21:26:01> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 21:26:01> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist
2020-08-15 21:26:01> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 21:26:01> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist
2020-08-15 21:26:01> ApplyReleasesImpl: Registry value
SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 21:26:01> ApplyReleasesImpl: Registry flags are not set: proceed with default value
NotConfigured
2020-08-15 21:26:01> IEnableLogger: Failed to invoke post-install:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__48.MoveNext()
2020-08-15 21:26:01> Unhandled exception: System.AggregateException: One or more errors
occurred. ---> System.ComponentModel.Win32Exception: Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__11.MoveNext()
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken
cancellationToken)
at System.Threading.Tasks.Task.Wait()
at Squirrel.Update.Program.executeCommandLine(String[] args)
at Squirrel.Update.Program.main(String[] args)
---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__11.MoveNext()<---
2020-08-15 21:31:52> Program: Starting Squirrel Updater: --install . --rerunningWithoutUAC --
exeName=Teams_windows_x64 (1).exe
2020-08-15 21:31:52> Program: Config already exists. Deleting first.
2020-08-15 21:31:52> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp
2020-08-15 21:31:52> Program: File does not contain contextual info: Teams_windows_x64
2020-08-15 21:31:52> UpdateManager: using rootAppDirectory:
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 21:31:52> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 21:31:52> Program: Setup.json exist, copying over
2020-08-15 21:31:52> RegistryService: RegKeyExists:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have
TeamsMachineInstaller
2020-08-15 21:31:52> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add
HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource
2020-08-15 21:31:52> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably
shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the
path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32
bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath,
Boolean checkHost)
at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize,
Boolean checkHost)
at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean
checkHost)
at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
2020-08-15 21:31:52> CheckForUpdateImpl: Failed to load local releases, starting from scratch:
System.IO.DirectoryNotFoundException: Could not find a part of the path
'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext()
2020-08-15 21:31:52> CheckForUpdateImpl: Reading RELEASES file from
C:UsersHPAppDataLocalSquirrelTemp
2020-08-15 21:31:52> CheckForUpdateImpl: First run or local directory is corrupt, starting from
scratch
2020-08-15 21:31:52> ApplyReleasesImpl: No delta packages found. Applying current release
package.
2020-08-15 21:31:52> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could
not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'.
2020-08-15 21:31:52> ApplyReleasesImpl: Writing files to app directory:
C:UsersHPAppDataLocalMicrosoftTeamscurrent
2020-08-15 21:31:58> ApplyReleasesImpl: Squirrel Enabled Apps:
[C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe]
2020-08-15 21:31:58> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing:
C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.Utility.<InvokeProcessAsync>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at
Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass18_1.<<invokePostInstall>b__2>d.Mo
veNext()
2020-08-15 21:31:58> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 21:31:58> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist
2020-08-15 21:31:58> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 21:31:58> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist
2020-08-15 21:31:58> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 21:31:58> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist
2020-08-15 21:31:58> ApplyReleasesImpl: Registry value
SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 21:31:58> ApplyReleasesImpl: Registry flags are not set: proceed with default value
NotConfigured
2020-08-15 21:31:58> IEnableLogger: Failed to invoke post-install:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
2020-08-15 21:31:58> Unhandled exception: System.AggregateException: One or more errors
occurred. ---> System.ComponentModel.Win32Exception: Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__10.MoveNext()
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken
cancellationToken)
at System.Threading.Tasks.Task.Wait()
at Squirrel.Update.Program.executeCommandLine(String[] args)
at Squirrel.Update.Program.main(String[] args)
---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__10.MoveNext()<---
2020-08-15 21:34:26> Program: Starting Squirrel Updater: --install . --rerunningWithoutUAC --
exeName=Teams_windows_x64 (2).exe
2020-08-15 21:34:26> Program: Config already exists. Deleting first.
2020-08-15 21:34:26> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp
2020-08-15 21:34:26> Program: File does not contain contextual info: Teams_windows_x64
2020-08-15 21:34:26> UpdateManager: using rootAppDirectory:
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 21:34:26> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 21:34:26> Program: Setup.json exist, copying over
2020-08-15 21:34:26> RegistryService: RegKeyExists:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have
TeamsMachineInstaller
2020-08-15 21:34:26> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add
HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource
2020-08-15 21:34:26> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably
shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the
path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32
bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath,
Boolean checkHost)
at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize,
Boolean checkHost)
at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean
checkHost)
at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
2020-08-15 21:34:26> CheckForUpdateImpl: Failed to load local releases, starting from scratch:
System.IO.DirectoryNotFoundException: Could not find a part of the path
'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__3.MoveNext()
2020-08-15 21:34:26> CheckForUpdateImpl: Reading RELEASES file from
C:UsersHPAppDataLocalSquirrelTemp
2020-08-15 21:34:26> CheckForUpdateImpl: First run or local directory is corrupt, starting from
scratch
2020-08-15 21:34:27> ApplyReleasesImpl: No delta packages found. Applying current release
package.
2020-08-15 21:34:27> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could
not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'.
2020-08-15 21:34:27> ApplyReleasesImpl: Writing files to app directory:
C:UsersHPAppDataLocalMicrosoftTeamscurrent
2020-08-15 21:34:33> ApplyReleasesImpl: Squirrel Enabled Apps:
[C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe]
2020-08-15 21:34:33> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing:
C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.Utility.<InvokeProcessAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at
Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass21_1.<<invokePostInstall>b__2>d.Mo
veNext()
2020-08-15 21:34:33> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 21:34:33> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist
2020-08-15 21:34:33> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 21:34:33> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist
2020-08-15 21:34:33> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 21:34:33> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist
2020-08-15 21:34:33> ApplyReleasesImpl: Registry value
SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 21:34:33> ApplyReleasesImpl: Registry flags are not set: proceed with default value
NotConfigured
2020-08-15 21:34:33> IEnableLogger: Failed to invoke post-install:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__48.MoveNext()
2020-08-15 21:34:34> Unhandled exception: System.AggregateException: One or more errors
occurred. ---> System.ComponentModel.Win32Exception: Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__11.MoveNext()
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken
cancellationToken)
at System.Threading.Tasks.Task.Wait()
at Squirrel.Update.Program.executeCommandLine(String[] args)
at Squirrel.Update.Program.main(String[] args)
---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__11.MoveNext()<---
2020-08-15 22:12:22> Program: Starting Squirrel Updater: --install . --rerunningWithoutUAC --
exeName=Teams_windows_x64 (2).exe
2020-08-15 22:12:22> Program: Config already exists. Deleting first.
2020-08-15 22:12:22> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp
2020-08-15 22:12:22> Program: File does not contain contextual info: Teams_windows_x64
2020-08-15 22:12:22> UpdateManager: using rootAppDirectory:
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 22:12:22> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 22:12:22> Program: Setup.json exist, copying over
2020-08-15 22:12:22> RegistryService: RegKeyExists:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have
TeamsMachineInstaller
2020-08-15 22:12:22> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add
HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource
2020-08-15 22:12:22> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably
shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the
path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32
bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath,
Boolean checkHost)
at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize,
Boolean checkHost)
at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean
checkHost)
at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
2020-08-15 22:12:22> CheckForUpdateImpl: Failed to load local releases, starting from scratch:
System.IO.DirectoryNotFoundException: Could not find a part of the path
'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs,
String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__3.MoveNext()
2020-08-15 22:12:22> CheckForUpdateImpl: Reading RELEASES file from
C:UsersHPAppDataLocalSquirrelTemp
2020-08-15 22:12:22> CheckForUpdateImpl: First run or local directory is corrupt, starting from
scratch
2020-08-15 22:12:22> ApplyReleasesImpl: No delta packages found. Applying current release
package.
2020-08-15 22:12:22> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could
not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'.
2020-08-15 22:12:22> ApplyReleasesImpl: Writing files to app directory:
C:UsersHPAppDataLocalMicrosoftTeamscurrent
2020-08-15 22:12:25> ApplyReleasesImpl: Squirrel Enabled Apps:
[C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe]
2020-08-15 22:12:25> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing:
C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.Utility.<InvokeProcessAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at
Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass21_1.<<invokePostInstall>b__2>d.Mo
veNext()
2020-08-15 22:12:25> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir
C:UsersHPAppDataLocalMicrosoftTeams
2020-08-15 22:12:26> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist
2020-08-15 22:12:26> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 22:12:26> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist
2020-08-15 22:12:26> ApplyReleasesImpl: Registry value
SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 22:12:26> RegistryService: RegKeyExists:
HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist
2020-08-15 22:12:26> ApplyReleasesImpl: Registry value
SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
2020-08-15 22:12:26> ApplyReleasesImpl: Registry flags are not set: proceed with default value
NotConfigured
2020-08-15 22:12:26> IEnableLogger: Failed to invoke post-install:
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__48.MoveNext()
2020-08-15 22:12:26> Unhandled exception: System.AggregateException: One or more errors
occurred. ---> System.ComponentModel.Win32Exception: Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__11.MoveNext()
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken
cancellationToken)
at System.Threading.Tasks.Task.Wait()
at Squirrel.Update.Program.executeCommandLine(String[] args)
at Squirrel.Update.Program.main(String[] args)
---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo
info)
at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.Utility.<LogIfThrows>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Squirrel.Update.Program.<Install>d__11.MoveNext()<---

More Related Content

PDF
Meet cute-between-ebpf-and-tracing
PPTX
History of L0phtCrack
DOCX
FMI · Entretien d'embauche d'un médecin anesthésiste-réanimateur: questions/r...
PDF
「AI自動文字おこし専用端末での聴覚障害者・自動通訳支援』株式会社時空テクノロジーズ)
PDF
Linux BPF Superpowers
PDF
Declaration patrimoine-ayrault
PDF
LG classificazione rifiuti ED2021
PDF
Faster Container Image Distribution on a Variety of Tools with Lazy Pulling
Meet cute-between-ebpf-and-tracing
History of L0phtCrack
FMI · Entretien d'embauche d'un médecin anesthésiste-réanimateur: questions/r...
「AI自動文字おこし専用端末での聴覚障害者・自動通訳支援』株式会社時空テクノロジーズ)
Linux BPF Superpowers
Declaration patrimoine-ayrault
LG classificazione rifiuti ED2021
Faster Container Image Distribution on a Variety of Tools with Lazy Pulling

Recently uploaded (20)

PDF
Improvement effect of pyrolyzed agro-food biochar on the properties of.pdf
PPTX
Fundamentals of safety and accident prevention -final (1).pptx
PPTX
ASME PCC-02 TRAINING -DESKTOP-NLE5HNP.pptx
PDF
Accra-Kumasi Expressway - Prefeasibility Report Volume 1 of 7.11.2018.pdf
PDF
Visual Aids for Exploratory Data Analysis.pdf
PPTX
CyberSecurity Mobile and Wireless Devices
PPTX
Fundamentals of Mechanical Engineering.pptx
PDF
UNIT no 1 INTRODUCTION TO DBMS NOTES.pdf
PPTX
"Array and Linked List in Data Structures with Types, Operations, Implementat...
PDF
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
PDF
August -2025_Top10 Read_Articles_ijait.pdf
PDF
Abrasive, erosive and cavitation wear.pdf
PDF
Influence of Green Infrastructure on Residents’ Endorsement of the New Ecolog...
PDF
A SYSTEMATIC REVIEW OF APPLICATIONS IN FRAUD DETECTION
PDF
August 2025 - Top 10 Read Articles in Network Security & Its Applications
PPTX
Module 8- Technological and Communication Skills.pptx
PDF
III.4.1.2_The_Space_Environment.p pdffdf
PDF
22EC502-MICROCONTROLLER AND INTERFACING-8051 MICROCONTROLLER.pdf
PDF
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
PDF
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
Improvement effect of pyrolyzed agro-food biochar on the properties of.pdf
Fundamentals of safety and accident prevention -final (1).pptx
ASME PCC-02 TRAINING -DESKTOP-NLE5HNP.pptx
Accra-Kumasi Expressway - Prefeasibility Report Volume 1 of 7.11.2018.pdf
Visual Aids for Exploratory Data Analysis.pdf
CyberSecurity Mobile and Wireless Devices
Fundamentals of Mechanical Engineering.pptx
UNIT no 1 INTRODUCTION TO DBMS NOTES.pdf
"Array and Linked List in Data Structures with Types, Operations, Implementat...
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
August -2025_Top10 Read_Articles_ijait.pdf
Abrasive, erosive and cavitation wear.pdf
Influence of Green Infrastructure on Residents’ Endorsement of the New Ecolog...
A SYSTEMATIC REVIEW OF APPLICATIONS IN FRAUD DETECTION
August 2025 - Top 10 Read Articles in Network Security & Its Applications
Module 8- Technological and Communication Skills.pptx
III.4.1.2_The_Space_Environment.p pdffdf
22EC502-MICROCONTROLLER AND INTERFACING-8051 MICROCONTROLLER.pdf
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
Ad
Ad

Squirrel setup-ms teams

  • 1. 2020-07-11 11:06:55> Program: Starting Squirrel Updater: --install . -- exeName=Teams_windows_x64.exe 2020-07-11 11:06:56> Program: setup.json does not exist 2020-07-11 11:06:56> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp 2020-07-11 11:06:56> Program: File does not contain contextual info: Teams_windows_x64.exe 2020-07-11 11:06:56> UpdateManager: using rootAppDirectory: C:UsersHPAppDataLocalMicrosoftTeams 2020-07-11 11:06:56> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams 2020-07-11 11:06:56> Program: Setup.json exist, copying over 2020-07-11 11:06:56> RegistryService: RegKeyExists: HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have TeamsMachineInstaller 2020-07-11 11:06:56> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource 2020-07-11 11:06:56> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2020-07-11 11:06:56> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  • 2. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext() 2020-07-11 11:06:56> CheckForUpdateImpl: Reading RELEASES file from C:UsersHPAppDataLocalSquirrelTemp 2020-07-11 11:06:56> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2020-07-11 11:06:56> ApplyReleasesImpl: No delta packages found. Applying current release package. 2020-07-11 11:06:56> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'. 2020-07-11 11:06:56> ApplyReleasesImpl: Writing files to app directory: C:UsersHPAppDataLocalMicrosoftTeamscurrent 2020-07-11 11:07:05> ApplyReleasesImpl: Squirrel Enabled Apps: [C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe] 2020-07-11 11:07:15> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir C:UsersHPAppDataLocalMicrosoftTeams 2020-07-11 11:07:15> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist 2020-07-11 11:07:15> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-07-11 11:07:15> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist 2020-07-11 11:07:15> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-07-11 11:07:15> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist 2020-07-11 11:07:15> ApplyReleasesImpl: Registry value SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-07-11 11:07:15> ApplyReleasesImpl: Registry flags are not set: proceed with default value NotConfigured 2020-07-11 11:07:15> ApplyReleasesImpl: Starting fixPinnedExecutables 2020-07-11 11:07:15> ApplyReleasesImpl: Examining Pin: Snipping Tool.lnk
  • 3. 2020-07-11 11:07:15> ApplyReleasesImpl: File 'C:UsersHPAppDataRoamingMicrosoftInternet ExplorerQuick LaunchUser PinnedTaskBarSnipping Tool.lnk' could not be converted into a valid ShellLink: System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002) at Squirrel.Shell.ShellLink.IShellLinkW.Resolve(IntPtr hWnd, UInt32 fFlags) at Squirrel.Shell.ShellLink.Open(String linkFile, IntPtr hWnd, EShellLinkResolveFlags resolveFlags, UInt16 timeOut) at Squirrel.UpdateManager.ApplyReleasesImpl.<fixPinnedExecutables>b__19_0(FileInfo file) 2020-07-11 11:07:15> ApplyReleasesImpl: Fixing up tray icons 2020-07-11 11:07:16> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object. at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__21_0(RegistryView view) 2020-07-11 11:07:16> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object. at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__21_0(RegistryView view) 2020-07-11 11:07:16> MeetingAddinInstaller: System.ArgumentException: Cannot delete a subkey tree because the subkey does not exist. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at Microsoft.Win32.RegistryKey.DeleteSubKeyTree(String subkey, Boolean throwOnMissingSubKey) at Microsoft.Win32.RegistryKey.DeleteSubKeyTree(String subkey) at Squirrel.MeetingAddinInstaller.<InstallMeetingAddinAsync>d__15.MoveNext() 2020-07-11 11:07:16> MeetingAddinInstaller: StagedAppDirectory does not exist. Using Current 2020-07-11 11:07:16> MeetingAddinInstaller: There is no version.txt. Falling back to getting version from folder name 2020-07-11 11:07:16> MeetingAddinInstaller: Version: 1.0.20091.2; addinPackageDirectory: 1.0.20091.2 2020-07-11 11:07:16> MeetingAddinInstaller: .dead exists: False 2020-07-11 11:07:16> MeetingAddinInstaller: path to .dead: C:UsersHPAppDataLocalMicrosoftTeamsMeetingAddin1.0.20091.2.dead 2020-07-11 11:07:16> MeetingAddinInstaller: before cleanup unused versions 2020-07-11 11:07:16> MeetingAddinInstaller: Addin directory exists. Copy was successful 2020-07-11 11:07:19> MeetingAddinInstaller: Version 1.0.20091.2 of the meeting add-in is now installed 2020-07-11 11:07:19> PresenceAddinInstaller: Installing Teams Presence addin for Outlook...
  • 4. 2020-07-11 11:07:19> PresenceAddinInstaller: Copying C:UsersHPAppDataLocalMicrosoftTeamscurrentresourcesassetstlbUc.tlb to C:UsersHPAppDataLocalMicrosoftTeamsPresenceAddin 2020-07-11 11:07:19> PresenceAddinInstaller: Copying C:UsersHPAppDataLocalMicrosoftTeamscurrentresourcesassetstlbUc.win32.tlb to C:UsersHPAppDataLocalMicrosoftTeamsPresenceAddin 2020-07-11 11:07:19> PresenceAddinInstaller: check if UC TypeLib points to currentresourcesassetstlbUc.tlb 2020-07-11 11:07:19> PresenceAddinInstaller: Registering UC Typelib WIN32 under HKCU... 2020-07-11 11:07:20> PresenceAddinInstaller: UC Typelib WIN32 successfully registered to C:UsersHPAppDataLocalMicrosoftTeamsPresenceAddinUc.win32.tlb under HKCU! 2020-07-11 11:07:20> PresenceAddinInstaller: Registering UC Typelib WIN64 under HKCU... 2020-07-11 11:07:20> PresenceAddinInstaller: UC Typelib WIN64 successfully registered to C:UsersHPAppDataLocalMicrosoftTeamsPresenceAddinUc.tlb under HKCU! 2020-07-11 11:07:20> ApplyReleasesImpl: cleanDeadVersions: for version 1.3.00.15561 2020-07-11 11:07:20> ApplyReleasesImpl: cleanDeadVersions: exclude folder stage 2020-07-11 11:07:22> RegistryService: TryDeleteRegKey: HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeams not found 2020-07-11 11:10:08> Program: Starting Squirrel Updater: --install . -- exeName=Teams_windows_x64.exe 2020-07-11 11:10:09> Program: Config already exists. Deleting first. 2020-07-11 11:10:09> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp 2020-07-11 11:10:09> Program: File does not contain contextual info: Teams_windows_x64.exe 2020-07-11 11:10:09> UpdateManager: using rootAppDirectory: C:UsersHPAppDataLocalMicrosoftTeams 2020-07-11 11:10:09> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams 2020-07-11 11:10:09> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already exists, burning it to the ground 2020-07-11 11:10:09> IEnableLogger: : System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.Kill() at Squirrel.UpdateManager.InstallHelperImpl.<>c__DisplayClass8_1.<KillAllProcessesBelongingToPacka ge>b__2() at Squirrel.Utility.LogIfThrows(IFullLogger This, LogLevel level, String message, Action block)
  • 5. 2020-07-11 11:10:09> IEnableLogger: : System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.Kill() at Squirrel.UpdateManager.InstallHelperImpl.<>c__DisplayClass8_1.<KillAllProcessesBelongingToPacka ge>b__2() at Squirrel.Utility.LogIfThrows(IFullLogger This, LogLevel level, String message, Action block) 2020-07-11 11:10:11> Program: Setup.json exist, copying over 2020-07-11 11:10:11> RegistryService: RegKeyExists: HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have TeamsMachineInstaller 2020-07-11 11:10:11> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource 2020-07-11 11:10:11> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2020-07-11 11:10:11> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  • 6. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext() 2020-07-11 11:10:11> CheckForUpdateImpl: Reading RELEASES file from C:UsersHPAppDataLocalSquirrelTemp 2020-07-11 11:10:11> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2020-07-11 11:10:11> ApplyReleasesImpl: No delta packages found. Applying current release package. 2020-07-11 11:10:11> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'. 2020-07-11 11:10:11> ApplyReleasesImpl: Writing files to app directory: C:UsersHPAppDataLocalMicrosoftTeamscurrent 2020-07-11 11:10:21> ApplyReleasesImpl: Squirrel Enabled Apps: [C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe] 2020-07-11 11:10:29> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir C:UsersHPAppDataLocalMicrosoftTeams 2020-07-11 11:10:29> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist 2020-07-11 11:10:29> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-07-11 11:10:29> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist 2020-07-11 11:10:29> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-07-11 11:10:29> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist 2020-07-11 11:10:29> ApplyReleasesImpl: Registry value SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-07-11 11:10:29> ApplyReleasesImpl: Registry flags are not set: proceed with default value NotConfigured 2020-07-11 11:10:29> ApplyReleasesImpl: Starting fixPinnedExecutables 2020-07-11 11:10:29> ApplyReleasesImpl: Examining Pin: Snipping Tool.lnk 2020-07-11 11:10:29> ApplyReleasesImpl: File 'C:UsersHPAppDataRoamingMicrosoftInternet ExplorerQuick LaunchUser PinnedTaskBarSnipping Tool.lnk' could not be converted into a valid ShellLink: System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
  • 7. at Squirrel.Shell.ShellLink.IShellLinkW.Resolve(IntPtr hWnd, UInt32 fFlags) at Squirrel.Shell.ShellLink.Open(String linkFile, IntPtr hWnd, EShellLinkResolveFlags resolveFlags, UInt16 timeOut) at Squirrel.UpdateManager.ApplyReleasesImpl.<fixPinnedExecutables>b__19_0(FileInfo file) 2020-07-11 11:10:29> ApplyReleasesImpl: Fixing up tray icons 2020-07-11 11:10:29> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object. at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__21_0(RegistryView view) 2020-07-11 11:10:29> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object. at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__21_0(RegistryView view) 2020-07-11 11:10:29> MeetingAddinInstaller: System.ArgumentException: Cannot delete a subkey tree because the subkey does not exist. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at Microsoft.Win32.RegistryKey.DeleteSubKeyTree(String subkey, Boolean throwOnMissingSubKey) at Microsoft.Win32.RegistryKey.DeleteSubKeyTree(String subkey) at Squirrel.MeetingAddinInstaller.<InstallMeetingAddinAsync>d__15.MoveNext() 2020-07-11 11:10:29> MeetingAddinInstaller: StagedAppDirectory does not exist. Using Current 2020-07-11 11:10:29> MeetingAddinInstaller: There is no version.txt. Falling back to getting version from folder name 2020-07-11 11:10:29> MeetingAddinInstaller: Version: 1.0.20091.2; addinPackageDirectory: 1.0.20091.2 2020-07-11 11:10:29> MeetingAddinInstaller: Version 1.0.20091.2 of the meeting add-in is already installed 2020-07-11 11:10:29> PresenceAddinInstaller: Installing Teams Presence addin for Outlook... 2020-07-11 11:10:29> PresenceAddinInstaller: check if UC TypeLib points to currentresourcesassetstlbUc.tlb 2020-07-11 11:10:29> PresenceAddinInstaller: UC Typelib WIN32 is registered under HKCU and file exists. Registration not needed! 2020-07-11 11:10:29> PresenceAddinInstaller: UC Typelib WIN64 is registered under HKCU and file exists. Registration not needed! 2020-07-11 11:10:29> ApplyReleasesImpl: cleanDeadVersions: for version 1.3.00.15561 2020-07-11 11:10:29> ApplyReleasesImpl: cleanDeadVersions: exclude folder stage
  • 8. 2020-07-11 11:10:31> RegistryService: TryDeleteRegKey: HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeams not found 2020-07-11 14:25:22> Program: Starting Squirrel Updater: --install . -- exeName=Teams_windows_x64.exe 2020-07-11 14:25:22> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp 2020-07-11 14:25:22> Program: File does not contain contextual info: Teams_windows_x64.exe 2020-07-11 14:25:22> UpdateManager: using rootAppDirectory: C:UsersHPAppDataLocalMicrosoftTeams 2020-07-11 14:25:22> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams 2020-07-11 14:25:22> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already exists, burning it to the ground 2020-07-11 14:25:23> Program: Setup.json exist, copying over 2020-07-11 14:25:23> RegistryService: RegKeyExists: HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have TeamsMachineInstaller 2020-07-11 14:25:23> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource 2020-07-11 14:25:23> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2020-07-11 14:25:23> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'.
  • 9. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext() 2020-07-11 14:25:23> CheckForUpdateImpl: Reading RELEASES file from C:UsersHPAppDataLocalSquirrelTemp 2020-07-11 14:25:23> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2020-07-11 14:25:24> ApplyReleasesImpl: No delta packages found. Applying current release package. 2020-07-11 14:25:24> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'. 2020-07-11 14:25:24> ApplyReleasesImpl: Writing files to app directory: C:UsersHPAppDataLocalMicrosoftTeamscurrent 2020-07-11 14:25:30> ApplyReleasesImpl: Squirrel Enabled Apps: [C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe] 2020-07-11 14:25:36> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir C:UsersHPAppDataLocalMicrosoftTeams 2020-07-11 14:25:36> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist 2020-07-11 14:25:36> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-07-11 14:25:36> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist 2020-07-11 14:25:36> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-07-11 14:25:36> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist 2020-07-11 14:25:36> ApplyReleasesImpl: Registry value SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-07-11 14:25:36> ApplyReleasesImpl: Registry flags are not set: proceed with default value NotConfigured 2020-07-11 14:25:36> ApplyReleasesImpl: Starting fixPinnedExecutables 2020-07-11 14:25:36> ApplyReleasesImpl: Examining Pin: Snipping Tool.lnk
  • 10. 2020-07-11 14:25:36> ApplyReleasesImpl: File 'C:UsersHPAppDataRoamingMicrosoftInternet ExplorerQuick LaunchUser PinnedTaskBarSnipping Tool.lnk' could not be converted into a valid ShellLink: System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002) at Squirrel.Shell.ShellLink.IShellLinkW.Resolve(IntPtr hWnd, UInt32 fFlags) at Squirrel.Shell.ShellLink.Open(String linkFile, IntPtr hWnd, EShellLinkResolveFlags resolveFlags, UInt16 timeOut) at Squirrel.UpdateManager.ApplyReleasesImpl.<fixPinnedExecutables>b__19_0(FileInfo file) 2020-07-11 14:25:36> ApplyReleasesImpl: Fixing up tray icons 2020-07-11 14:25:36> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object. at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__21_0(RegistryView view) 2020-07-11 14:25:36> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object. at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__21_0(RegistryView view) 2020-07-11 14:25:36> MeetingAddinInstaller: System.ArgumentException: Cannot delete a subkey tree because the subkey does not exist. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at Microsoft.Win32.RegistryKey.DeleteSubKeyTree(String subkey, Boolean throwOnMissingSubKey) at Microsoft.Win32.RegistryKey.DeleteSubKeyTree(String subkey) at Squirrel.MeetingAddinInstaller.<InstallMeetingAddinAsync>d__15.MoveNext() 2020-07-11 14:25:36> MeetingAddinInstaller: StagedAppDirectory does not exist. Using Current 2020-07-11 14:25:36> MeetingAddinInstaller: There is no version.txt. Falling back to getting version from folder name 2020-07-11 14:25:36> MeetingAddinInstaller: Version: 1.0.20091.2; addinPackageDirectory: 1.0.20091.2 2020-07-11 14:25:36> MeetingAddinInstaller: .dead exists: False 2020-07-11 14:25:36> MeetingAddinInstaller: path to .dead: C:UsersHPAppDataLocalMicrosoftTeamsMeetingAddin1.0.20091.2.dead 2020-07-11 14:25:36> MeetingAddinInstaller: before cleanup unused versions 2020-07-11 14:25:36> MeetingAddinInstaller: Addin directory exists. Copy was successful 2020-07-11 14:25:36> MeetingAddinInstaller: Version 1.0.20091.2 of the meeting add-in is now installed 2020-07-11 14:25:36> PresenceAddinInstaller: Installing Teams Presence addin for Outlook...
  • 11. 2020-07-11 14:25:36> PresenceAddinInstaller: check if UC TypeLib points to currentresourcesassetstlbUc.tlb 2020-07-11 14:25:36> PresenceAddinInstaller: Registering UC Typelib WIN32 under HKCU... 2020-07-11 14:25:37> PresenceAddinInstaller: UC Typelib WIN32 successfully registered to C:UsersHPAppDataLocalMicrosoftTeamsPresenceAddinUc.win32.tlb under HKCU! 2020-07-11 14:25:37> PresenceAddinInstaller: Registering UC Typelib WIN64 under HKCU... 2020-07-11 14:25:37> PresenceAddinInstaller: UC Typelib WIN64 successfully registered to C:UsersHPAppDataLocalMicrosoftTeamsPresenceAddinUc.tlb under HKCU! 2020-07-11 14:25:37> ApplyReleasesImpl: cleanDeadVersions: for version 1.3.00.15561 2020-07-11 14:25:37> ApplyReleasesImpl: cleanDeadVersions: exclude folder stage 2020-07-11 14:25:38> RegistryService: TryDeleteRegKey: HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsPreventInstallationFromMsi found and removed 2020-07-13 08:47:51> Program: Starting Squirrel Updater: --install . -- exeName=Teams_windows_x64.exe 2020-07-13 08:47:52> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp 2020-07-13 08:47:52> Program: File does not contain contextual info: Teams_windows_x64.exe 2020-07-13 08:47:52> UpdateManager: using rootAppDirectory: C:UsersHPAppDataLocalMicrosoftTeams 2020-07-13 08:47:52> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams 2020-07-13 08:47:52> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already exists, burning it to the ground 2020-07-13 08:47:53> Program: Setup.json exist, copying over 2020-07-13 08:47:53> RegistryService: RegKeyExists: HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have TeamsMachineInstaller 2020-07-13 08:47:53> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource 2020-07-13 08:47:53> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  • 12. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2020-07-13 08:47:53> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext() 2020-07-13 08:47:53> CheckForUpdateImpl: Reading RELEASES file from C:UsersHPAppDataLocalSquirrelTemp 2020-07-13 08:47:53> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2020-07-13 08:47:53> ApplyReleasesImpl: No delta packages found. Applying current release package. 2020-07-13 08:47:53> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'. 2020-07-13 08:47:53> ApplyReleasesImpl: Writing files to app directory: C:UsersHPAppDataLocalMicrosoftTeamscurrent 2020-07-13 08:48:05> ApplyReleasesImpl: Squirrel Enabled Apps: [C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe] 2020-07-13 08:48:05> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start()
  • 13. at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.Utility.<InvokeProcessAsync>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass18_1.<<invokePostInstall>b__2>d.Mo veNext() 2020-07-13 08:48:06> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir C:UsersHPAppDataLocalMicrosoftTeams 2020-07-13 08:48:06> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist 2020-07-13 08:48:06> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-07-13 08:48:06> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist 2020-07-13 08:48:06> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-07-13 08:48:06> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist 2020-07-13 08:48:06> ApplyReleasesImpl: Registry value SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-07-13 08:48:06> ApplyReleasesImpl: Registry flags are not set: proceed with default value NotConfigured 2020-07-13 08:48:06> IEnableLogger: Failed to invoke post-install: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext() --- End of stack trace from previous location where exception was thrown ---
  • 14. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__44.MoveNext() 2020-07-13 08:48:06> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.ComponentModel.Win32Exception: Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__44.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown ---
  • 15. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__10.MoveNext() --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Task.Wait() at Squirrel.Update.Program.executeCommandLine(String[] args) at Squirrel.Update.Program.main(String[] args) ---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__44.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext()
  • 16. --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__10.MoveNext()<--- 2020-07-13 08:48:53> Program: Starting Squirrel Updater: --install . -- exeName=Teams_windows_x64.exe 2020-07-13 08:48:54> Program: Config already exists. Deleting first. 2020-07-13 08:48:54> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp 2020-07-13 08:48:54> Program: File does not contain contextual info: Teams_windows_x64.exe 2020-07-13 08:48:54> UpdateManager: using rootAppDirectory: C:UsersHPAppDataLocalMicrosoftTeams 2020-07-13 08:48:54> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams 2020-07-13 08:48:54> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already exists, burning it to the ground 2020-07-13 08:48:55> Program: Setup.json exist, copying over 2020-07-13 08:48:55> RegistryService: RegKeyExists: HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have TeamsMachineInstaller 2020-07-13 08:48:55> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource 2020-07-13 08:48:55> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  • 17. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2020-07-13 08:48:55> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext() 2020-07-13 08:48:55> CheckForUpdateImpl: Reading RELEASES file from C:UsersHPAppDataLocalSquirrelTemp 2020-07-13 08:48:55> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2020-07-13 08:48:55> ApplyReleasesImpl: No delta packages found. Applying current release package. 2020-07-13 08:48:55> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'. 2020-07-13 08:48:55> ApplyReleasesImpl: Writing files to app directory: C:UsersHPAppDataLocalMicrosoftTeamscurrent 2020-07-13 08:49:00> ApplyReleasesImpl: Squirrel Enabled Apps: [C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe]
  • 18. 2020-07-13 08:49:01> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.Utility.<InvokeProcessAsync>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass18_1.<<invokePostInstall>b__2>d.Mo veNext() 2020-07-13 08:49:01> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir C:UsersHPAppDataLocalMicrosoftTeams 2020-07-13 08:49:01> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist 2020-07-13 08:49:01> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-07-13 08:49:01> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist 2020-07-13 08:49:01> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-07-13 08:49:01> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist 2020-07-13 08:49:01> ApplyReleasesImpl: Registry value SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-07-13 08:49:01> ApplyReleasesImpl: Registry flags are not set: proceed with default value NotConfigured 2020-07-13 08:49:01> IEnableLogger: Failed to invoke post-install: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
  • 19. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__44.MoveNext() 2020-07-13 08:49:01> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.ComponentModel.Win32Exception: Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__44.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  • 20. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__10.MoveNext() --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Task.Wait() at Squirrel.Update.Program.executeCommandLine(String[] args) at Squirrel.Update.Program.main(String[] args) ---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__44.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  • 21. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__10.MoveNext()<--- 2020-07-13 08:49:23> Program: Starting Squirrel Updater: --install . -- exeName=Teams_windows_x64.exe 2020-07-13 08:49:23> Program: Config already exists. Deleting first. 2020-07-13 08:49:23> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp 2020-07-13 08:49:23> Program: File does not contain contextual info: Teams_windows_x64.exe 2020-07-13 08:49:23> UpdateManager: using rootAppDirectory: C:UsersHPAppDataLocalMicrosoftTeams 2020-07-13 08:49:23> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams 2020-07-13 08:49:23> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already exists, burning it to the ground 2020-07-13 08:49:24> Program: Setup.json exist, copying over 2020-07-13 08:49:24> RegistryService: RegKeyExists: HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have TeamsMachineInstaller 2020-07-13 08:49:24> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource
  • 22. 2020-07-13 08:49:25> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2020-07-13 08:49:25> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext() 2020-07-13 08:49:25> CheckForUpdateImpl: Reading RELEASES file from C:UsersHPAppDataLocalSquirrelTemp 2020-07-13 08:49:25> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2020-07-13 08:49:25> ApplyReleasesImpl: No delta packages found. Applying current release package. 2020-07-13 08:49:25> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'. 2020-07-13 08:49:25> ApplyReleasesImpl: Writing files to app directory: C:UsersHPAppDataLocalMicrosoftTeamscurrent
  • 23. 2020-07-13 08:49:30> ApplyReleasesImpl: Squirrel Enabled Apps: [C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe] 2020-07-13 08:49:31> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.Utility.<InvokeProcessAsync>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass18_1.<<invokePostInstall>b__2>d.Mo veNext() 2020-07-13 08:49:31> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir C:UsersHPAppDataLocalMicrosoftTeams 2020-07-13 08:49:31> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist 2020-07-13 08:49:31> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-07-13 08:49:31> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist 2020-07-13 08:49:31> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-07-13 08:49:31> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist 2020-07-13 08:49:31> ApplyReleasesImpl: Registry value SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-07-13 08:49:31> ApplyReleasesImpl: Registry flags are not set: proceed with default value NotConfigured 2020-07-13 08:49:31> IEnableLogger: Failed to invoke post-install: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start()
  • 24. at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__44.MoveNext() 2020-07-13 08:49:31> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.ComponentModel.Win32Exception: Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__44.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext() --- End of stack trace from previous location where exception was thrown ---
  • 25. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__10.MoveNext() --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Task.Wait() at Squirrel.Update.Program.executeCommandLine(String[] args) at Squirrel.Update.Program.main(String[] args) ---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__44.MoveNext() --- End of stack trace from previous location where exception was thrown ---
  • 26. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__10.MoveNext()<--- 2020-08-14 09:59:02> Program: Starting Squirrel Updater: --install . -- exeName=Teams_windows_x64 (1).exe 2020-08-14 09:59:02> Program: Config already exists. Deleting first. 2020-08-14 09:59:02> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp 2020-08-14 09:59:02> Program: File does not contain contextual info: Teams_windows_x64 2020-08-14 09:59:02> UpdateManager: using rootAppDirectory: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-14 09:59:02> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-14 09:59:02> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already exists, burning it to the ground 2020-08-14 09:59:04> Program: Setup.json exist, copying over 2020-08-14 09:59:04> RegistryService: RegKeyExists: HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have TeamsMachineInstaller
  • 27. 2020-08-14 09:59:04> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource 2020-08-14 09:59:04> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2020-08-14 09:59:04> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext() 2020-08-14 09:59:04> CheckForUpdateImpl: Reading RELEASES file from C:UsersHPAppDataLocalSquirrelTemp 2020-08-14 09:59:04> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2020-08-14 09:59:04> ApplyReleasesImpl: No delta packages found. Applying current release package. 2020-08-14 09:59:04> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'.
  • 28. 2020-08-14 09:59:04> ApplyReleasesImpl: Writing files to app directory: C:UsersHPAppDataLocalMicrosoftTeamscurrent 2020-08-14 09:59:11> ApplyReleasesImpl: Squirrel Enabled Apps: [C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe] 2020-08-14 09:59:11> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.Utility.<InvokeProcessAsync>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass18_1.<<invokePostInstall>b__2>d.Mo veNext() 2020-08-14 09:59:11> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir C:UsersHPAppDataLocalMicrosoftTeams 2020-08-14 09:59:11> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist 2020-08-14 09:59:11> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-14 09:59:11> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist 2020-08-14 09:59:11> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-14 09:59:11> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist 2020-08-14 09:59:11> ApplyReleasesImpl: Registry value SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-14 09:59:11> ApplyReleasesImpl: Registry flags are not set: proceed with default value NotConfigured 2020-08-14 09:59:11> IEnableLogger: Failed to invoke post-install: System.ComponentModel.Win32Exception (0x80004005): Access is denied
  • 29. at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__44.MoveNext() 2020-08-14 09:59:11> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.ComponentModel.Win32Exception: Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__44.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  • 30. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__10.MoveNext() --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Task.Wait() at Squirrel.Update.Program.executeCommandLine(String[] args) at Squirrel.Update.Program.main(String[] args) ---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  • 31. at Squirrel.Utility.<LogIfThrows>d__44.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__10.MoveNext()<--- 2020-08-14 09:59:59> Program: Starting Squirrel Updater: --install . -- exeName=Teams_windows_x64 (1).exe 2020-08-14 09:59:59> Program: Config already exists. Deleting first. 2020-08-14 09:59:59> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp 2020-08-14 09:59:59> Program: File does not contain contextual info: Teams_windows_x64 2020-08-14 09:59:59> UpdateManager: using rootAppDirectory: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-14 09:59:59> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-14 09:59:59> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already exists, burning it to the ground 2020-08-14 10:00:00> Program: Setup.json exist, copying over
  • 32. 2020-08-14 10:00:00> RegistryService: RegKeyExists: HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have TeamsMachineInstaller 2020-08-14 10:00:00> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource 2020-08-14 10:00:00> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2020-08-14 10:00:00> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext() 2020-08-14 10:00:00> CheckForUpdateImpl: Reading RELEASES file from C:UsersHPAppDataLocalSquirrelTemp 2020-08-14 10:00:00> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
  • 33. 2020-08-14 10:00:01> ApplyReleasesImpl: No delta packages found. Applying current release package. 2020-08-14 10:00:01> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'. 2020-08-14 10:00:01> ApplyReleasesImpl: Writing files to app directory: C:UsersHPAppDataLocalMicrosoftTeamscurrent 2020-08-14 10:00:04> ApplyReleasesImpl: Squirrel Enabled Apps: [C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe] 2020-08-14 10:00:04> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.Utility.<InvokeProcessAsync>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass18_1.<<invokePostInstall>b__2>d.Mo veNext() 2020-08-14 10:00:04> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir C:UsersHPAppDataLocalMicrosoftTeams 2020-08-14 10:00:04> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist 2020-08-14 10:00:04> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-14 10:00:04> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist 2020-08-14 10:00:04> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-14 10:00:04> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist 2020-08-14 10:00:04> ApplyReleasesImpl: Registry value SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
  • 34. 2020-08-14 10:00:04> ApplyReleasesImpl: Registry flags are not set: proceed with default value NotConfigured 2020-08-14 10:00:04> IEnableLogger: Failed to invoke post-install: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__44.MoveNext() 2020-08-14 10:00:04> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.ComponentModel.Win32Exception: Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__44.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  • 35. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__10.MoveNext() --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Task.Wait() at Squirrel.Update.Program.executeCommandLine(String[] args) at Squirrel.Update.Program.main(String[] args) ---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext() --- End of stack trace from previous location where exception was thrown ---
  • 36. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__44.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__10.MoveNext()<--- 2020-08-14 10:09:19> Program: Starting Squirrel Updater: --install . -- exeName=Teams_windows_x64 (1).exe 2020-08-14 10:09:19> Program: Config already exists. Deleting first. 2020-08-14 10:09:19> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp 2020-08-14 10:09:19> Program: File does not contain contextual info: Teams_windows_x64 2020-08-14 10:09:19> UpdateManager: using rootAppDirectory: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-14 10:09:19> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams
  • 37. 2020-08-14 10:09:19> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already exists, burning it to the ground 2020-08-14 10:09:20> Program: Setup.json exist, copying over 2020-08-14 10:09:20> RegistryService: RegKeyExists: HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have TeamsMachineInstaller 2020-08-14 10:09:20> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource 2020-08-14 10:09:20> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2020-08-14 10:09:20> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext() 2020-08-14 10:09:20> CheckForUpdateImpl: Reading RELEASES file from C:UsersHPAppDataLocalSquirrelTemp
  • 38. 2020-08-14 10:09:20> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2020-08-14 10:09:20> ApplyReleasesImpl: No delta packages found. Applying current release package. 2020-08-14 10:09:20> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'. 2020-08-14 10:09:20> ApplyReleasesImpl: Writing files to app directory: C:UsersHPAppDataLocalMicrosoftTeamscurrent 2020-08-14 10:09:24> ApplyReleasesImpl: Squirrel Enabled Apps: [C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe] 2020-08-14 10:09:25> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.Utility.<InvokeProcessAsync>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass18_1.<<invokePostInstall>b__2>d.Mo veNext() 2020-08-14 10:09:25> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir C:UsersHPAppDataLocalMicrosoftTeams 2020-08-14 10:09:25> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist 2020-08-14 10:09:25> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-14 10:09:25> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist 2020-08-14 10:09:25> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-14 10:09:25> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist
  • 39. 2020-08-14 10:09:25> ApplyReleasesImpl: Registry value SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-14 10:09:25> ApplyReleasesImpl: Registry flags are not set: proceed with default value NotConfigured 2020-08-14 10:09:25> IEnableLogger: Failed to invoke post-install: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__44.MoveNext() 2020-08-14 10:09:25> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.ComponentModel.Win32Exception: Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__44.MoveNext()
  • 40. --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__10.MoveNext() --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Task.Wait() at Squirrel.Update.Program.executeCommandLine(String[] args) at Squirrel.Update.Program.main(String[] args) ---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
  • 41. at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__44.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__10.MoveNext()<--- 2020-08-15 16:08:23> Program: Starting Squirrel Updater: --install . -- exeName=Teams_windows_x64 (1).exe 2020-08-15 16:08:23> Program: Config already exists. Deleting first. 2020-08-15 16:08:23> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp 2020-08-15 16:08:23> Program: File does not contain contextual info: Teams_windows_x64
  • 42. 2020-08-15 16:08:23> UpdateManager: using rootAppDirectory: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 16:08:23> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 16:08:23> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already exists, burning it to the ground 2020-08-15 16:08:24> Program: Setup.json exist, copying over 2020-08-15 16:08:24> RegistryService: RegKeyExists: HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have TeamsMachineInstaller 2020-08-15 16:08:24> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource 2020-08-15 16:08:24> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2020-08-15 16:08:24> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
  • 43. at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext() 2020-08-15 16:08:24> CheckForUpdateImpl: Reading RELEASES file from C:UsersHPAppDataLocalSquirrelTemp 2020-08-15 16:08:24> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2020-08-15 16:08:25> ApplyReleasesImpl: No delta packages found. Applying current release package. 2020-08-15 16:08:25> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'. 2020-08-15 16:08:25> ApplyReleasesImpl: Writing files to app directory: C:UsersHPAppDataLocalMicrosoftTeamscurrent 2020-08-15 16:08:30> ApplyReleasesImpl: Squirrel Enabled Apps: [C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe] 2020-08-15 16:08:31> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.Utility.<InvokeProcessAsync>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass18_1.<<invokePostInstall>b__2>d.Mo veNext() 2020-08-15 16:08:31> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 16:08:31> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist 2020-08-15 16:08:31> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 16:08:31> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist
  • 44. 2020-08-15 16:08:31> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 16:08:31> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist 2020-08-15 16:08:31> ApplyReleasesImpl: Registry value SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 16:08:31> ApplyReleasesImpl: Registry flags are not set: proceed with default value NotConfigured 2020-08-15 16:08:31> IEnableLogger: Failed to invoke post-install: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__44.MoveNext() 2020-08-15 16:08:31> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.ComponentModel.Win32Exception: Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  • 45. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__44.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__10.MoveNext() --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Task.Wait() at Squirrel.Update.Program.executeCommandLine(String[] args) at Squirrel.Update.Program.main(String[] args) ---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start()
  • 46. at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__44.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__10.MoveNext()<--- 2020-08-15 16:10:47> Program: Starting Squirrel Updater: --install . --rerunningWithoutUAC -- exeName=Teams_windows_x64 (1).exe
  • 47. 2020-08-15 16:10:47> Program: Config already exists. Deleting first. 2020-08-15 16:10:47> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp 2020-08-15 16:10:47> Program: File does not contain contextual info: Teams_windows_x64 2020-08-15 16:10:47> UpdateManager: using rootAppDirectory: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 16:10:47> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 16:10:47> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already exists, burning it to the ground 2020-08-15 16:10:48> Program: Setup.json exist, copying over 2020-08-15 16:10:48> RegistryService: RegKeyExists: HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have TeamsMachineInstaller 2020-08-15 16:10:48> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource 2020-08-15 16:10:48> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2020-08-15 16:10:48> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  • 48. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext() 2020-08-15 16:10:48> CheckForUpdateImpl: Reading RELEASES file from C:UsersHPAppDataLocalSquirrelTemp 2020-08-15 16:10:48> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2020-08-15 16:10:49> ApplyReleasesImpl: No delta packages found. Applying current release package. 2020-08-15 16:10:49> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'. 2020-08-15 16:10:49> ApplyReleasesImpl: Writing files to app directory: C:UsersHPAppDataLocalMicrosoftTeamscurrent 2020-08-15 16:10:52> ApplyReleasesImpl: Squirrel Enabled Apps: [C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe] 2020-08-15 16:10:52> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.Utility.<InvokeProcessAsync>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass18_1.<<invokePostInstall>b__2>d.Mo veNext() 2020-08-15 16:10:52> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 16:10:52> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist
  • 49. 2020-08-15 16:10:52> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 16:10:52> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist 2020-08-15 16:10:52> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 16:10:52> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist 2020-08-15 16:10:52> ApplyReleasesImpl: Registry value SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 16:10:52> ApplyReleasesImpl: Registry flags are not set: proceed with default value NotConfigured 2020-08-15 16:10:52> IEnableLogger: Failed to invoke post-install: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__44.MoveNext() 2020-08-15 16:10:52> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.ComponentModel.Win32Exception: Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
  • 50. at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__44.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__10.MoveNext() --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Task.Wait() at Squirrel.Update.Program.executeCommandLine(String[] args) at Squirrel.Update.Program.main(String[] args)
  • 51. ---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__44.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__10.MoveNext()<---
  • 52. 2020-08-15 16:13:56> Program: Starting Squirrel Updater: --install . -- exeName=Teams_windows_x64 (1).exe 2020-08-15 16:13:56> Program: Config already exists. Deleting first. 2020-08-15 16:13:56> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp 2020-08-15 16:13:56> Program: File does not contain contextual info: Teams_windows_x64 2020-08-15 16:13:56> UpdateManager: using rootAppDirectory: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 16:13:56> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 16:13:56> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already exists, burning it to the ground 2020-08-15 16:13:57> Program: Setup.json exist, copying over 2020-08-15 16:13:57> RegistryService: RegKeyExists: HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have TeamsMachineInstaller 2020-08-15 16:13:57> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource 2020-08-15 16:13:57> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2020-08-15 16:13:57> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'.
  • 53. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext() 2020-08-15 16:13:57> CheckForUpdateImpl: Reading RELEASES file from C:UsersHPAppDataLocalSquirrelTemp 2020-08-15 16:13:57> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2020-08-15 16:13:57> ApplyReleasesImpl: No delta packages found. Applying current release package. 2020-08-15 16:13:57> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'. 2020-08-15 16:13:57> ApplyReleasesImpl: Writing files to app directory: C:UsersHPAppDataLocalMicrosoftTeamscurrent 2020-08-15 16:14:00> ApplyReleasesImpl: Squirrel Enabled Apps: [C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe] 2020-08-15 16:14:00> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.Utility.<InvokeProcessAsync>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass18_1.<<invokePostInstall>b__2>d.Mo veNext() 2020-08-15 16:14:00> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir C:UsersHPAppDataLocalMicrosoftTeams
  • 54. 2020-08-15 16:14:00> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist 2020-08-15 16:14:00> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 16:14:00> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist 2020-08-15 16:14:00> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 16:14:00> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist 2020-08-15 16:14:00> ApplyReleasesImpl: Registry value SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 16:14:00> ApplyReleasesImpl: Registry flags are not set: proceed with default value NotConfigured 2020-08-15 16:14:00> IEnableLogger: Failed to invoke post-install: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__44.MoveNext() 2020-08-15 16:14:00> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.ComponentModel.Win32Exception: Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo info)
  • 55. at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__44.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__10.MoveNext() --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Task.Wait() at Squirrel.Update.Program.executeCommandLine(String[] args)
  • 56. at Squirrel.Update.Program.main(String[] args) ---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__44.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  • 57. at Squirrel.Update.Program.<Install>d__10.MoveNext()<--- 2020-08-15 16:52:19> Program: Starting Squirrel Updater: --install . -- exeName=Teams_windows_x64 (2).exe 2020-08-15 16:52:20> Program: Config already exists. Deleting first. 2020-08-15 16:52:20> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp 2020-08-15 16:52:20> Program: File does not contain contextual info: Teams_windows_x64 2020-08-15 16:52:20> UpdateManager: using rootAppDirectory: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 16:52:20> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 16:52:20> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already exists, burning it to the ground 2020-08-15 16:52:21> Program: Setup.json exist, copying over 2020-08-15 16:52:21> RegistryService: RegKeyExists: HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have TeamsMachineInstaller 2020-08-15 16:52:21> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource 2020-08-15 16:52:21> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
  • 58. 2020-08-15 16:52:21> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__3.MoveNext() 2020-08-15 16:52:21> CheckForUpdateImpl: Reading RELEASES file from C:UsersHPAppDataLocalSquirrelTemp 2020-08-15 16:52:21> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2020-08-15 16:52:21> ApplyReleasesImpl: No delta packages found. Applying current release package. 2020-08-15 16:52:21> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'. 2020-08-15 16:52:21> ApplyReleasesImpl: Writing files to app directory: C:UsersHPAppDataLocalMicrosoftTeamscurrent 2020-08-15 16:52:26> ApplyReleasesImpl: Squirrel Enabled Apps: [C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe] 2020-08-15 16:52:26> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.Utility.<InvokeProcessAsync>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass21_1.<<invokePostInstall>b__2>d.Mo veNext()
  • 59. 2020-08-15 16:52:26> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 16:52:26> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist 2020-08-15 16:52:26> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 16:52:26> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist 2020-08-15 16:52:26> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 16:52:26> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist 2020-08-15 16:52:26> ApplyReleasesImpl: Registry value SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 16:52:26> ApplyReleasesImpl: Registry flags are not set: proceed with default value NotConfigured 2020-08-15 16:52:26> IEnableLogger: Failed to invoke post-install: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__48.MoveNext() 2020-08-15 16:52:26> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.ComponentModel.Win32Exception: Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
  • 60. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__48.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__11.MoveNext() --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  • 61. at System.Threading.Tasks.Task.Wait() at Squirrel.Update.Program.executeCommandLine(String[] args) at Squirrel.Update.Program.main(String[] args) ---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__48.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  • 62. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__11.MoveNext()<--- 2020-08-15 17:52:35> Program: Starting Squirrel Updater: --install . --rerunningWithoutUAC -- exeName=Teams_windows_x64 (2).exe 2020-08-15 17:52:35> Program: Config already exists. Deleting first. 2020-08-15 17:52:35> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp 2020-08-15 17:52:35> Program: File does not contain contextual info: Teams_windows_x64 2020-08-15 17:52:35> UpdateManager: using rootAppDirectory: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 17:52:35> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 17:52:35> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already exists, burning it to the ground 2020-08-15 17:52:37> Program: Setup.json exist, copying over 2020-08-15 17:52:37> RegistryService: RegKeyExists: HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have TeamsMachineInstaller 2020-08-15 17:52:37> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource 2020-08-15 17:52:37> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
  • 63. at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2020-08-15 17:52:37> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__3.MoveNext() 2020-08-15 17:52:37> CheckForUpdateImpl: Reading RELEASES file from C:UsersHPAppDataLocalSquirrelTemp 2020-08-15 17:52:37> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2020-08-15 17:52:37> ApplyReleasesImpl: No delta packages found. Applying current release package. 2020-08-15 17:52:37> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'. 2020-08-15 17:52:37> ApplyReleasesImpl: Writing files to app directory: C:UsersHPAppDataLocalMicrosoftTeamscurrent 2020-08-15 17:52:45> ApplyReleasesImpl: Squirrel Enabled Apps: [C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe] 2020-08-15 17:52:46> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.Utility.<InvokeProcessAsync>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  • 64. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass21_1.<<invokePostInstall>b__2>d.Mo veNext() 2020-08-15 17:52:46> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 17:52:46> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist 2020-08-15 17:52:46> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 17:52:46> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist 2020-08-15 17:52:46> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 17:52:46> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist 2020-08-15 17:52:46> ApplyReleasesImpl: Registry value SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 17:52:46> ApplyReleasesImpl: Registry flags are not set: proceed with default value NotConfigured 2020-08-15 17:52:46> IEnableLogger: Failed to invoke post-install: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__48.MoveNext() 2020-08-15 17:52:46> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.ComponentModel.Win32Exception: Access is denied
  • 65. at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__48.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__11.MoveNext() --- End of inner exception stack trace ---
  • 66. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Task.Wait() at Squirrel.Update.Program.executeCommandLine(String[] args) at Squirrel.Update.Program.main(String[] args) ---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__48.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext() --- End of stack trace from previous location where exception was thrown ---
  • 67. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__11.MoveNext()<--- 2020-08-15 18:08:30> Program: Starting Squirrel Updater: --install . -- exeName=Teams_windows_x64 (2).exe 2020-08-15 18:08:30> Program: Config already exists. Deleting first. 2020-08-15 18:08:30> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp 2020-08-15 18:08:30> Program: File does not contain contextual info: Teams_windows_x64 2020-08-15 18:08:30> UpdateManager: using rootAppDirectory: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 18:08:30> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 18:08:30> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already exists, burning it to the ground 2020-08-15 18:08:31> Program: Setup.json exist, copying over 2020-08-15 18:08:31> RegistryService: RegKeyExists: HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have TeamsMachineInstaller 2020-08-15 18:08:31> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource 2020-08-15 18:08:31> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
  • 68. at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2020-08-15 18:08:31> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__3.MoveNext() 2020-08-15 18:08:31> CheckForUpdateImpl: Reading RELEASES file from C:UsersHPAppDataLocalSquirrelTemp 2020-08-15 18:08:31> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2020-08-15 18:08:31> ApplyReleasesImpl: No delta packages found. Applying current release package. 2020-08-15 18:08:31> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'. 2020-08-15 18:08:31> ApplyReleasesImpl: Writing files to app directory: C:UsersHPAppDataLocalMicrosoftTeamscurrent 2020-08-15 18:08:35> ApplyReleasesImpl: Squirrel Enabled Apps: [C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe] 2020-08-15 18:08:35> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.Utility.<InvokeProcessAsync>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  • 69. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass21_1.<<invokePostInstall>b__2>d.Mo veNext() 2020-08-15 18:08:35> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 18:08:35> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist 2020-08-15 18:08:35> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 18:08:35> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist 2020-08-15 18:08:35> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 18:08:35> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist 2020-08-15 18:08:35> ApplyReleasesImpl: Registry value SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 18:08:35> ApplyReleasesImpl: Registry flags are not set: proceed with default value NotConfigured 2020-08-15 18:08:35> IEnableLogger: Failed to invoke post-install: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__48.MoveNext()
  • 70. 2020-08-15 18:08:35> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.ComponentModel.Win32Exception: Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__48.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  • 71. at Squirrel.Update.Program.<Install>d__11.MoveNext() --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Task.Wait() at Squirrel.Update.Program.executeCommandLine(String[] args) at Squirrel.Update.Program.main(String[] args) ---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__48.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  • 72. at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__11.MoveNext()<--- 2020-08-15 18:08:37> Program: Starting Squirrel Updater: --install . -- exeName=Teams_windows_x64 (2).exe 2020-08-15 18:08:37> Program: Config already exists. Deleting first. 2020-08-15 18:08:37> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp 2020-08-15 18:08:37> Program: File does not contain contextual info: Teams_windows_x64 2020-08-15 18:08:37> UpdateManager: using rootAppDirectory: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 18:08:37> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 18:08:37> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already exists, burning it to the ground 2020-08-15 18:08:38> StashableFolder: TryMove from C:UsersHPAppDataLocalMicrosoftTeams-s1 -> failed with non I/O error, will not retry: System.UnauthorizedAccessException: Access to the path 'Squirrel.exe' is denied. at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean throwOnTopLevelDirectoryNotFound, WIN32_FIND_DATA& data) at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost) at System.IO.DirectoryInfo.Delete(Boolean recursive) at Squirrel.StashableFolder.TryMove(DirectoryInfo source, String destination, Statistics stats) 2020-08-15 18:08:38> Program: Couldn't discard the folder that was stashed away, will abandon the stash and proceed with the install 2020-08-15 18:08:38> Program: Setup.json exist, copying over 2020-08-15 18:08:38> RegistryService: RegKeyExists: HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have TeamsMachineInstaller 2020-08-15 18:08:38> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource
  • 73. 2020-08-15 18:08:38> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2020-08-15 18:08:38> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__3.MoveNext() 2020-08-15 18:08:38> CheckForUpdateImpl: Reading RELEASES file from C:UsersHPAppDataLocalSquirrelTemp 2020-08-15 18:08:38> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2020-08-15 18:08:39> ApplyReleasesImpl: No delta packages found. Applying current release package. 2020-08-15 18:08:39> ApplyReleasesImpl: Found partially applied release folder, killing it: C:UsersHPAppDataLocalMicrosoftTeamscurrent 2020-08-15 18:08:39> ApplyReleasesImpl: Writing files to app directory: C:UsersHPAppDataLocalMicrosoftTeamscurrent
  • 74. 2020-08-15 18:08:43> ApplyReleasesImpl: Squirrel Enabled Apps: [C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe] 2020-08-15 18:08:43> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.Utility.<InvokeProcessAsync>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass21_1.<<invokePostInstall>b__2>d.Mo veNext() 2020-08-15 18:08:43> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 18:08:43> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist 2020-08-15 18:08:43> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 18:08:43> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist 2020-08-15 18:08:43> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 18:08:43> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist 2020-08-15 18:08:43> ApplyReleasesImpl: Registry value SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 18:08:43> ApplyReleasesImpl: Registry flags are not set: proceed with default value NotConfigured 2020-08-15 18:08:43> IEnableLogger: Failed to invoke post-install: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start()
  • 75. at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__48.MoveNext() 2020-08-15 18:08:43> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.ComponentModel.Win32Exception: Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__48.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown ---
  • 76. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__11.MoveNext() --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Task.Wait() at Squirrel.Update.Program.executeCommandLine(String[] args) at Squirrel.Update.Program.main(String[] args) ---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__48.MoveNext() --- End of stack trace from previous location where exception was thrown ---
  • 77. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__11.MoveNext()<--- 2020-08-15 18:09:09> Program: Starting Squirrel Updater: --install . --rerunningWithoutUAC -- exeName=Teams_windows_x64 (1).exe 2020-08-15 18:09:09> Program: Config already exists. Deleting first. 2020-08-15 18:09:09> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp 2020-08-15 18:09:09> Program: File does not contain contextual info: Teams_windows_x64 2020-08-15 18:09:09> UpdateManager: using rootAppDirectory: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 18:09:09> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 18:09:09> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already exists, burning it to the ground 2020-08-15 18:09:10> Program: Setup.json exist, copying over 2020-08-15 18:09:10> RegistryService: RegKeyExists: HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have TeamsMachineInstaller
  • 78. 2020-08-15 18:09:10> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource 2020-08-15 18:09:10> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2020-08-15 18:09:10> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext() 2020-08-15 18:09:10> CheckForUpdateImpl: Reading RELEASES file from C:UsersHPAppDataLocalSquirrelTemp 2020-08-15 18:09:10> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2020-08-15 18:09:10> ApplyReleasesImpl: No delta packages found. Applying current release package. 2020-08-15 18:09:10> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'.
  • 79. 2020-08-15 18:09:10> ApplyReleasesImpl: Writing files to app directory: C:UsersHPAppDataLocalMicrosoftTeamscurrent 2020-08-15 18:09:17> ApplyReleasesImpl: Squirrel Enabled Apps: [C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe] 2020-08-15 18:09:17> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.Utility.<InvokeProcessAsync>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass18_1.<<invokePostInstall>b__2>d.Mo veNext() 2020-08-15 18:09:17> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 18:09:17> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist 2020-08-15 18:09:17> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 18:09:17> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist 2020-08-15 18:09:17> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 18:09:17> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist 2020-08-15 18:09:17> ApplyReleasesImpl: Registry value SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 18:09:17> ApplyReleasesImpl: Registry flags are not set: proceed with default value NotConfigured 2020-08-15 18:09:17> IEnableLogger: Failed to invoke post-install: System.ComponentModel.Win32Exception (0x80004005): Access is denied
  • 80. at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__44.MoveNext() 2020-08-15 18:09:17> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.ComponentModel.Win32Exception: Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__44.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  • 81. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__10.MoveNext() --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Task.Wait() at Squirrel.Update.Program.executeCommandLine(String[] args) at Squirrel.Update.Program.main(String[] args) ---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  • 82. at Squirrel.Utility.<LogIfThrows>d__44.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__10.MoveNext()<--- 2020-08-15 18:21:57> Program: Starting Squirrel Updater: --install . --rerunningWithoutUAC -- exeName=Teams_windows_x64 (2).exe 2020-08-15 18:21:58> Program: Config already exists. Deleting first. 2020-08-15 18:21:58> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp 2020-08-15 18:21:58> Program: File does not contain contextual info: Teams_windows_x64 2020-08-15 18:21:58> UpdateManager: using rootAppDirectory: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 18:21:58> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 18:21:58> Program: Setup.json exist, copying over 2020-08-15 18:21:58> RegistryService: RegKeyExists: HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have TeamsMachineInstaller
  • 83. 2020-08-15 18:21:58> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource 2020-08-15 18:21:58> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2020-08-15 18:21:58> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__3.MoveNext() 2020-08-15 18:21:58> CheckForUpdateImpl: Reading RELEASES file from C:UsersHPAppDataLocalSquirrelTemp 2020-08-15 18:21:58> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2020-08-15 18:21:58> ApplyReleasesImpl: No delta packages found. Applying current release package. 2020-08-15 18:21:58> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'.
  • 84. 2020-08-15 18:21:58> ApplyReleasesImpl: Writing files to app directory: C:UsersHPAppDataLocalMicrosoftTeamscurrent 2020-08-15 18:22:03> ApplyReleasesImpl: Squirrel Enabled Apps: [C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe] 2020-08-15 18:22:04> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.Utility.<InvokeProcessAsync>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass21_1.<<invokePostInstall>b__2>d.Mo veNext() 2020-08-15 18:22:04> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 18:22:04> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist 2020-08-15 18:22:04> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 18:22:04> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist 2020-08-15 18:22:04> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 18:22:04> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist 2020-08-15 18:22:04> ApplyReleasesImpl: Registry value SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 18:22:04> ApplyReleasesImpl: Registry flags are not set: proceed with default value NotConfigured 2020-08-15 18:22:04> IEnableLogger: Failed to invoke post-install: System.ComponentModel.Win32Exception (0x80004005): Access is denied
  • 85. at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__48.MoveNext() 2020-08-15 18:22:04> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.ComponentModel.Win32Exception: Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__48.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  • 86. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__11.MoveNext() --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Task.Wait() at Squirrel.Update.Program.executeCommandLine(String[] args) at Squirrel.Update.Program.main(String[] args) ---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  • 87. at Squirrel.Utility.<LogIfThrows>d__48.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__11.MoveNext()<--- 2020-08-15 20:58:55> Program: Starting Squirrel Updater: --install . --rerunningWithoutUAC -- exeName=Teams_windows_x64 (2).exe 2020-08-15 20:58:55> Program: Config already exists. Deleting first. 2020-08-15 20:58:55> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp 2020-08-15 20:58:55> Program: File does not contain contextual info: Teams_windows_x64 2020-08-15 20:58:55> UpdateManager: using rootAppDirectory: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 20:58:55> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 20:58:55> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already exists, burning it to the ground 2020-08-15 20:58:56> Program: Setup.json exist, copying over
  • 88. 2020-08-15 20:58:56> RegistryService: RegKeyExists: HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have TeamsMachineInstaller 2020-08-15 20:58:56> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource 2020-08-15 20:58:56> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2020-08-15 20:58:56> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__3.MoveNext() 2020-08-15 20:58:56> CheckForUpdateImpl: Reading RELEASES file from C:UsersHPAppDataLocalSquirrelTemp 2020-08-15 20:58:56> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
  • 89. 2020-08-15 20:58:57> ApplyReleasesImpl: No delta packages found. Applying current release package. 2020-08-15 20:58:57> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'. 2020-08-15 20:58:57> ApplyReleasesImpl: Writing files to app directory: C:UsersHPAppDataLocalMicrosoftTeamscurrent 2020-08-15 20:59:01> ApplyReleasesImpl: Squirrel Enabled Apps: [C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe] 2020-08-15 20:59:01> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.Utility.<InvokeProcessAsync>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass21_1.<<invokePostInstall>b__2>d.Mo veNext() 2020-08-15 20:59:01> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 20:59:01> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist 2020-08-15 20:59:01> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 20:59:01> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist 2020-08-15 20:59:01> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 20:59:01> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist 2020-08-15 20:59:01> ApplyReleasesImpl: Registry value SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
  • 90. 2020-08-15 20:59:01> ApplyReleasesImpl: Registry flags are not set: proceed with default value NotConfigured 2020-08-15 20:59:01> IEnableLogger: Failed to invoke post-install: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__48.MoveNext() 2020-08-15 20:59:01> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.ComponentModel.Win32Exception: Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__48.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  • 91. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__11.MoveNext() --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Task.Wait() at Squirrel.Update.Program.executeCommandLine(String[] args) at Squirrel.Update.Program.main(String[] args) ---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext() --- End of stack trace from previous location where exception was thrown ---
  • 92. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__48.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__11.MoveNext()<--- 2020-08-15 20:59:18> Program: Starting Squirrel Updater: --install . --rerunningWithoutUAC -- exeName=Teams_windows_x64 (2).exe 2020-08-15 20:59:18> Program: Config already exists. Deleting first. 2020-08-15 20:59:18> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp 2020-08-15 20:59:18> Program: File does not contain contextual info: Teams_windows_x64 2020-08-15 20:59:18> UpdateManager: using rootAppDirectory: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 20:59:18> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams
  • 93. 2020-08-15 20:59:18> Program: Install path C:UsersHPAppDataLocalMicrosoftTeams already exists, burning it to the ground 2020-08-15 20:59:19> Program: Setup.json exist, copying over 2020-08-15 20:59:19> RegistryService: RegKeyExists: HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have TeamsMachineInstaller 2020-08-15 20:59:19> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource 2020-08-15 20:59:19> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2020-08-15 20:59:19> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__3.MoveNext() 2020-08-15 20:59:19> CheckForUpdateImpl: Reading RELEASES file from C:UsersHPAppDataLocalSquirrelTemp
  • 94. 2020-08-15 20:59:19> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2020-08-15 20:59:19> ApplyReleasesImpl: No delta packages found. Applying current release package. 2020-08-15 20:59:19> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'. 2020-08-15 20:59:19> ApplyReleasesImpl: Writing files to app directory: C:UsersHPAppDataLocalMicrosoftTeamscurrent 2020-08-15 20:59:23> ApplyReleasesImpl: Squirrel Enabled Apps: [C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe] 2020-08-15 20:59:23> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.Utility.<InvokeProcessAsync>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass21_1.<<invokePostInstall>b__2>d.Mo veNext() 2020-08-15 20:59:23> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 20:59:23> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist 2020-08-15 20:59:23> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 20:59:23> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist 2020-08-15 20:59:23> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 20:59:23> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist
  • 95. 2020-08-15 20:59:23> ApplyReleasesImpl: Registry value SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 20:59:23> ApplyReleasesImpl: Registry flags are not set: proceed with default value NotConfigured 2020-08-15 20:59:24> IEnableLogger: Failed to invoke post-install: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__48.MoveNext() 2020-08-15 20:59:24> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.ComponentModel.Win32Exception: Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__48.MoveNext()
  • 96. --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__11.MoveNext() --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Task.Wait() at Squirrel.Update.Program.executeCommandLine(String[] args) at Squirrel.Update.Program.main(String[] args) ---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
  • 97. at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__48.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__11.MoveNext()<--- 2020-08-15 21:25:55> Program: Starting Squirrel Updater: --install . --rerunningWithoutUAC -- exeName=Teams_windows_x64 (2).exe 2020-08-15 21:25:55> Program: Config already exists. Deleting first. 2020-08-15 21:25:55> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp 2020-08-15 21:25:55> Program: File does not contain contextual info: Teams_windows_x64
  • 98. 2020-08-15 21:25:55> UpdateManager: using rootAppDirectory: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 21:25:55> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 21:25:55> Program: Setup.json exist, copying over 2020-08-15 21:25:55> RegistryService: RegKeyExists: HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have TeamsMachineInstaller 2020-08-15 21:25:55> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource 2020-08-15 21:25:55> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2020-08-15 21:25:55> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__3.MoveNext()
  • 99. 2020-08-15 21:25:55> CheckForUpdateImpl: Reading RELEASES file from C:UsersHPAppDataLocalSquirrelTemp 2020-08-15 21:25:55> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2020-08-15 21:25:56> ApplyReleasesImpl: No delta packages found. Applying current release package. 2020-08-15 21:25:56> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'. 2020-08-15 21:25:56> ApplyReleasesImpl: Writing files to app directory: C:UsersHPAppDataLocalMicrosoftTeamscurrent 2020-08-15 21:26:01> ApplyReleasesImpl: Squirrel Enabled Apps: [C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe] 2020-08-15 21:26:01> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.Utility.<InvokeProcessAsync>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass21_1.<<invokePostInstall>b__2>d.Mo veNext() 2020-08-15 21:26:01> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 21:26:01> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist 2020-08-15 21:26:01> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 21:26:01> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist 2020-08-15 21:26:01> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
  • 100. 2020-08-15 21:26:01> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist 2020-08-15 21:26:01> ApplyReleasesImpl: Registry value SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 21:26:01> ApplyReleasesImpl: Registry flags are not set: proceed with default value NotConfigured 2020-08-15 21:26:01> IEnableLogger: Failed to invoke post-install: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__48.MoveNext() 2020-08-15 21:26:01> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.ComponentModel.Win32Exception: Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  • 101. at Squirrel.Utility.<LogIfThrows>d__48.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__11.MoveNext() --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Task.Wait() at Squirrel.Update.Program.executeCommandLine(String[] args) at Squirrel.Update.Program.main(String[] args) ---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo info)
  • 102. at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__48.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__11.MoveNext()<--- 2020-08-15 21:31:52> Program: Starting Squirrel Updater: --install . --rerunningWithoutUAC -- exeName=Teams_windows_x64 (1).exe 2020-08-15 21:31:52> Program: Config already exists. Deleting first. 2020-08-15 21:31:52> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp 2020-08-15 21:31:52> Program: File does not contain contextual info: Teams_windows_x64
  • 103. 2020-08-15 21:31:52> UpdateManager: using rootAppDirectory: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 21:31:52> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 21:31:52> Program: Setup.json exist, copying over 2020-08-15 21:31:52> RegistryService: RegKeyExists: HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have TeamsMachineInstaller 2020-08-15 21:31:52> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource 2020-08-15 21:31:52> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2020-08-15 21:31:52> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext()
  • 104. 2020-08-15 21:31:52> CheckForUpdateImpl: Reading RELEASES file from C:UsersHPAppDataLocalSquirrelTemp 2020-08-15 21:31:52> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2020-08-15 21:31:52> ApplyReleasesImpl: No delta packages found. Applying current release package. 2020-08-15 21:31:52> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'. 2020-08-15 21:31:52> ApplyReleasesImpl: Writing files to app directory: C:UsersHPAppDataLocalMicrosoftTeamscurrent 2020-08-15 21:31:58> ApplyReleasesImpl: Squirrel Enabled Apps: [C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe] 2020-08-15 21:31:58> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.Utility.<InvokeProcessAsync>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass18_1.<<invokePostInstall>b__2>d.Mo veNext() 2020-08-15 21:31:58> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 21:31:58> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist 2020-08-15 21:31:58> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 21:31:58> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist 2020-08-15 21:31:58> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
  • 105. 2020-08-15 21:31:58> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist 2020-08-15 21:31:58> ApplyReleasesImpl: Registry value SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 21:31:58> ApplyReleasesImpl: Registry flags are not set: proceed with default value NotConfigured 2020-08-15 21:31:58> IEnableLogger: Failed to invoke post-install: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__44.MoveNext() 2020-08-15 21:31:58> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.ComponentModel.Win32Exception: Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  • 106. at Squirrel.Utility.<LogIfThrows>d__44.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__10.MoveNext() --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Task.Wait() at Squirrel.Update.Program.executeCommandLine(String[] args) at Squirrel.Update.Program.main(String[] args) ---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__18_1(ProcessStartInfo info)
  • 107. at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__18.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__44.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__9.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__10.MoveNext()<--- 2020-08-15 21:34:26> Program: Starting Squirrel Updater: --install . --rerunningWithoutUAC -- exeName=Teams_windows_x64 (2).exe 2020-08-15 21:34:26> Program: Config already exists. Deleting first. 2020-08-15 21:34:26> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp 2020-08-15 21:34:26> Program: File does not contain contextual info: Teams_windows_x64
  • 108. 2020-08-15 21:34:26> UpdateManager: using rootAppDirectory: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 21:34:26> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 21:34:26> Program: Setup.json exist, copying over 2020-08-15 21:34:26> RegistryService: RegKeyExists: HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have TeamsMachineInstaller 2020-08-15 21:34:26> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource 2020-08-15 21:34:26> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2020-08-15 21:34:26> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__3.MoveNext()
  • 109. 2020-08-15 21:34:26> CheckForUpdateImpl: Reading RELEASES file from C:UsersHPAppDataLocalSquirrelTemp 2020-08-15 21:34:26> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2020-08-15 21:34:27> ApplyReleasesImpl: No delta packages found. Applying current release package. 2020-08-15 21:34:27> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'. 2020-08-15 21:34:27> ApplyReleasesImpl: Writing files to app directory: C:UsersHPAppDataLocalMicrosoftTeamscurrent 2020-08-15 21:34:33> ApplyReleasesImpl: Squirrel Enabled Apps: [C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe] 2020-08-15 21:34:33> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.Utility.<InvokeProcessAsync>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass21_1.<<invokePostInstall>b__2>d.Mo veNext() 2020-08-15 21:34:33> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 21:34:33> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist 2020-08-15 21:34:33> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 21:34:33> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist 2020-08-15 21:34:33> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
  • 110. 2020-08-15 21:34:33> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist 2020-08-15 21:34:33> ApplyReleasesImpl: Registry value SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 21:34:33> ApplyReleasesImpl: Registry flags are not set: proceed with default value NotConfigured 2020-08-15 21:34:33> IEnableLogger: Failed to invoke post-install: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__48.MoveNext() 2020-08-15 21:34:34> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.ComponentModel.Win32Exception: Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  • 111. at Squirrel.Utility.<LogIfThrows>d__48.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__11.MoveNext() --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Task.Wait() at Squirrel.Update.Program.executeCommandLine(String[] args) at Squirrel.Update.Program.main(String[] args) ---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo info)
  • 112. at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__48.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__11.MoveNext()<--- 2020-08-15 22:12:22> Program: Starting Squirrel Updater: --install . --rerunningWithoutUAC -- exeName=Teams_windows_x64 (2).exe 2020-08-15 22:12:22> Program: Config already exists. Deleting first. 2020-08-15 22:12:22> Program: Starting install, writing to C:UsersHPAppDataLocalSquirrelTemp 2020-08-15 22:12:22> Program: File does not contain contextual info: Teams_windows_x64
  • 113. 2020-08-15 22:12:22> UpdateManager: using rootAppDirectory: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 22:12:22> Program: About to install to: C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 22:12:22> Program: Setup.json exist, copying over 2020-08-15 22:12:22> RegistryService: RegKeyExists: HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun does not have TeamsMachineInstaller 2020-08-15 22:12:22> Program: CheckMsiAndTryAddInstallSource: Not MSI, no need to add HKEY_CURRENT_USERSoftwareMicrosoftOfficeTeamsInstallSource 2020-08-15 22:12:22> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackages.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2020-08-15 22:12:22> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamspackagesRELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__3.MoveNext()
  • 114. 2020-08-15 22:12:22> CheckForUpdateImpl: Reading RELEASES file from C:UsersHPAppDataLocalSquirrelTemp 2020-08-15 22:12:22> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2020-08-15 22:12:22> ApplyReleasesImpl: No delta packages found. Applying current release package. 2020-08-15 22:12:22> ApplyReleasesImpl: getting squirrel aware apps failed with exception Could not find a part of the path 'C:UsersHPAppDataLocalMicrosoftTeamscurrent'. 2020-08-15 22:12:22> ApplyReleasesImpl: Writing files to app directory: C:UsersHPAppDataLocalMicrosoftTeamscurrent 2020-08-15 22:12:25> ApplyReleasesImpl: Squirrel Enabled Apps: [C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe] 2020-08-15 22:12:25> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:UsersHPAppDataLocalMicrosoftTeamscurrentTeams.exe: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.Utility.<InvokeProcessAsync>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass21_1.<<invokePostInstall>b__2>d.Mo veNext() 2020-08-15 22:12:25> ApplyReleasesImpl: About to RemoveOldShorcuts for Teams.exe, rootAppDir C:UsersHPAppDataLocalMicrosoftTeams 2020-08-15 22:12:26> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftCloudOffice16.0Teams does not exist 2020-08-15 22:12:26> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftCloudOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 22:12:26> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice16.0Teams does not exist 2020-08-15 22:12:26> ApplyReleasesImpl: Registry value SoftwarePoliciesMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist
  • 115. 2020-08-15 22:12:26> RegistryService: RegKeyExists: HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Teams does not exist 2020-08-15 22:12:26> ApplyReleasesImpl: Registry value SoftwareMicrosoftOffice16.0TeamsPreventFirstLaunchAfterInstall does not exist 2020-08-15 22:12:26> ApplyReleasesImpl: Registry flags are not set: proceed with default value NotConfigured 2020-08-15 22:12:26> IEnableLogger: Failed to invoke post-install: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__48.MoveNext() 2020-08-15 22:12:26> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.ComponentModel.Win32Exception: Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo info) at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  • 116. at Squirrel.Utility.<LogIfThrows>d__48.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__11.MoveNext() --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Task.Wait() at Squirrel.Update.Program.executeCommandLine(String[] args) at Squirrel.Update.Program.main(String[] args) ---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__21_1(ProcessStartInfo info)
  • 117. at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext) at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__21.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.<LogIfThrows>d__48.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.<FullInstall>d__14.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.Update.Program.<Install>d__11.MoveNext()<---