Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cduce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
19
Issues
19
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cduce
cduce
Commits
98b9feca
Commit
98b9feca
authored
Jan 22, 2008
by
Karoline Malmkjaer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added .cdo extension. Icons work now, but launcher doesn't.
parent
43ebbb56
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
win32/CDuce inno setup script 1.iss
win32/CDuce inno setup script 1.iss
+10
-5
No files found.
win32/CDuce inno setup script 1.iss
View file @
98b9feca
...
...
@@ -44,13 +44,14 @@ Name: desktopicon; Description: {cm:CreateDesktopIcon}; GroupDescription: {cm:Ad
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
Source: ..\cduce.exe; DestDir: {app}
Source: ..\dtd2cduce.exe; DestDir: {app}
Source: ..\..\..\..\..\..\bin\cygpcre-0.dll; DestDir: {app}
Source: ..\..\..\..\..\..\bin\cygwin1.dll; DestDir: {app}
[Icons]
Name: {group}\{#MyAppName}; Filename: {app}\{#MyAppExeName}
Name: {group}\{#MyAppName}; Filename: {app}\{#MyAppExeName}
; Flags: dontcloseonexit; Tasks: ; Languages:
Name: {group}\{cm:ProgramOnTheWeb,{#MyAppName}}; Filename: {#MyAppURL}
Name: {group}\{cm:UninstallProgram,{#MyAppName}}; Filename: {uninstallexe}
Name: {commondesktop}\{#MyAppName}; Filename: {app}\{#MyAppExeName}; Tasks: desktopicon
Name: {group}\{cm:UninstallProgram, {#MyAppName}}; Filename: {uninstallexe}
Name: {commondesktop}\{#MyAppName}; Filename: {app}\{#MyAppExeName}; Tasks: desktopicon; Flags: dontcloseonexit; Languages:
[Run]
Filename: {app}\{#MyAppExeName}; Description: {cm:LaunchProgram,{#MyAppName}}; Flags: nowait postinstall skipifsilent
...
...
@@ -58,5 +59,9 @@ Filename: {app}\{#MyAppExeName}; Description: {cm:LaunchProgram,{#MyAppName}}; F
Root: HKLM; Subkey: SYSTEM\CurrentControlSet\Control\Session Manager\Environment; ValueType: expandsz; ValueName: Path; ValueData: "{reg:HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment,Path};{app}"; Flags: dontcreatekey
Root: HKCR; Subkey: .cd; ValueType: string; ValueData: CDuceFile; Flags: uninsdeletekey
Root: HKCR; Subkey: CDuceFile; ValueType: string; ValueData: CDuce File; Flags: uninsdeletekey
Root: HKCR; Subkey: CDuceFile\DefaultIcon; ValueType: string; ValueData: {app}\CDuce.exe, 0
Root: HKCR; Subkey: CDuceFile\shell\open\command; ValueType: string; ValueData: "{app}\CDuce.exe ""%1"""
Root: HKCR; Subkey: CDuceFile\DefaultIcon; ValueType: string; ValueData: {app}\{#MyAppExeName}, 0
Root: HKCR; Subkey: CDuceFile\shell\open\command; ValueType: string; ValueData: "{app}\{#MyAppExeName} --script ""%1"""
Root: HKCR; Subkey: .cdo; ValueType: string; ValueData: CDuceCompFile; Flags: uninsdeletekey
Root: HKCR; Subkey: CDuceCompFile; ValueType: string; ValueData: CDuce Compiled File; Flags: uninsdeletekey
Root: HKCR; Subkey: CDuceCompFile\DefaultIcon; ValueType: string; ValueData: {app}\{#MyAppExeName}, 0
Root: HKCR; Subkey: CDuceCompFile\shell\open\command; ValueType: string; ValueData: "{app}\{#MyAppExeName} --run ""%1"""
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