Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
98b9feca
Commit
98b9feca
authored
Jan 22, 2008
by
Karoline Malmkjaer
Browse files
Added .cdo extension. Icons work now, but launcher doesn't.
parent
43ebbb56
Changes
1
Hide whitespace changes
Inline
Side-by-side
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