Results 1 to 3 of 3

Thread: Inno Setup parameter.

Hybrid View

  1. #1
    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

  2. #2
    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