|
-
Sep 22nd, 2010, 12:58 PM
#1
Thread Starter
New Member
Inno Setup parameter.
Windows XP PRO sp3 with NT 4
Hello guys
i have a little problem on Compiler me project. it shows me this error on run :
" Unrecognized parameter name " Entry" "
On this Line :
FileName: "{aPPDir}\Home.url"; Section: "InternetShortcut"; Entry: "URL"; Value: "http://computergames.ro/";
i try google but no luck, for 3 days i searched for this error.
i have no luck on solving this problem on me one. Help !
All the best. Nicolaus
-
Sep 24th, 2010, 02:50 AM
#2
Re: Inno Setup parameter.
What are you trying to do with this code?
This?:
[InternetShortcut]
URL=http://web.site.address/
[Files]
Source: "website.url"; DestDir: "{app}"
[Icons]
Name: "{group}\Visit My Web Site"; Filename: "{app}\website.url"
-
Dec 23rd, 2010, 03:44 PM
#3
New Member
Re: Inno Setup parameter.
Hello,
Replaces "Entry" by "Key" and "Value" by "String"
FileName: "{aPPDir}\Home.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://computergames.ro/";
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|