How to keep the same vsinstance id... for deployment purpose and to install SSDT

  • Thread starter Thread starter ancient3333
  • Start date Start date
A

ancient3333

Guest
Hi

I have set up an off line installation of Visual Studio Pro 2017 which needs to be deployed from a network location, I also need to add SSDT standalone, but this needs to be linked to the same vsintsanceid.

In order to install the SSDT it needs to know the vsinstanceid eg:
c:\zentools\SSDT for VS2017\SSDT-Setup-ENU.exe /INSTALLALL[:3263d6e0] /quiet /norestart

For the VS pro install I used the folowing commands at the end :
--noUpdateInstaller --productKey xxxxx --norestart --quiet

The problem I have is that the vsinstanceid is different on some devices?....as a result the SSDT install is failing
Could you someone please tell me how I can ensure the same vsintanceid is used?

Continue reading...
 
Back
Top