[sldev] [HELP] Changing shortcut target parameters in SL source code or Inno Setup?

Gareth Nelson gareth at garethnelson.com
Wed Feb 4 08:21:37 PST 2009


Are you definately running a login server on localhost which is
listening on port 80?

On Wed, Feb 4, 2009 at 11:04 AM, izze euler <izzee at hotmail.co.uk> wrote:
> It doesn't work. I have tried replacing the <string /> with
> <string>http://localhost</string> and also removing <array></array>, but
> neither work. Setting persist to 1 doesn't make any difference either. Any
> other ideas?
>
> Thanks
>
>> Date: Tue, 3 Feb 2009 15:08:42 +0000
>> Subject: Re: [sldev] [HELP] Changing shortcut target parameters in SL
>> source code or Inno Setup?
>> From: gareth at garethnelson.com
>> To: izzee at hotmail.co.uk
>> CC: trent.mavendorf at googlemail.com; sldev at lists.secondlife.com
>>
>> You might also want to set persist to 1
>>
>> On Tue, Feb 3, 2009 at 3:08 PM, Gareth Nelson <gareth at garethnelson.com>
>> wrote:
>> > Edit settings.xml, find CmdLineLoginURI and edit like so:
>> > <key>CmdLineLoginURI</key>
>> > <map>
>> > <key>Comment</key>
>> > <string>Command line specified login server and CGI prefix to
>> > use.</string>
>> > <key>Persist</key>
>> > <integer>0</integer>
>> > <key>Type</key>
>> > <string>LLSD</string>
>> > <key>Value</key>
>> > <array>
>> > <string>http://your-login-server-here</string>
>> > </array>
>> > </map>
>> >
>> >
>> >
>> > On Tue, Feb 3, 2009 at 12:54 PM, izze euler <izzee at hotmail.co.uk> wrote:
>> >> How do I add command-line params to the settings.xml file? Are you able
>> >> to
>> >> give me an example? I also want to be able to hardcode the -loginuri
>> >> field.
>> >>
>> >> Thanks
>> >>
>> >>> Date: Tue, 3 Feb 2009 08:35:09 +0000
>> >>> Subject: Re: [sldev] [HELP] Changing shortcut target parameters in SL
>> >>> source code or Inno Setup?
>> >>> From: gareth at garethnelson.com
>> >>> To: trent.mavendorf at googlemail.com
>> >>> CC: izzee at hotmail.co.uk; sldev at lists.secondlife.com
>> >>>
>> >>> settings.xml lets you hardcode any of the command-line params without
>> >>> a recompile
>> >>>
>> >>> On Mon, Feb 2, 2009 at 2:56 PM, Trent Mavendorf
>> >>> <trent.mavendorf at googlemail.com> wrote:
>> >>> > what Lear Cale suggested - or you could force it by
>> >>> > gSavedSettings.setBOOL("AllowMultipleViewers", TRUE);
>> >>> > in llappviewer.cpp
>> >>> > (didnt test it though)
>> >>> >
>> >>> > 2009/2/2 izze euler <izzee at hotmail.co.uk>
>> >>> >>
>> >>> >> Hi,
>> >>> >>
>> >>> >> Is it possible to change the shortcut target parameters in the SL
>> >>> >> source
>> >>> >> code or using Inno Setup when creating an installer?
>> >>> >>
>> >>> >> I would like to add a parameter such as "-multiple" to the shortcut
>> >>> >> target, so that I do not have to add it manually every time I
>> >>> >> create a
>> >>> >> shortcut. Does anyone know how I can do this?
>> >>> >>
>> >>> >> Thanks
>> >>> >>
>> >>> >> ________________________________
>> >>> >> Share your photos with Windows Live Photos - Free Try it Now!
>> >>> >> _______________________________________________
>> >>> >> Policies and (un)subscribe information available here:
>> >>> >> http://wiki.secondlife.com/wiki/SLDev
>> >>> >> Please read the policies before posting to keep unmoderated posting
>> >>> >> privileges
>> >>> >
>> >>> >
>> >>> > _______________________________________________
>> >>> > Policies and (un)subscribe information available here:
>> >>> > http://wiki.secondlife.com/wiki/SLDev
>> >>> > Please read the policies before posting to keep unmoderated posting
>> >>> > privileges
>> >>> >
>> >>>
>> >>>
>> >>>
>> >>> --
>> >>> Please avoid sending me Word or PowerPoint attachments.
>> >>> See http://www.gnu.org/philosophy/no-word-attachments.html
>> >>
>> >> ________________________________
>> >> Share your photos with Windows Live Photos – Free Find out more!
>> >
>> >
>> >
>> > --
>> > Please avoid sending me Word or PowerPoint attachments.
>> > See http://www.gnu.org/philosophy/no-word-attachments.html
>> >
>>
>>
>>
>> --
>> Please avoid sending me Word or PowerPoint attachments.
>> See http://www.gnu.org/philosophy/no-word-attachments.html
>
> ________________________________
> Share your photos with Windows Live Photos – Free Find out more!



-- 
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


More information about the SLDev mailing list