質問編集履歴
1
誤字修正
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[
|
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>
|