Skip to content

Commit

Permalink
make SKVFX the default install dir
Browse files Browse the repository at this point in the history
Ok, this clears up the confusion of the last commit. It now, by default,
installs into the SKVFX directory, so there isn't the directory
name duplication and the user can still safely and quickly choose a
a default install directory.
  • Loading branch information
ScottKirvan committed Sep 10, 2023
1 parent d661323 commit 54f06cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UE_QuickLaunch_installer/Folders.wxs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
<Fragment>
<StandardDirectory Id="ProgramFiles6432Folder">
<Directory Id="INSTALLFOLDER" Name="!(bind.Property.ProductName)" >
<Directory Id="INSTALLFOLDER" Name="!(bind.Property.Manufacturer)" >
<!-- Example Template folders -->
<Directory Id="UEQLTemplateFolder" Name="ue_quicklaunch_template" >
</Directory>
Expand Down

0 comments on commit 54f06cb

Please sign in to comment.