Okay.  I don't think the Windows Installer supports checkboxes in listboxes.  
At least, I never found it in my reading of the MSI SDK.

-----Original Message-----
From: Vuchuru, Surekha (SBT US EXT) [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 05, 2008 13:38
To: [email protected]
Subject: Re: [WiX-devs] WiX-devs Digest, Vol 30, Issue 2

Hi Rob,

Not sure...I am still in the process of learning how to use Wix...
I dynamically get data and based on that information, I need to create
those many number of checkboxes and place them in a listbox/listview and
dsiplay that in UI during installation.

Thanks and Regards,
Surekha Vuchuru

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 05, 2008 3:24 PM
To: [email protected]
Subject: WiX-devs Digest, Vol 30, Issue 2

Send WiX-devs mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/wix-devs
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of WiX-devs digest..."


Today's Topics:

   1. Re: Patch for CNDL0014 & LGHT0091 errors when using       HEATwith
      VSProjectHarvester (Bob Arnson)
   2. Re: Use URI's for file source (Rob Mensching)
   3. Checkboxes insde a listbox (Vuchuru, Surekha (SBT US EXT))
   4. Re: Checkboxes insde a listbox (Rob Mensching)
   5. Re: Use URI's for file source (Thomas S. Trias)


----------------------------------------------------------------------

Message: 1
Date: Wed, 05 Nov 2008 10:36:11 -0800
From: Bob Arnson <[EMAIL PROTECTED]>
Subject: Re: [WiX-devs] Patch for CNDL0014 & LGHT0091 errors when
        using   HEATwith VSProjectHarvester
To: Windows Installer XML toolset developer mailing list
        <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"

Dawson, James wrote:
>
> Incidentally, is it normal for the objects that hang off the 'Wix'
> aliased namespace (e.g. Wix.Directory, Wix.Component etc.) to show up
> as 'symbol not found' in Visual Studio but compile OK, or is it
> something I've not setup properly?
>

Those are types generated from the .xsd files so they don't exist until
you build (or reference an already-built wix.dll).

--
sig://boB
http://joyofsetup.com/

-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 2
Date: Wed, 5 Nov 2008 10:46:11 -0800
From: Rob Mensching <[EMAIL PROTECTED]>
Subject: Re: [WiX-devs] Use URI's for file source
To: Windows Installer XML toolset developer mailing list
        <[email protected]>, "[EMAIL PROTECTED]"
        <[EMAIL PROTECTED]>
Message-ID:

<[EMAIL PROTECTED]
icrosoft.com>

Content-Type: text/plain; charset="us-ascii"

I'm not sure this is something the core toolset should do.  We really
need to stabilize the core.  What about building this as a Binder
extension?  I'd rather make changes in the core toolset to enable these
scenarios via extensions rather than continue to grow the core toolset.

Thoughts?

-----Original Message-----
From: Bob Arnson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 05, 2008 10:39
To: [EMAIL PROTECTED]; Windows Installer XML toolset developer
mailing list
Subject: Re: [WiX-devs] Use URI's for file source

Thomas S. Trias wrote:
> I am considering adding support for arbitrary URI's as the Source of
> WixFile elements to Candle.exe.  Besides the section around line 2956
of
> Binder.cs (inside UpdateFileInformation), are there any other areas
that
> may be affected?  I figure if I perform the download at that point to
a
> temporary location, I can build the FileInfo from the temporary file
and
> rewrite the in-memory records to reflect the temporary file location
so
> as not to break subsequent logic.

You'd also have to clean up the temporary files and maintain the
original source path, so the .wixpdb points to the real sources.

--
sig://boB
http://joyofsetup.com/


------------------------------------------------------------------------
-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs




------------------------------

Message: 3
Date: Wed, 5 Nov 2008 14:33:02 -0600
From: "Vuchuru, Surekha (SBT US EXT)"
        <[EMAIL PROTECTED]>
Subject: [WiX-devs] Checkboxes insde a listbox
To: <[email protected]>
Message-ID:

<[EMAIL PROTECTED]>

Content-Type: text/plain; charset="us-ascii"

Hello All,

I am trying to create a listbox which has more than one checkboxes in it
as its items. Please let me know how I can accomplish that task.

Thanks and Regards,
Surekha Vuchuru
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 4
Date: Wed, 5 Nov 2008 12:40:56 -0800
From: Rob Mensching <[EMAIL PROTECTED]>
Subject: Re: [WiX-devs] Checkboxes insde a listbox
To: Windows Installer XML toolset developer mailing list
        <[email protected]>
Message-ID:

<[EMAIL PROTECTED]
icrosoft.com>

Content-Type: text/plain; charset="us-ascii"

The Windows Installer supports that?

From: Vuchuru, Surekha (SBT US EXT)
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 05, 2008 12:33
To: [email protected]
Subject: [WiX-devs] Checkboxes insde a listbox

Hello All,

I am trying to create a listbox which has more than one checkboxes in it
as its items. Please let me know how I can accomplish that task.

Thanks and Regards,
Surekha Vuchuru
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 5
Date: Wed, 05 Nov 2008 15:23:17 -0600
From: "Thomas S. Trias" <[EMAIL PROTECTED]>
Subject: Re: [WiX-devs] Use URI's for file source
To: Rob Mensching <[EMAIL PROTECTED]>
Cc: Windows Installer XML toolset developer mailing list
        <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"

I realized I'd have to clean up the temporary files; I figured I would
perform the clean-up step upon termination.  I'll look into the other
places that use the source path (such as the pdb generation).

I like the idea of using the extension framework, especially since the
URI's I want to use require an SVN protocol handler anyway.  The
extensions to the compiler and extractor are pretty straightforward; are

there already extensions for the binder / linker that I could look at?

Thomas S. Trias
Senior Developer
Artizan Internet Services
http://www.artizan.com/



-------- Original Message  --------
Subject: Re: [WiX-devs] Use URI's for file source
From: Rob Mensching <[EMAIL PROTECTED]>
To: Windows Installer XML toolset developer mailing list
<[email protected]>, [EMAIL PROTECTED]
<[EMAIL PROTECTED]>
Date: 11/5/2008 12:46 PM
> I'm not sure this is something the core toolset should do.  We really
need to stabilize the core.  What about building this as a Binder
extension?  I'd rather make changes in the core toolset to enable these
scenarios via extensions rather than continue to grow the core toolset.
>
> Thoughts?
>
> -----Original Message-----
> From: Bob Arnson [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 05, 2008 10:39
> To: [EMAIL PROTECTED]; Windows Installer XML toolset developer
mailing list
> Subject: Re: [WiX-devs] Use URI's for file source
>
> Thomas S. Trias wrote:
>
>> I am considering adding support for arbitrary URI's as the Source of
>> WixFile elements to Candle.exe.  Besides the section around line 2956
of
>> Binder.cs (inside UpdateFileInformation), are there any other areas
that
>> may be affected?  I figure if I perform the download at that point to
a
>> temporary location, I can build the FileInfo from the temporary file
and
>> rewrite the in-memory records to reflect the temporary file location
so
>> as not to break subsequent logic.
>>
>
> You'd also have to clean up the temporary files and maintain the
> original source path, so the .wixpdb points to the real sources.
>
> --
> sig://boB
> http://joyofsetup.com/
>
>
>
------------------------------------------------------------------------
-
> This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
> Build the coolest Linux based applications with Moblin SDK & win great
prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> WiX-devs mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wix-devs
>
>
>
>
>

-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

------------------------------------------------------------------------
-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

------------------------------

_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs


End of WiX-devs Digest, Vol 30, Issue 2
***************************************

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to