Re: [WiX-users] how to get ip address of the host machine

2007-11-22 Thread diwakar09

Thanx for your reply

I need to find the ip address of the machine where the installation is
taking place,
Suppose i want to install my application on VMware machine, then the
installer should show the ip of VM machine in its text field,

Because in default values in text field it shows localhost, instead of
showing localhost i need to show ip address


Richard-45 wrote:
> 
> This is another example where its more helpful to know the goal (what
> are you doing with the address and why do you need it?) than the task
> (how to get an ip address).
> 
> By not telling us the goal, you're preventing us from giving you the
> best answer.
> -- 
> "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
>   
> 
> Legalize Adulthood! 
> 
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/how-to-get-ip-address-of-the-host-machine-tf4857248.html#a13908173
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] how to get ip address of the host machine

2007-11-22 Thread diwakar09

Thanx for your reply 

 yes you are right a machine can have many ip address, but i need to find a
single ip among all these,

there should be some default value in textfield so that the user doesnot
need to type ip and just click next make him able to finish the installation
and he can use the application.

suppose the user want to install the application on vmware, so the installer
should show the ip address of vm machine. 



DEÁK JAHN, Gábor-2 wrote:
> 
> On Thu, 22 Nov 2007 20:51:20 -, Neil Sleightholm wrote:
> 
> Neil,
> 
>> I don't have the answer but a warning, which IP address? Be careful
>> doing this as many machines have more than one IP address. Mine has
>> 4: one for the local lan, one for a VPN connection and 2 for VMWare.
> 
> I never actually needed this but I wrote a diagnostics utility once and
> now I checked it. My approach would probably be to query WMI for the first
> network adapter listed and its associated IP address. But from the point
> of view of WiX, a custom action will obviously be required to provide this
> data.
> 
> Bye,
>Gábor
> 
> ---
> DEÁK JAHN, Gábor -- Budapest, Hungary
> E-mail: [EMAIL PROTECTED]
> 
> 
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/how-to-get-ip-address-of-the-host-machine-tf4857248.html#a13907930
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Custom Action type 1042 and 18

2007-11-22 Thread SaiTeja


Hi Jim

Now I need Type as "1554". Can you tell me the values.

Return= ??
Execute="deferred"
Impersonate=??
HideTarget=??

Also is there a way to find out the same or it is just trail and error








SaiTeja wrote:
> 
> Thanks Jim
> 
> Its showing now type as 1042. 
> 
> Thanks a lot.
> 
> 
> 
> 
> Jim Williams-3 wrote:
>> 
>> All of the custom action attributes, when coded into the action type
>> give a different value depending on what is specified for the attribute.
>> So changing a value from "yes" to "no" can make a big difference in the
>> value... they are just bit settings and to the action type.  But if you
>> specifically want 1042, then, try:
>> 
>> Return="check"
>> Execute="deferred"
>> Impersonate="yes"
>> HideTarget="no"
>> 
>> But these values may not be what you want for executing the custom
>> action.
>> 
>> Jim
>> 
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On Behalf Of SaiTeja
>> Sent: Friday, November 16, 2007 12:47 AM
>> To: wix-users@lists.sourceforge.net
>> Subject: Re: [WiX-users] Custom Action type 1042 and 18
>> 
>> 
>> Hello Jim,
>> 
>> I replaced Execute with  "deferred" 
>> 
>> now is showing when i open orca type 11346.
>> But I want type should be 1042
>> 
>> below is code
>> 
>>  > HideTarget="yes"
>> Execute="deferred" Impersonate="no" TerminalServerAware="no"
>> ExeCommand="DisableBrowseInPlace" FileKey="lqmireg.exe">
>> 
>> 
>> Please let me know
>> 
>> 
>> Jim Williams-3 wrote:
>>> 
>>> I think you want Execute="deferred".
>>> 
>>> Jim
>>> 
below is my custom action.

>> HideTarget="no"
Impersonate="no" TerminalServerAware="no"
>>> ExeCommand="DisableBrowseInPlace"
Execute="immediate" Return="check" />
 
When I open msi with orca, it is showing type as 2066. But I want type
should be 1042

Could you tell me how to do this
>>> 
>>>
>> 
>> -
>>> This SF.net email is sponsored by: Microsoft
>>> Defy all challenges. Microsoft(R) Visual Studio 2005.
>>> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
>>> ___
>>> WiX-users mailing list
>>> WiX-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>> 
>>> 
>> 
>> -- 
>> View this message in context:
>> http://www.nabble.com/Custom-Action-type-1042-and-18-tf4819034.html#a137
>> 88852
>> Sent from the wix-users mailing list archive at Nabble.com.
>> 
>> 
>> 
>> -
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2005.
>> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
>> ___
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>> 
>> -
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2005.
>> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
>> ___
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Custom-Action-type-1042-and-18-tf4819034.html#a13907396
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Feature containing merge module always seems to be advertised

2007-11-22 Thread Duncan Bayne
> EDB0, if I recall correctly, is the op-code for LDIR.  Yep,
> wow, that's sad.

http://99-bottles-of-beer.net/language-assembler-(z80)-843.html

At least nowadays I have an assembler, unlike when I was 9.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] PrintEULA CA

2007-11-22 Thread Bob Arnson
Gareth at Serif wrote:
> Hi guys, has anyone succesfully included the PrintEULA call in the latest
> wixca.dll (2.0.5805.0)?
>   

It works from WixUI. PrintEula requires that the license RTF be stored 
in a control named LicenseText.

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



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] copy file from shared folder

2007-11-22 Thread Bob Arnson
wolk wrote:
> It is possible to copy(using copyfile) from server shared folder? 

It depends on permissions: MSI runs as LocalSystem, so it won't have the 
installing user's permissions to access a share.

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



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Serial Key UI

2007-11-22 Thread Bob Arnson
Gareth at Serif wrote:
> 1 - If you nicely split a long serial key into several edit fields, how can
> you set them up to be linked so that you can type in the 1st and it will
> jump to the 2nd (after 5 chars, say) so the user can just type the whole
> thing uninterupted?  And this behaviour might also support copy/paste across
> all fields if the serial key is emailed to them.
>   

Check out the MaskedEdit control.
> 2 - It's simple enough to disable the 'Next' button until all fields have
> content, but it doesn't update until the focus leaves the final field. 
> Although, this might happen for free if a solution to #1 is available.
>   

By design, unfortunately. MSI doesn't process control conditions on 
every keypress in an edit control.

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



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Creating a Setup in different language than English

2007-11-22 Thread Bob Arnson
DEÁK JAHN, Gábor wrote:
> The latest wix-2.0.5325.0-binaries.zip has *none* of them but English... What 
> happened?
>   

Dunno. v2.0.5805.0 has seven in the binaries .zip and 25 in the sources 
.zip. I fixed zip.build to get all 25 in the binaries .zip, but there 
hasn't been a v2 build since.

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



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Feature containing merge module always seems to be advertised

2007-11-22 Thread Bob Arnson
Duncan Bayne wrote:
> Bingo!  Thank you sir, worked a treat.  MSI has to be one of the most
> arcane technologies I've ever used (and I include hand-assembled Z80
> on an 8-bit Amstrad CPC in that comparison).
>   

EDB0, if I recall correctly, is the op-code for LDIR.  Yep, 
wow, that's sad.

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



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Error 1721 - How to resolve

2007-11-22 Thread SaiTeja

Hi,

Below is my custom action




 
  Installed And
REMOVE="ALL"
   



When am trying to uninstall am getting following error. Can any one tell me
what is the probelm???

Error 1721. There is a problem with this Windows Installer package. A
program required for this install to complete could not be run. Contact your
support personnel or package vendor. Action: LQ_UninstallComService,
location: C:\Program Files\LQ\manifests\qmireg.exe, command:
UninstallComService


Thanks
-- 
View this message in context: 
http://www.nabble.com/Error-1721---How-to-resolve-tf4859815.html#a13907072
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] how to get ip address of the host machine

2007-11-22 Thread Richard
This is another example where its more helpful to know the goal (what
are you doing with the address and why do you need it?) than the task
(how to get an ip address).

By not telling us the goal, you're preventing us from giving you the
best answer.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
  

Legalize Adulthood! 

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] how to get ip address of the host machine

2007-11-22 Thread DE�K JAHN, G�bor
On Thu, 22 Nov 2007 20:51:20 -, Neil Sleightholm wrote:

Neil,

> I don't have the answer but a warning, which IP address? Be careful
> doing this as many machines have more than one IP address. Mine has
> 4: one for the local lan, one for a VPN connection and 2 for VMWare.

I never actually needed this but I wrote a diagnostics utility once and now I 
checked it. My approach would probably be to query WMI for the first network 
adapter listed and its associated IP address. But from the point of view of 
WiX, a custom action will obviously be required to provide this data.

Bye,
   Gábor

---
DEÁK JAHN, Gábor -- Budapest, Hungary
E-mail: [EMAIL PROTECTED]

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] how to get ip address of the host machine

2007-11-22 Thread Neil Sleightholm
I don't have the answer but a warning, which IP address? Be careful
doing this as many machines have more than one IP address. Mine has 4:
one for the local lan, one for a VPN connection and 2 for VMWare.

Neil

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of diwakar09
Sent: 22 November 2007 16:46
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] how to get ip address of the host machine



  Hi,

  I  am very new to wix, I have to find the ip address of the machine
where
the msi file has to be install and put it some text field.

So could any one tell me that, How to get the the ip address of the
system
in wix.

Please help me 

Thanx in advance 
-- 
View this message in context:
http://www.nabble.com/how-to-get-ip-address-of-the-host-machine-tf485724
8.html#a13899412
Sent from the wix-users mailing list archive at Nabble.com.



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Creating a Setup in different language than English

2007-11-22 Thread DE�K JAHN, G�bor
On Tue, 20 Nov 2007 21:23:44 -0800, Bob Arnson wrote:

Bob,

> WiX v3 doesn't yet have all the translations that v2 does, just de-
> de, en-us, es-es, and nl-nl. WiX v2 has 25 now.

The latest wix-2.0.5325.0-binaries.zip has *none* of them but English... What 
happened?

Bye,
   Gábor

---
DEÁK JAHN, Gábor -- Budapest, Hungary
E-mail: [EMAIL PROTECTED]

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] how to get ip address of the host machine

2007-11-22 Thread diwakar09


  Hi,

  I  am very new to wix, I have to find the ip address of the machine where
the msi file has to be install and put it some text field.

So could any one tell me that, How to get the the ip address of the system
in wix.

Please help me 

Thanx in advance 
-- 
View this message in context: 
http://www.nabble.com/how-to-get-ip-address-of-the-host-machine-tf4857248.html#a13899412
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] PrintEULA CA

2007-11-22 Thread Gareth at Serif

Hi guys, has anyone succesfully included the PrintEULA call in the latest
wixca.dll (2.0.5805.0)?

I have my custom action:


And my 'Print' button:

1


But, while clicking said button I get the familiar dialog to choose my
printer and it's options, clicking 'Print' there results in nothing
appearing in the printer queue :-(

Any ideas?

Thanks,
Gareth
-- 
View this message in context: 
http://www.nabble.com/PrintEULA-CA-tf4856905.html#a13898360
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] 电子传真

2007-11-22 Thread 四海恒泰
您好,我是"北京四海恒泰 张力"昨天您我有过电话沟通。现将我公司产品服务介绍给您。
我公司服务的特点:1,无需传真机可以随时随地收取发送传真。实现互联网与传统传真机互通。
2,可以同时给3000个号码发送
3,集成短信群发功能
资费:国内发送 长市合一 6秒钟 3分钱
国际资费 北美 香港 每分钟0.56 人民币

在线联系方式 [EMAIL PROTECTED](Mark)
 QQ:78160372   (Mark)

Mark Zhang

MOBIE:+8613001979666
T E L:+861058690807-12
F A X:+861052214567-1051

Hi-fax传真系统为您驱动高效商务
A Professional Advance Your Business
www.hi-fax.com

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Serial Key UI

2007-11-22 Thread Gareth at Serif

Has anyone created a dialog to accept a serial key from the user before
allowing the 'Next' button to function?  I think it's easy enough to call a
custom action to validate the serial key and to create the field(s) for
users to type their serial key into, but the niceties I'm finding tricky.

1 - If you nicely split a long serial key into several edit fields, how can
you set them up to be linked so that you can type in the 1st and it will
jump to the 2nd (after 5 chars, say) so the user can just type the whole
thing uninterupted?  And this behaviour might also support copy/paste across
all fields if the serial key is emailed to them.

2 - It's simple enough to disable the 'Next' button until all fields have
content, but it doesn't update until the focus leaves the final field. 
Although, this might happen for free if a solution to #1 is available.

Regards,
Gareth
-- 
View this message in context: 
http://www.nabble.com/Serial-Key-UI-tf4855567.html#a13894442
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] ФАБРИКА ЗВЕЗД-Финальный Концер т- 28.11

2007-11-22 Thread gaspar arash
   ВСЕ СПЕКТАКЛИ И ПРЕМЬЕРЫ МОСКВЫ
 229-3500
 Заказ и доставка билетов 9.00-21.00
LADIES NIGHT (В. ЯРЕМЕНКО, Э. КЮРДЗИДИС, М. БАШАРОВ, Г. КУЦЕНКО) 3.12
БЕЗУМНЫЙ ДЕНЬ, ИЛИ ЖЕНИТЬБА ФИГАРО (Ленком, Д. ПЕВЦОВ, А. ЛАЗАРЕВ) - 30.11 и 
13.12
ЗАЯЦ LOVE STORY (В. ГАФТ, Н. ДОРОШИНА) - 28.11 и 14, 25, 31.12
СУПЕРКОМЕДИЯ - НОВАЯ ПРЕМЬЕРА В СОВРЕМЕННИКЕ- ...смешная и забавная история...
ЮНОНА И АВОСЬ (Ленком, Д.ПЕВЦОВ, А.БОЛЬШОВА) - 24.11 и 2, 17, 25, 31.12 
 ***ДЕБОРА БРАУН (США)* - "Посвящение Фитцджеральд" 28.11
ВА-БАНК (Ленком, Д. ПЕВЦОВ, А.ЗБРУЕВ, А.ЗАХАРОВА) 25.11 и 8, 9.12
УЖИН С ДУРАКОМ (Г. ХАЗАНОВ, О. БАСИЛАШВИЛИ) - 25.11 и 14, 15.12
ЖЕНИТЬБА (Ленком, ПРЕМЬЕРА! И. ЧУРИКОВА, О. ЯНКОВСКИЙ, Л.БРОНЕВОЙ, А. ЗАХАРОВА 
и др.) - 27, 28.11 и 4, 5, 15, 16, 28, 29.12
ПИКОВАЯ ДАМА (БОЛЬШОЙ ТЕАТР) - 24, 25.11 и 4, 5, 6.12
КОСМЕТИКА ВРАГА (в гл.роли КОНСТАНТИН РАЙКИН ) ...Жером Ангюст застрял в 
аэропорту Шарля де Голля. Рейс откладывается. К нему с разговорами пристает 
некий господин, он жаждет вывалить случайному встречному такие вещи про себя, 
которые люди предпочитают тщательно скрывать... В конце концов Ангюст понимает, 
что речь идет о его ...жене. - 22, 29.11 и 15, 19, 25.12

 ПЕСНЯ ГОДА С УЧАСТИЕМ АЛЛЫ ПУГАЧЕВОЙ - 9.12
 ДИСКОТЕКА 80-Х 23.11 (ск"Олимпийский")
 МАКСИМ ГАЛКИН - 24, 25.11
АНТОНИЙ И КЛЕОПАТРА - 10, 19.12
(ПРЕМЬЕРА в театре Современник, в гл. ролях ЧУЛПАН ХАМАТОВА и СЕРГЕЙ ШАКУРОВ) 
Современная версия.
БЫСТРЕЕ, ЧЕМ КРОЛИКИ (ПРЕМЬЕРА, шу для театра. Комический театр "КВАРТЕТ 
И" совместно с группой "Агата Кристи", Ю. СТОЯНОВ /программа 
"Городок"/ и др.) - 28.11 и 12, 13.12
Это самый смешной спектакль за всю историю Театра. Завязка сюжета... 
Проститутка, два артиста, их продюсер, трансвестит и русский американец на 
запойной вечеринке приняв какое-то "снадобье... Что дальше было? 
Беспрерывный смех зрителей в течение полутора часов
ЕВГЕНИЙ ГРИШКОВЕЦ - ДРЕДНОУТЫ - 6.12
ШУТ БАЛАКИРЕВ (Ленком, О.ЯНКОВСКИЙ, А.ЗБРУЕВ, А.ЗАХАРОВА) - 2, 26.12
ФИГАРО (ЕВГЕНИЙ МИРОНОВ, ЛИЯ АХЕДЖАКОВА, А. ЛЕОНТЬЕВ) ...Действие перенесено в 
наше время: - 10, 25, 26.12
НОМЕР 13 (Е. МИРОНОВ, А.ЛЕОНТЬЕВ) - остросюжетная комедия 14, 29.12
ЕВГЕНИЙ ГРИШКОВЕЦ - "ПЛАНЕТА" - 7.12...Е.ГРИШКОВЕЦ играет спектакль о 
чужой женщине в чужом окне. Ты ее никогда не увидишь, и она тебя тоже. Женщина 
болтает по телефону, читает Акунина, а мы вместе с ГРИШКОВЦОМ наблюдаем за 
чужой жизнью... 
МУЖСКОЙ РОД ЕДИНСТВЕННОЕ ЧИСЛО (СУПЕРКОМЕДИЯ,В. КОРЕНЕВ, Б. НЕВЗОРОВ, 
Драматический театр им.К.Станиславского,ОЧЕНЬ НЕБОЛЬШОЙ ЗАЛ. СПЕКТАКЛЬ ДОВОЛЬНО 
ПОПУЛЯРНЫЙ, ИЗ РАЗРЯДА "ХИТОВ") - 21, 25, 27, 29.11 и 2, 5, 10, 12, 
18, 26, 31.12

 - ЛЕГЕНДАРНАЯ "КАЛИФОРНИЙСКАЯ СЮИТА" (А. ФРЕЙНДЛИХ, О. БАСИЛИШВИЛИ) 
- 24, 25.12

 Три акта "Калифорнийской сюиты" - три мини-истории - три встречи мужчины и 
женщины - три блистательных психологических раунда. Это истории о семейных 
парах, оказавшихся в одном гостиничном номере.
В первой части в поединок вступают бывшие супруги. Она - редактор нью-йоркского 
еженедельника, желчная и деловая, он - расслабленный калифорнийский 
сценарист.История второй пары представляет сюжет для бродвейского театра: она - 
английская актриса, прилетевшая на церемонию вручения <Оскара>, он - 
сопровождающий ее муж, больше интересующийся мужчинами нежели ей. 
Третья история как анекдот. Утром приезжает жена, а в номере...

ЩЕЛКУНЧИК (БОЛЬШОЙ ТЕАТР) - 23, 27, 28, 29.12 и 22.12(12.00)
ХОМО ЭРЕКТУС /HOMO EREKTUS/ (ТЕАТР САТИРЫ) - 22, 24.11 и 9, 30.12
(Ю. ВАСИЛЬЕВ, О. ВАВИЛОВ, А. ЯКОВЛЕВА)
...В доме супругов кошельковых ждут гостей на вечеринку, повод - весьма 
странен: статья в одном из эротических журналов с рекламой группового секса. Из 
веселого балагана вечеринка превращается в шоу, где все герои оказываются в 
пикантных ситуациях... 
МАМАПАПАСЫНСОБАКА (Современник, СУПЕРКОМЕДИЯ В гл. роли Ч. ХАМАТОВА) - 11.12
МАСТЕР И МАРГАРИТА (легендарная постановка ЮРИЯ ЛЮБИМОВА, театр на Таганке) 
20.11 и 7, 16, 26.12
БОЛЬШОЙ ТЕАТР: ЖИЗЕЛЬ - 22, 23.11 и 8, 9.12, ДОН КИХОТ - 27, 28.11 ЧИППОЛИНО - 
8 (12ч), 9 (12ч).12, ТУРАНДОТ - 18, 19.12
ДЕНЬ РАДИО - 5, 11, 16.12
(шоу для театра, рок-группы и генерального продюсера радиостанции. Комический 
театр "КВАРТЕТ И" совместно с группой "НЕСЧАСТНЫЙ СЛУЧАЙ", 
А. КОРТНЕВ, М.ВИТОРГАН) 
МОРКОВКА ДЛЯ ИМПЕРАТОРА (СУПЕРКОМЕДИЯ! МАРИЯ АРОНОВА, Г. ХАЗАНОВ) - 23.11
ЕЛКА В ХРАМЕ ХРИСТА СПАСИТЕЛЯ
"Щелкунчик" - 29, 30.12 (11-00, 18-00), 2.01 (11-00, 15-00), 3.01 
(11-00), 4.01 (11-00, 15-00), 5.01 (11-00, 15-00)
 ЭНРИКЕ ИГЛЕСИАС - 25.11
 ЛЕГЕНДЫ РЕТРО FM - 15.12
 БРАЙАН АДАМС - 10.12 
 229-3500
   
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Feature containing merge module always seems to be advertised

2007-11-22 Thread Duncan Bayne
> If a feature has no components, it's always advertisable (unless
> advertisement has been completely disabled). The hack-around is to add a
> dummy component to such features.

Bingo!  Thank you sir, worked a treat.  MSI has to be one of the most
arcane technologies I've ever used (and I include hand-assembled Z80
on an 8-bit Amstrad CPC in that comparison).

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users