mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
cosmetics
git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@743 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
parent
864f2c38fb
commit
30fb501385
@ -217,7 +217,7 @@ Name: {group}\Subtitle Edit; Filename: {app}\SubtitleEdit.exe; Wo
|
||||
Name: {group}\Help and Support\Changelog; Filename: {app}\Changelog.txt; WorkingDir: {app}; Comment: {cm:sm_com_Changelog}
|
||||
Name: {group}\Help and Support\Online Help; Filename: http://www.nikse.dk/SubtitleEdit/Help.aspx
|
||||
Name: {group}\Help and Support\{cm:ProgramOnTheWeb,Subtitle Edit}; Filename: http://www.nikse.dk/SubtitleEdit/; Comment: {cm:ProgramOnTheWeb,Subtitle Edit}
|
||||
Name: {group}\{cm:UninstallProgram,Subtitle Edit}; Filename: {uninstallexe}; Comment: {cm:UninstallProgram,Subtitle Edit}; WorkingDir: {app}; IconFilename: {app}\Icons\uninstall.ico
|
||||
Name: {group}\{cm:UninstallProgram,Subtitle Edit}; Filename: {uninstallexe}; Comment: {cm:UninstallProgram,Subtitle Edit}; WorkingDir: {app}; IconFilename: {app}\Icons\uninstall.ico
|
||||
|
||||
Name: {commondesktop}\Subtitle Edit; Filename: {app}\SubtitleEdit.exe; WorkingDir: {app}; Comment: Subtitle Edit v{#simple_app_version}; AppUserModelID: Nikse.SubtitleEdit; IconFilename: {app}\SubtitleEdit.exe; IconIndex: 0; Tasks: desktopicon\common
|
||||
Name: {userdesktop}\Subtitle Edit; Filename: {app}\SubtitleEdit.exe; WorkingDir: {app}; Comment: Subtitle Edit v{#simple_app_version}; AppUserModelID: Nikse.SubtitleEdit; IconFilename: {app}\SubtitleEdit.exe; IconIndex: 0; Tasks: desktopicon\user
|
||||
@ -241,6 +241,17 @@ Type: files; Name: {app}\Dictionaries\en_US_user.xml; Check: IsU
|
||||
Type: files; Name: {app}\Dictionaries\eng_OCRFixReplaceList.xml; Check: IsUpgrade()
|
||||
Type: files; Name: {app}\Dictionaries\names_etc.xml; Check: IsUpgrade()
|
||||
Type: dirifempty; Name: {app}\Dictionaries; Check: IsUpgrade()
|
||||
Type: files; Name: {app}\TessData\eng.DangAmbigs; Check: IsUpgrade()
|
||||
Type: files; Name: {app}\TessData\eng.freq-dawg; Check: IsUpgrade()
|
||||
Type: files; Name: {app}\TessData\eng.inttemp; Check: IsUpgrade()
|
||||
Type: files; Name: {app}\TessData\eng.normproto; Check: IsUpgrade()
|
||||
Type: files; Name: {app}\TessData\eng.pffmtable; Check: IsUpgrade()
|
||||
Type: files; Name: {app}\TessData\eng.unicharset; Check: IsUpgrade()
|
||||
Type: files; Name: {app}\TessData\eng.user-words; Check: IsUpgrade()
|
||||
Type: files; Name: {app}\TessData\eng.word-dawg; Check: IsUpgrade()
|
||||
Type: dirifempty; Name: {app}\TessData; Check: IsUpgrade()
|
||||
Type: files; Name: {app}\Settings.xml; Check: IsUpgrade()
|
||||
Type: files; Name: {app}\tessnet2_32.dll; Check: IsUpgrade()
|
||||
Type: files; Name: {app}\uninstall.ico; Check: IsUpgrade()
|
||||
|
||||
#ifdef localize
|
||||
@ -276,19 +287,6 @@ Type: files; Name: {app}\Languages\zh-CHS.xml; Check: NOT IsComponentSe
|
||||
Type: dirifempty; Name: {app}\Languages; Check: NOT IsComponentSelected('translations') AND IsUpgrade()
|
||||
#endif
|
||||
|
||||
Type: files; Name: {app}\tessnet2_32.dll; Check: IsUpgrade()
|
||||
Type: files; Name: {app}\TessData\eng.DangAmbigs; Check: IsUpgrade()
|
||||
Type: files; Name: {app}\TessData\eng.freq-dawg; Check: IsUpgrade()
|
||||
Type: files; Name: {app}\TessData\eng.inttemp; Check: IsUpgrade()
|
||||
Type: files; Name: {app}\TessData\eng.normproto; Check: IsUpgrade()
|
||||
Type: files; Name: {app}\TessData\eng.pffmtable; Check: IsUpgrade()
|
||||
Type: files; Name: {app}\TessData\eng.unicharset; Check: IsUpgrade()
|
||||
Type: files; Name: {app}\TessData\eng.user-words; Check: IsUpgrade()
|
||||
Type: files; Name: {app}\TessData\eng.word-dawg; Check: IsUpgrade()
|
||||
Type: dirifempty; Name: {app}\TessData; Check: IsUpgrade()
|
||||
|
||||
Type: files; Name: {app}\Settings.xml; Check: IsUpgrade()
|
||||
|
||||
|
||||
[Run]
|
||||
Filename: {win}\Microsoft.NET\Framework\v2.0.50727\ngen.exe; Parameters: "install ""{app}\SubtitleEdit.exe"""; StatusMsg: {cm:msg_OptimizingPerformance}; Flags: runhidden runascurrentuser skipifdoesntexist
|
||||
|
@ -13,10 +13,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SubversionScc) = preSolution
|
||||
Svn-Managed = True
|
||||
Manager = AnkhSVN - Subversion Support for Visual Studio
|
||||
EndGlobalSection
|
||||
GlobalSection(TestCaseManagementSettings) = postSolution
|
||||
CategoryFile = SubtitleEdit.vsmdi
|
||||
EndGlobalSection
|
||||
@ -37,4 +33,8 @@ Global
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(SubversionScc) = preSolution
|
||||
Svn-Managed = True
|
||||
Manager = AnkhSVN - Subversion Support for Visual Studio
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
Loading…
Reference in New Issue
Block a user