Results 1 to 3 of 3

Thread: Inno Setup parameter.

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2010
    Posts
    3

    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

  2. #2
    PowerPoster Radjesh Klauke's Avatar
    Join Date
    Dec 2005
    Location
    Sexbierum (Netherlands)
    Posts
    2,244

    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"


    If you found my post helpful, please rate it.

    Codebank Submission: FireFox Browser (Gecko) in VB.NET, Load files, (sub)folders treeview with Windows icons

  3. #3
    New Member
    Join Date
    Dec 2010
    Posts
    1

    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
  •  



Click Here to Expand Forum to Full Width