diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-04-26 23:34:13 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-04-26 23:34:13 +0000 |
commit | c4169661117ce6e5bf4b2e8c0ee768b251fde4ce (patch) | |
tree | c1a24e815a272ea4c924096b05cca327d7ea47d2 /packages/win32_inno | |
parent | d2fc0b16c9c8222241769d6f491ed0b1ad9b523a (diff) |
added new url files for delete upon uninstall; new attempt at getting the ASIO4all url to open at the end of the install
svn path=/trunk/; revision=11162
Diffstat (limited to 'packages/win32_inno')
-rwxr-xr-x | packages/win32_inno/pd-inno.iss.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/win32_inno/pd-inno.iss.in b/packages/win32_inno/pd-inno.iss.in index a447c141..61d8bc52 100755 --- a/packages/win32_inno/pd-inno.iss.in +++ b/packages/win32_inno/pd-inno.iss.in @@ -57,11 +57,14 @@ Name: {group}\GrIPD; Filename: {app}\gripd\gripd.exe [Run]
; NOTE: The following entry contains an English phrase ("Launch"). You are free to translate it into another language if required.
;Filename: {app}\bin\pd.exe; Description: Launch Pd-extended; Flags: nowait postinstall skipifsilent
-Filename: {app}\asio4all.url; Description: open ASIO4ALL website; Flags: nowait postinstall skipifsilent
+Filename: rundll32 url.dll,FileProtocolHandler http://asio4all.com; Description: open ASIO4ALL website; Flags: nowait postinstall skipifsilent
[UninstallDelete]
Type: files; Name: {app}\pd.url
Type: files; Name: {app}\asio4all.url
+Type: files; Name: {app}\puredata.url
+Type: files; Name: {app}\pd-tutorial.url
+Type: files; Name: {app}\techniques.url
[Registry]
Root: HKCR; SubKey: Pure.Data; ValueType: dword; ValueName: EditFlags; ValueData: $00000000; Flags: noerror uninsdeletekey; Tasks: fileassociations
|