diff --git a/GetStoreAppInstaller/GetStoreAppInstaller.csproj b/GetStoreAppInstaller/GetStoreAppInstaller.csproj
index 3f6efab4..060d9902 100644
--- a/GetStoreAppInstaller/GetStoreAppInstaller.csproj
+++ b/GetStoreAppInstaller/GetStoreAppInstaller.csproj
@@ -63,6 +63,7 @@
+
@@ -70,6 +71,7 @@
+
diff --git a/GetStoreAppInstaller/Program.cs b/GetStoreAppInstaller/Program.cs
index 26c4a49d..7ad0a7ae 100644
--- a/GetStoreAppInstaller/Program.cs
+++ b/GetStoreAppInstaller/Program.cs
@@ -139,6 +139,7 @@ public static void Main()
frameworkView.SetWindow(coreWindow);
XamlControlsResources xamlControlsResources = [];
+ xamlControlsResources.MergedDictionaries.Add(new ResourceDictionary() { Source = new Uri("ms-appx:///Styles/XamlIslands/HyperlinkButton.xaml") });
xamlControlsResources.MergedDictionaries.Add(new ResourceDictionary() { Source = new Uri("ms-appx:///Styles/XamlIslands/MenuFlyout.xaml") });
xamlControlsResources.MergedDictionaries.Add(new ResourceDictionary() { Source = new Uri("ms-appx:///Styles/XamlIslands/TeachingTip.xaml") });
Application.Current.Resources = xamlControlsResources;
diff --git a/GetStoreAppInstaller/Styles/XamlIslands/HyperlinkButton.xaml b/GetStoreAppInstaller/Styles/XamlIslands/HyperlinkButton.xaml
new file mode 100644
index 00000000..8520fedb
--- /dev/null
+++ b/GetStoreAppInstaller/Styles/XamlIslands/HyperlinkButton.xaml
@@ -0,0 +1,87 @@
+
+
+
+