Error with Windows Installer … “Unable to get installer types”

前端 未结 5 717
花落未央
花落未央 2020-12-20 23:32

I\'m experiencing an error when using the windows installer to install an event source in a product I am deploying.

The error message I receive states the following

5条回答
  •  难免孤独
    2020-12-20 23:53

    I have never seen that error, but the path c:\temp\program.exe is very strange. Are you trying to run the installer from the c:\temp\ directory?

    Are you certain the output of all projects and all third-party DLLs you use are included in the Deployment project? Click on all included files in the Deployment project and check their SourcePath property; are they to the original source files and not the target output folder? Not the temp folder?

提交回复
热议问题