Skip to content

Commit 8d5a740

Browse files
committed
Update/add installer project
1 parent a438ce4 commit 8d5a740

4 files changed

Lines changed: 448 additions & 8 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,3 +360,5 @@ MigrationBackup/
360360

361361
# Fody - auto-generated XML schema
362362
FodyWeavers.xsd
363+
/AI Setup Project/AI Setup Project-cache
364+
/AI Setup Project/AI Setup Project-SetupFiles

AI Setup Project/AI Setup Project.aip renamed to AI Setup Project/AI Setup Project.back(21.9).aip

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@
107107
<ROW Property="AI_PROPPATH_FILENAME_PERBUILD_vcruntime140_1.dll" Value="vcruntime140_1.dll"/>
108108
<ROW Property="AI_PROPPATH_FILENAME_PERBUILD_vcruntime140_threads.dll" Value="vcruntime140_threads.dll"/>
109109
<ROW Property="ALLUSERS" Value="1"/>
110-
<ROW Property="ARPCOMMENTS" Value="This installer database contains the logic and data required to install [|ProductName]." ValueLocId="*"/>
111-
<ROW Property="Manufacturer" Value="Your Company"/>
110+
<ROW Property="ARPCOMMENTS" Value="This installer database contains the logic and data required to install [|ProductName] v. [|ProductVersion]" ValueLocId="*"/>
111+
<ROW Property="Manufacturer" Value="Michael Morten Sonne"/>
112112
<ROW Property="ProductCode" Value="1033:{93801F8C-2AAC-45D9-9CC3-5F1C893B4D24} " Type="16"/>
113113
<ROW Property="ProductLanguage" Value="1033"/>
114-
<ROW Property="ProductName" Value="Your Application"/>
114+
<ROW Property="ProductName" Value="SignToolGUI"/>
115115
<ROW Property="ProductVersion" Value="1.0.0" Options="32"/>
116116
<ROW Property="SecureCustomProperties" Value="OLDPRODUCTS;AI_NEWERPRODUCTFOUND"/>
117117
<ROW Property="UpgradeCode" Value="{6F8F60D8-0325-4FA9-B18A-9EE2702C1232}"/>
@@ -139,7 +139,7 @@
139139
</COMPONENT>
140140
<COMPONENT cid="caphyon.advinst.msicomp.MsiCompsComponent">
141141
<ROW Component="APPDIR" ComponentId="{DC1B874D-F479-4017-9913-AADA8EB9284A}" Directory_="APPDIR" Attributes="0"/>
142-
<ROW Component="ProductInformation" ComponentId="{DC5ED17B-3307-429D-A3F3-94F2300D45EB}" Directory_="APPDIR" Attributes="4" KeyPath="Version"/>
142+
<ROW Component="ProductInformation" ComponentId="{DC5ED17B-3307-429D-A3F3-94F2300D45EB}" Directory_="APPDIR" Attributes="260" KeyPath="Version"/>
143143
<ROW Component="SHORTCUTDIR" ComponentId="{CD379557-CE5C-4A9C-BBEF-BCFE0EC87902}" Directory_="SHORTCUTDIR" Attributes="0"/>
144144
<ROW Component="SignToolGUI_ContentOutput_Tools" ComponentId="{094A9CA1-9F10-4A0A-A4FB-C9FBE68DA3D6}" Directory_="Tools_Dir" Attributes="256" KeyPath="vcruntime140_threads.dll"/>
145145
<ROW Component="SignToolGUI_PrimaryOutput" ComponentId="{9A7D8C94-F13A-4CE2-B743-209FB470F474}" Directory_="SignToolGUI_Dir" Attributes="0" KeyPath="SignToolGUI.exe"/>
@@ -258,7 +258,7 @@
258258
<ROW Name="AI_APPPATH_PERBUILD_vcruntime140_threads.dll" Path="[|AI_PROPPATH_DIR_PERBUILD_vcruntime140_threads.dll]\[|AI_PROPPATH_FILENAME_PERBUILD_vcruntime140_threads.dll]" Type="2" Content="0"/>
259259
</COMPONENT>
260260
<COMPONENT cid="caphyon.advinst.msicomp.BuildComponent">
261-
<ROW BuildKey="DefaultBuild" BuildName="DefaultBuild" BuildOrder="1" BuildType="0" Languages="en" InstallationType="4" UseLargeSchema="true"/>
261+
<ROW BuildKey="DefaultBuild" BuildName="DefaultBuild" BuildOrder="1" BuildType="0" Languages="en" InstallationType="4" SummInfoMetadata="Page Count:450" UseLargeSchema="true" MsiPackageType="x64"/>
262262
</COMPONENT>
263263
<COMPONENT cid="caphyon.advinst.msicomp.DictionaryComponent">
264264
<ROW Path="&lt;AI_DICTS&gt;ui.ail"/>
@@ -321,7 +321,7 @@
321321
<ROW Action="AI_ResolveKnownFolders" Type="1" Source="aicustact.dll" Target="AI_ResolveKnownFolders"/>
322322
<ROW Action="AI_SHOW_LOG" Type="65" Source="aicustact.dll" Target="LaunchLogFile" WithoutSeq="true"/>
323323
<ROW Action="AI_STORE_LOCATION" Type="51" Source="ARPINSTALLLOCATION" Target="[APPDIR]"/>
324-
<ROW Action="SET_APPDIR" Type="307" Source="APPDIR" Target="[ProgramFilesFolder][Manufacturer]\[ProductName]"/>
324+
<ROW Action="SET_APPDIR" Type="307" Source="APPDIR" Target="[ProgramFilesFolder][Manufacturer]\[ProductName]" MultiBuildTarget="DefaultBuild:[ProgramFiles64Folder][Manufacturer]\[ProductName]"/>
325325
<ROW Action="SET_SHORTCUTDIR" Type="307" Source="SHORTCUTDIR" Target="[ProgramMenuFolder][ProductName]"/>
326326
<ROW Action="SET_TARGETDIR_TO_APPDIR" Type="51" Source="TARGETDIR" Target="[APPDIR]"/>
327327
</COMPONENT>

0 commit comments

Comments
 (0)