Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
magicseteditor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
magicseteditor
Commits
d1a2cef5
Commit
d1a2cef5
authored
Jun 01, 2008
by
twanvl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.3.6 windows installer
parent
9545e195
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
tools/msw-installer/installer.iss
tools/msw-installer/installer.iss
+14
-2
No files found.
tools/msw-installer/installer.iss
View file @
d1a2cef5
...
...
@@ -14,7 +14,7 @@
[setup]
AppName = Magic Set Editor 2
AppVerName = Magic Set Editor 2 - 0.3.
5b
beta
AppVerName = Magic Set Editor 2 - 0.3.
6
beta
AppCopyright = Copyright 2001-2007 Twan van Laarhoven
DefaultDirName = {pf}\Magic Set Editor 2
DisableStartupPrompt = 1
...
...
@@ -53,6 +53,12 @@ Name: "custom"; Description: "Custom installation"; Flags: iscustom
; Note: The following line does nothing other than provide a visual cue
; to the user that the program files are installed no matter what.
Name: "prog"; Description: "MSE Program Files"; Flags: fixed; Types: full custom magic vs yugioh
Name: "prog/en"; Description: "English translation"; Flags: fixed; Types: full custom magic vs yugioh
#if INSTALL_ALL
Name: "prog/fr"; Description: "French translation"; Types: full custom
Name: "prog/es"; Description: "Spanish translation"; Types: full custom
Name: "prog/it"; Description: "Italian translation"; Types: full custom
#endif
Name: "style"; Description: "Templates"; Types: full custom magic vs yugioh
Name: "style/mtg"; Description: "Magic the Gathering"; Types: full custom magic
Name: "style/mtg/new"; Description: "Modern style, after 8th edition"; Types: full custom magic
...
...
@@ -106,7 +112,13 @@ Name: "style/yugioh"; Description: "Yu-Gi-Oh!";
Source: "build/Release Unicode/mse.exe"; DestDir: "{app}"; Components: prog; Flags: replacesameversion
; locales: en
Source: "data/en.mse-locale/*"; DestDir: "{app}/data/en.mse-locale/"; Components: prog; Flags: recursesubdirs
Source: "data/en.mse-locale/*"; DestDir: "{app}/data/en.mse-locale/"; Components: prog/en; Flags: recursesubdirs
#if INSTALL_ALL
Source: "data/fr.mse-locale/*"; DestDir: "{app}/data/fr.mse-locale/"; Components: prog/fr; Flags: recursesubdirs
Source: "data/it.mse-locale/*"; DestDir: "{app}/data/it.mse-locale/"; Components: prog/it; Flags: recursesubdirs
Source: "data/es.mse-locale/*"; DestDir: "{app}/data/es.mse-locale/"; Components: prog/es; Flags: recursesubdirs
;Source: "data/jp.mse-locale/*"; DestDir: "{app}/data/jp.mse-locale/"; Components: prog/jp; Flags: recursesubdirs
#endif
; ------------------------------------------------------------------------- : Style packages
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment