Skip to content

Commit

Permalink
implementing installer... 13
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed May 14, 2021
1 parent 6efc267 commit 77f80cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer-ja.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<RemoveFolder Id="ApplicationProgramsFolder" On="uninstall" />
<RegistryValue Root="HKCU" Key="Software\Katayama Hirofumi MZ\karasunpo" Name="Installed" Type="integer" Value="1" KeyPath="yes" />
<Shortcut Id="UninstallProduct" Name="画像カラスンポのアンインストール" Target="[System64Folder]msiexec.exe" Arguments="/x [ProductCode]" Description="画像カラスンポをアンインストールする" />
<Shortcut Id="READMEJP.TXT" Name="READMEJP.txt" Target="[APPLICATIONROOTDIRECTORY]README.txt" Description="はじめにお読み下さい" />
<Shortcut Id="READMEJP.TXT" Name="READMEJP.txt" Target="[APPLICATIONROOTDIRECTORY]READMEJP.txt" Description="はじめにお読み下さい" />
<Shortcut Id="LICENSE.TXT" Name="LICENSE.txt" Target="[APPLICATIONROOTDIRECTORY]LICENSE.txt" Description="使用許諾契約書" />
</Component>
</DirectoryRef>
Expand Down

0 comments on commit 77f80cf

Please sign in to comment.