Skip to content

Commit 6301b13

Browse files
committed
WiX Toolset files fixed
1 parent 627980c commit 6301b13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

wix_main.wxs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
<Directory Id="dir_mscsim" Name="MScSim">
3131

3232
<!-- sim.exe -->
33-
<Component Id="dir_mscsim_sim" Guid="{bc24fd67-96d0-4cd0-84bd-6ae2197ca69e}">
34-
<File Id="dir_mscsim_sim_exe" Name="sim.exe" DiskId="1" Source="bin\sim.exe" />
33+
<Component Id="dir_mscsim_mscsim" Guid="{bc24fd67-96d0-4cd0-84bd-6ae2197ca69e}">
34+
<File Id="dir_mscsim_mscsim_exe" Name="mscsim.exe" DiskId="1" Source="bin\mscsim.exe" />
3535
</Component>
3636

3737
</Directory>
@@ -46,7 +46,7 @@
4646
Name="MscSim"
4747
Icon="sim.ico"
4848
Description="Flight Simulation"
49-
Target="[dir_mscsim]\sim.exe"
49+
Target="[dir_mscsim]\mscsim.exe"
5050
WorkingDirectory="dir_mscsim" />
5151
<Shortcut
5252
Id="menu_unistall"
@@ -68,7 +68,7 @@
6868
<ComponentGroupRef Id="cg_mscsim_osg" /> <!-- OSG libs -->
6969
<ComponentGroupRef Id="cg_mscsim_qt" /> <!-- Qt libs -->
7070

71-
<ComponentRef Id="dir_mscsim_sim" /> <!-- sim.exe -->
71+
<ComponentRef Id="dir_mscsim_mscsim" /> <!-- sim.exe -->
7272

7373
<ComponentRef Id="menu_shortcuts" /> <!-- start menu shortcuts -->
7474
</Feature>

0 commit comments

Comments
 (0)