Search code examples
c#visual-studiosql-server-2008-express

facing error while creating setup in visual studio 2017


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


Solution

  • 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.