2017-01-07 7 views
-1

ClickOnce 응용 프로그램을 게시를 사용하여 ClickOnce 응용 프로그램에 대한 Setup.exe를 생성 :는</p> <pre><code>msbuild /t:publish /p:BootstrapperEnabled=true;PublishDir=C:publish;PublishUrl=C:publish </code></pre> <p>오류 예외 명령을 사용하여 <code>msbuild</code>을 통해 msbuild를

error MSB3484: Signing target 'bin\Debug\app.publish\setup.exe' could not be found.

No setup.exe is generated, whereas publishing via Visual Studio IDE generates the setup.exe to the specified folder.

가 네트워크를 통해 보면서 찾았을 아래 솔루션

  1. BootstrapperEnable = true,
  2. PublishDir/PublishUrl

의 말에 \를 지정하고 위의 솔루션은 나를 위해 작동하지 않습니다. 어떤 제안이라도 대단히 감사하겠습니다. 명령 아래

답변

0

는 일 :

은 MSBuild/t : PublishDir = C :/P를 게시 \ ClickOnce를하기 때문에, InstallationFolder을 지정하는 \ /p:ApplicationVersion=1.0.1.1

Din't을 게시 사용자가 setup.exe를 InstallFolder로 설치 한 폴더 경로를 사용하여 업데이트를 찾습니다.