diff --git a/Builds/VisualStudio2017/juicysfplugin.sln b/Builds/VisualStudio2017/juicysfplugin.sln index 169527f..db7ae19 100644 --- a/Builds/VisualStudio2017/juicysfplugin.sln +++ b/Builds/VisualStudio2017/juicysfplugin.sln @@ -66,7 +66,7 @@ Global {BE799AE7-8C17-4670-85A8-E3D3558385A7}.Debug|x64.ActiveCfg = Debug|Win32 {BE799AE7-8C17-4670-85A8-E3D3558385A7}.Release|Win32.ActiveCfg = Release|Win32 {BE799AE7-8C17-4670-85A8-E3D3558385A7}.Release|Win32.Build.0 = Release|Win32 - {BE799AE7-8C17-4670-85A8-E3D3558385A7}.Release|x64.ActiveCfg = Release|Win32 + {BE799AE7-8C17-4670-85A8-E3D3558385A7}.Release|x64.ActiveCfg = Debug|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Builds/WixSetup/.gitignore b/Builds/WixSetup/.gitignore index 8d4a6c0..1bdf99d 100644 --- a/Builds/WixSetup/.gitignore +++ b/Builds/WixSetup/.gitignore @@ -1,2 +1,3 @@ -bin -obj \ No newline at end of file +x64 +Win32 +juicysfplugin-*.zip \ No newline at end of file diff --git a/Builds/WixSetup/Config.wxi b/Builds/WixSetup/Config.wxi index 3990d93..a464b95 100644 --- a/Builds/WixSetup/Config.wxi +++ b/Builds/WixSetup/Config.wxi @@ -9,9 +9,10 @@ + - + diff --git a/Builds/WixSetup/MyWelcomeEulaDlg.wxs b/Builds/WixSetup/MyWelcomeEulaDlg.wxs new file mode 100644 index 0000000..dcff3fb --- /dev/null +++ b/Builds/WixSetup/MyWelcomeEulaDlg.wxs @@ -0,0 +1,63 @@ + + + + + + + + + + + + + 1 + + + + + + 1 + + + + + + + + + NOT Installed + + + \ No newline at end of file diff --git a/Builds/WixSetup/Product.wxs b/Builds/WixSetup/Product.wxs index 11a4755..379ac50 100644 --- a/Builds/WixSetup/Product.wxs +++ b/Builds/WixSetup/Product.wxs @@ -2,15 +2,16 @@ - + - - - + + + + diff --git a/Builds/WixSetup/WixSetup.wixproj b/Builds/WixSetup/WixSetup.wixproj index 814a2d9..f5eb0d3 100644 --- a/Builds/WixSetup/WixSetup.wixproj +++ b/Builds/WixSetup/WixSetup.wixproj @@ -15,17 +15,34 @@ WixSetup Package + + $(Platform)\$(Configuration)\bin\ + $(Platform)\$(Configuration)\obj\ + Debug + + + $(Platform)\$(Configuration)\bin\ + $(Platform)\$(Configuration)\obj\ + - bin\$(Configuration)\ - obj\$(Configuration)\ + $(Platform)\$(Configuration)\bin\ + $(Platform)\$(Configuration)\obj\ Debug - bin\$(Configuration)\ - obj\$(Configuration)\ + $(Platform)\$(Configuration)\bin\ + $(Platform)\$(Configuration)\obj\ + + $(WixToolPath)WixUIExtension.dll + WixUIExtension + + + + + diff --git a/Builds/WixSetup/WixUI_MyMinimal.wxs b/Builds/WixSetup/WixUI_MyMinimal.wxs new file mode 100644 index 0000000..eeeb0ce --- /dev/null +++ b/Builds/WixSetup/WixUI_MyMinimal.wxs @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + 1 + + 1 + + 1 + 1 + 1 + + Installed AND PATCH + Installed AND PATCH + + + Installed AND PATCH + NOT Installed + + + + + + + +