diff --git a/MindMate.Setup/MindMateInnoSetup - Win7.iss b/MindMate.Setup/MindMateInnoSetup - Win7.iss new file mode 100644 index 00000000..74efab3b --- /dev/null +++ b/MindMate.Setup/MindMateInnoSetup - Win7.iss @@ -0,0 +1,52 @@ +; Script generated by the Inno Setup Script Wizard. +; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! + +#define MyAppName "MindMate" +#define MyAppVersion "0.3" +#define MyAppURL "http://www.umaranis.com/" +#define MyAppExeName "MindMate.Win.exe" + +[Setup] +; NOTE: The value of AppId uniquely identifies this application. +; Do not use the same AppId value in installers for other applications. +; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) +AppId={{D7CB0669-98E8-4AA3-914A-C590AF80C52C} +AppName={#MyAppName} +AppVersion={#MyAppVersion} +;AppVerName={#MyAppName} {#MyAppVersion} +AppPublisherURL={#MyAppURL} +AppSupportURL={#MyAppURL} +AppUpdatesURL={#MyAppURL} +DefaultDirName={pf}\{#MyAppName} +DisableProgramGroupPage=yes +LicenseFile=C:\Projects\DotNET\MindMap\MindMate\MindMate\LICENSE.txt +OutputBaseFilename=MindMate-Setup-Win7-v{#MyAppVersion} +Compression=lzma +SolidCompression=yes +AppPublisher=Syed Umar Anis + +[Languages] +Name: "english"; MessagesFile: "compiler:Default.isl" + +[Tasks] +Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked + +[Files] +Source: "..\MindMate.Win7\bin\RelWin7\MindMate.Win.exe"; DestDir: "{app}"; Flags: ignoreversion +Source: "..\MindMate.Win7\bin\RelWin7\images\*"; DestDir: "{app}\images"; Flags: ignoreversion recursesubdirs createallsubdirs +; NOTE: Don't use "Flags: ignoreversion" on any shared system files +Source: "..\MindMate.Win7\bin\RelWin7\CustomFontDialog.dll"; DestDir: "{app}" +Source: "..\MindMate.Win7\bin\RelWin7\MindMate.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "..\MindMate.Win7\bin\RelWin7\Ribbon.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "..\MindMate.Win7\bin\RelWin7\Settings.Yaml"; DestDir: "{app}"; Flags: ignoreversion +Source: "..\MindMate.Win7\bin\RelWin7\System.Windows.Forms.Calendar.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "..\MindMate.Win7\bin\RelWin7\TaskSchedular.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "..\MindMate.Win7\bin\RelWin7\YamlDotNet.dll"; DestDir: "{app}"; Flags: ignoreversion + +[Icons] +Name: "{commonprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" +Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon + +[Run] +Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent + diff --git a/MindMate.Setup/MindMateInnoSetup.iss b/MindMate.Setup/MindMateInnoSetup.iss index 30f88785..61c896a4 100644 --- a/MindMate.Setup/MindMateInnoSetup.iss +++ b/MindMate.Setup/MindMateInnoSetup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "MindMate" -#define MyAppVersion "0.2.1" +#define MyAppVersion "0.3" #define MyAppURL "http://www.umaranis.com/" #define MyAppExeName "MindMate.Win.exe" @@ -20,7 +20,7 @@ AppUpdatesURL={#MyAppURL} DefaultDirName={pf}\{#MyAppName} DisableProgramGroupPage=yes LicenseFile=C:\Projects\DotNET\MindMap\MindMate\MindMate\LICENSE.txt -OutputBaseFilename=MindMate.Setup +OutputBaseFilename=MindMate-Setup-Win-v{#MyAppVersion} Compression=lzma SolidCompression=yes AppPublisher=Syed Umar Anis @@ -32,7 +32,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl" Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked [Files] -Source: "C:\Projects\DotNET\MindMap\MindMate\MindMate.Win7\bin\Release\MindMate.Win.exe"; DestDir: "{app}"; Flags: ignoreversion +Source: "..\MindMate.Win7\bin\Release\MindMate.Win.exe"; DestDir: "{app}"; Flags: ignoreversion Source: "..\MindMate.Win7\bin\Release\images\*"; DestDir: "{app}\images"; Flags: ignoreversion recursesubdirs createallsubdirs ; NOTE: Don't use "Flags: ignoreversion" on any shared system files Source: "..\MindMate.Win7\bin\Release\CustomFontDialog.dll"; DestDir: "{app}" diff --git a/MindMate.Win7/Properties/AssemblyInfo.cs b/MindMate.Win7/Properties/AssemblyInfo.cs index 33061081..cdb9a693 100644 --- a/MindMate.Win7/Properties/AssemblyInfo.cs +++ b/MindMate.Win7/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.2.*")] +[assembly: AssemblyVersion("0.3.*")] //[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/MindMate.Win7/View/Ribbon/RibbonMarkup.ribbon b/MindMate.Win7/View/Ribbon/RibbonMarkup.ribbon index 57662b1e..374aeb45 100644 Binary files a/MindMate.Win7/View/Ribbon/RibbonMarkup.ribbon and b/MindMate.Win7/View/Ribbon/RibbonMarkup.ribbon differ diff --git a/MindMate/Properties/AssemblyInfo.cs b/MindMate/Properties/AssemblyInfo.cs index 5ace78fc..aea01191 100644 --- a/MindMate/Properties/AssemblyInfo.cs +++ b/MindMate/Properties/AssemblyInfo.cs @@ -37,5 +37,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.2.*")] +[assembly: AssemblyVersion("0.3.*")] //[assembly: AssemblyFileVersion("0.0.*")]