|
From: <sag...@us...> - 2010-03-13 00:23:33
|
Revision: 527
http://modplug.svn.sourceforge.net/modplug/?rev=527&view=rev
Author: saga-games
Date: 2010-03-13 00:22:53 +0000 (Sat, 13 Mar 2010)
Log Message:
-----------
[Imp] Installer: Use DDE commands to open files.
Modified Paths:
--------------
trunk/OpenMPT/installer/filetypes.iss
Modified: trunk/OpenMPT/installer/filetypes.iss
===================================================================
--- trunk/OpenMPT/installer/filetypes.iss 2010-03-12 23:35:13 UTC (rev 526)
+++ trunk/OpenMPT/installer/filetypes.iss 2010-03-13 00:22:53 UTC (rev 527)
@@ -84,13 +84,10 @@
; important (setup)
Root: HKCR; Subkey: "OpenMPTFile"; ValueType: string; ValueName: ""; ValueData: "OpenMPT Module"; Flags: uninsdeletekey; Tasks: associate_common or associate_exotic
Root: HKCR; Subkey: "OpenMPTFile\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\mpt.ico,0"; Tasks: associate_common or associate_exotic
-Root: HKCR; Subkey: "OpenMPTFile\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\mptrack.exe"" ""%1"""; Tasks: associate_common or associate_exotic
+Root: HKCR; Subkey: "OpenMPTFile\shell\Open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\mptrack.exe"" ""%1"""; Tasks: associate_common or associate_exotic
+Root: HKCR; Subkey: "OpenMPTFile\shell\Open\ddeexec"; ValueType: string; ValueName: ""; ValueData: "[Edit(""%1"")]"; Tasks: associate_common or associate_exotic
[Files]
; icon file (should be moved into EXE)
Source: "mpt.ico"; DestDir: "{app}"; Flags: ignoreversion
-
-
-
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|