Skip to content

Commit c07b7d3

Browse files
author
scott brogden
committed
use the latest version of innosetup
1 parent 315fb39 commit c07b7d3

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

DittoSetup/BuildDitto.bld

+7-2
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ End If
160160
<name>Build Ditto 32</name>
161161
</step>
162162
<step action='Group'>
163+
<checked type='11'>0</checked>
163164
<indent type='3'>1</indent>
164165
<name>Zip Source</name>
165166
</step>
@@ -174,6 +175,7 @@ End If
174175
<Source>%workDir%\dittosetup\output\DittoSource_%versionFileName%.zip</Source>
175176
<SysOn type='11'>-1</SysOn>
176177
<buildfailsteps type='11'>0</buildfailsteps>
178+
<checked type='11'>0</checked>
177179
<indent type='3'>2</indent>
178180
<name>Enhanced Unzip Files</name>
179181
</step>
@@ -183,6 +185,7 @@ End If
183185
<Opt>-SolutionDirectory %testBuildWorkDir%</Opt>
184186
<PackageId>%testBuildWorkDir%\CP_Main.vcxproj</PackageId>
185187
<buildfailsteps type='11'>0</buildfailsteps>
188+
<checked type='11'>0</checked>
186189
<indent type='3'>2</indent>
187190
<name>Restore NuGet</name>
188191
</step>
@@ -195,6 +198,7 @@ End If
195198
<ProdVer type='11'>-1</ProdVer>
196199
<Version>%version%</Version>
197200
<VersionSel type='3'>2</VersionSel>
201+
<checked type='11'>0</checked>
198202
<indent type='3'>2</indent>
199203
<name>Build Ditto 64</name>
200204
</step>
@@ -207,17 +211,18 @@ End If
207211
<ProdVer type='11'>-1</ProdVer>
208212
<Version>%version%</Version>
209213
<VersionSel type='3'>2</VersionSel>
214+
<checked type='11'>0</checked>
210215
<indent type='3'>2</indent>
211216
<name>Build Ditto 32</name>
212217
</step>
213218
<step action='Run Program'>
214-
<command>"C:\Program Files (x86)\Inno Setup 5\ISCC.exe" /F"DittoSetup_%versionFileName%" "%workDir%\DittoSetup\DittoSetup_10.iss"</command>
219+
<command>"C:\Program Files (x86)\Inno Setup 6\ISCC.exe" /F"DittoSetup_%versionFileName%" "%workDir%\DittoSetup\DittoSetup_10.iss"</command>
215220
<indent type='3'>1</indent>
216221
<name>Build Installer 32</name>
217222
<outputfrom type='3'>1</outputfrom>
218223
</step>
219224
<step action='Run Program'>
220-
<command>"C:\Program Files (x86)\Inno Setup 5\ISCC.exe" /F"DittoSetup_64bit_%versionFileName%" "%workDir%\DittoSetup\DittoSetup_10.iss" "/dbit64=1"</command>
225+
<command>"C:\Program Files (x86)\Inno Setup 6\ISCC.exe" /F"DittoSetup_64bit_%versionFileName%" "%workDir%\DittoSetup\DittoSetup_10.iss" "/dbit64=1"</command>
221226
<indent type='3'>1</indent>
222227
<name>Build Installer 64</name>
223228
<outputfrom type='3'>1</outputfrom>

0 commit comments

Comments
 (0)