facing error while creating setup in visual studio 2017

末鹿安然 提交于 2020-01-15 11:47:08

问题


A dialog window relating to SQL Management Studio appears with the following

Please wait while Windows configures SQL Server 2008 R2 SP2 Management Studio. On top of that dialog window a further dialog window appears with:

0: Watson 1: 1304 2: STreamSupportFiles 3:streamBinaryToDisk 4:5 5:e:\sql10_main_t\sql\setup\darmwin\sqlcastub\streamca.cpp 6:238 7:sqlcastub.dll 8:sqlrun.msi

above error facing while creating setup in visual studio 2017, when i click ok then error message come access denied and one installer window runs for a log while im using visual studio 2017 professional and sql server 2008 express


回答1:


heyy after long time i got a same solution on microsoft as well as stack overflow

here it is

regsvr32.exe /u "C:\Program Files (x86)\Common Files\microsoft shared\MSI Tools\mergemod.dll" regsvr32.exe "C:\Program Files (x86)\Common Files\microsoft shared\MSI Tools\mergemod.dll"

note-open cmd with administration.



来源:https://stackoverflow.com/questions/48379719/facing-error-while-creating-setup-in-visual-studio-2017

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!