I'm trying to App Stack VS 2019 after running a working 2017 VS App Stack for a while now. However if i try to either update my existing stack to include 2019, or try a fresh build of 2019 on a stack, i get the same error every time. In the installation log:
MSI: C:\ProgramData\Microsoft\VisualStudio\Packages\Microsoft.VisualStudio.MinShell.Msi.Resources,version=16.0.28329.73,language=en-US\Microsoft.VisualStudio.MinShell.Msi.Resources.msi, Properties: REBOOT=ReallySuppress ARPSYSTEMCOMPONENT=1 MSIFASTINSTALL="7" VSEXTUI="1"
Return code: 110
Return code details: The system cannot open the device or file specified.
And in the log for the MSI mentioned above:
MSI (s) (5C:88) [16:50:52:171]: Machine policy value 'DisableUserInstalls' is 0
MSI (s) (5C:88) [16:50:52:311]: Note: 1: 2203 2: C:\WINDOWS\Installer\inprogressinstallinfo.ipi 3: -2147287038
MSI (s) (5C:88) [16:50:52:311]: SRSetRestorePoint skipped for this transaction.
MSI (s) (5C:88) [16:50:52:343]: Error: Wrong Long Path Name: C:\ProgramData\Microsoft\VisualStudio\Packages\Microsoft.VisualStudio.MinShell.Msi.Resources,version=16.0.28329.73,language=en-US\Microsoft.VisualStudio.MinShell.Msi.Resources.msi
MSI (s) (5C:88) [16:50:52:343]: Error: Wrong Path Name: \\?\C:\SnapVolumesTemp\MountPoints\{4e05e36a-0000-0000-0000-100000000000}\SVROOT\ProgramData\Microsoft\VisualStudio\Packages\Microsoft.VisualStudio.MinShell.Msi.Resources,version=16.0.28329.73,language=en-US\Microsoft.VisualStudio.MinShell.Msi.Resources.msi
MSI (s) (5C:88) [16:50:52:343]: Error: Wrong Long Path Name: C:\ProgramData\Microsoft\VisualStudio\Packages\Microsoft.VisualStudio.MinShell.Msi.Resources,version=16.0.28329.73,language=en-US\Microsoft.VisualStudio.MinShell.Msi.Resources.msi
MSI (s) (5C:88) [16:50:52:343]: Error: Wrong Path Name: \\?\C:\SnapVolumesTemp\MountPoints\{4e05e36a-0000-0000-0000-100000000000}\SVROOT\ProgramData\Microsoft\VisualStudio\Packages\Microsoft.VisualStudio.MinShell.Msi.Resources,version=16.0.28329.73,language=en-US\Microsoft.VisualStudio.MinShell.Msi.Resources.msi
MSI (s) (5C:88) [16:50:52:343]: Error: This file path is updated, hence failing to create: C:\ProgramData\Microsoft\VisualStudio\Packages\Microsoft.VisualStudio.MinShell.Msi.Resources,version=16.0.28329.73,language=en-US\Microsoft.VisualStudio.MinShell.Msi.Resources.msi
MSI (s) (5C:88) [16:50:52:343]: Note: 1: 1309 2: 110 3: C:\ProgramData\Microsoft\VisualStudio\Packages\Microsoft.VisualStudio.MinShell.Msi.Resources,version=16.0.28329.73,language=en-US\Microsoft.VisualStudio.MinShell.Msi.Resources.msi
MSI (s) (5C:88) [16:50:52:343]: MainEngineThread is returning 110
Has anyone managed to create a 2019 VS app stack, or have any recommendations on how to resolve the above issue?
Thanks!