0

I am attempting to Build a Setup Project in VS2019 and I immediately get the following prompts:

0:Watson 1:1304 2:StreamSupportFiles 3:streamBinaryToDisk

enter image description here

Error writing to file. Access is denied

enter image description here

This has stumped me as I am not using SQL Server 2008 anywhere in C# my Project!

Any suggestions anyone has would be gratefully appreciated!

Cheers,

Steve.

user3837868
  • 917
  • 1
  • 12
  • 24
bainsteven
  • 21
  • 2

1 Answers1

2

I eventually found the answer here: facing error while creating setup in visual studio 2017

Open "cmd" with Administrator privileges and:

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"

Steve.

bainsteven
  • 21
  • 2