Skip to content

Commit f9bd2d9

Browse files
committed
Fix installer name and location in AI project
1 parent aa86bd4 commit f9bd2d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AI Setup Project/SignToolGUI Installer.aip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@
375375
<ROW Registry="Version" Root="-1" Key="Software\[Manufacturer]\[ProductName]" Name="Version" Value="[ProductVersion]" Component_="ProductInformation"/>
376376
</COMPONENT>
377377
<COMPONENT cid="caphyon.advinst.msicomp.MsiShortsComponent">
378-
<ROW Shortcut="AI_PROPPATH_FILENAME_PERBUILD_SignT" Directory_="SHORTCUTDIR" Name="SIGNTO~1.EXE|[|AI_PROPPATH_FILENAME_PERBUILD_SignToolGUI.exe]" Component_="AI_PROPPATH_FILENAME_PERBUILD_SignToolGUI.exe" Target="[#SignToolGUI.exe]" Hotkey="0" IconIndex="0" ShowCmd="1" WkDir="APPDIR"/>
378+
<ROW Shortcut="SignToolGUI" Directory_="SHORTCUTDIR" Name="SIGNTO~1|SignToolGUI" Component_="AI_PROPPATH_FILENAME_PERBUILD_SignToolGUI.exe" Target="[#SignToolGUI.exe]" Hotkey="0" IconIndex="0" ShowCmd="1"/>
379379
</COMPONENT>
380380
<COMPONENT cid="caphyon.advinst.msicomp.MsiThemeComponent">
381381
<ATTRIBUTE name="UsedTheme" value="classic"/>
@@ -385,7 +385,7 @@
385385
<ROW UpgradeCode="[|UpgradeCode]" VersionMin="[|ProductVersion]" Attributes="2" ActionProperty="AI_NEWERPRODUCTFOUND"/>
386386
</COMPONENT>
387387
<COMPONENT cid="caphyon.advinst.msicomp.VsProjectComponent">
388-
<ROW ProjectId="{5e3e0028-03ee-4fe0-9a52-4a5ae04b5e0b}" ProjectName="SignToolGUI" OutputGroup="PrimaryOutput" OutputFile="SignToolGUI.exe"/>
388+
<ROW ProjectId="{5e3e0028-03ee-4fe0-9a52-4a5ae04b5e0b}" ProjectName="SignToolGUI" OutputGroup="PrimaryOutput" OutputFile="SignToolGUI.exe" OutputFileShortcut="SignToolGUI"/>
389389
<ROW ProjectId="{5e3e0028-03ee-4fe0-9a52-4a5ae04b5e0b}" ProjectName="SignToolGUI" OutputGroup="ContentOutput" OutputFile="signtool.exe"/>
390390
<ROW ProjectId="{5e3e0028-03ee-4fe0-9a52-4a5ae04b5e0b}" ProjectName="SignToolGUI" OutputGroup="ContentOutput" OutputFile="Azure.CodeSigning.Dlib.Core.dll"/>
391391
<ROW ProjectId="{5e3e0028-03ee-4fe0-9a52-4a5ae04b5e0b}" ProjectName="SignToolGUI" OutputGroup="ContentOutput" OutputFile="Azure.CodeSigning.Dlib.dll"/>

0 commit comments

Comments
 (0)