teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

誤字修正

2019/04/05 11:59

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -51,7 +51,7 @@
51
51
  <Icon Id="DesktopIcon.exe" SourceFile="TestProgram\TestProgram.exe" />
52
52
  <Icon Id="StartMenuIcon.exe" SourceFile="TestProgram\TestProgram.exe" />
53
53
  <Binary Id="sevenz.exe" SourceFile="7z.exe" />
54
- <CustomAction Id="SevenZ" BinaryKey="sevenz.exe" ExeCommand="x -y -o[SourceDir] [SourceDir]\data.7z" Return="asyncWait" />
54
+ <CustomAction Id="SevenZ" BinaryKey="sevenz.exe" ExeCommand="x -y -o[TARGETDIR] [SourceDir]\data.7z" Return="asyncWait" />
55
55
  <InstallExecuteSequence>
56
56
  <Custom Action="SevenZ" After="InstallFiles" />
57
57
  </InstallExecuteSequence>