diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-04-29 01:37:59 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-04-29 01:37:59 +0000 |
commit | 56008e46886ae020b886b30884ba1d2a721524b4 (patch) | |
tree | a0da207bd9cc81d5dca161f95a462bf8c7ff49ca | |
parent | 785e803259c2662c56f704ef7e49bac53ed14ab2 (diff) |
removed failed attempt of getting asio4all.com to launch after installer completes
svn path=/trunk/; revision=11195
-rwxr-xr-x | packages/win32_inno/pd-inno.iss.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/win32_inno/pd-inno.iss.in b/packages/win32_inno/pd-inno.iss.in index 61d8bc52..f045955c 100755 --- a/packages/win32_inno/pd-inno.iss.in +++ b/packages/win32_inno/pd-inno.iss.in @@ -57,7 +57,8 @@ 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: rundll32 url.dll,FileProtocolHandler http://asio4all.com; Description: open ASIO4ALL website; Flags: nowait postinstall skipifsilent
+; failed attempt at getting this url to open after the install is complete +;Filename: rundll32 url.dll,FileProtocolHandler http://asio4all.com; Description: open ASIO4ALL website; Flags: nowait postinstall skipifsilent
[UninstallDelete]
Type: files; Name: {app}\pd.url
|