
Ящик для предложений: sales@blogslov.ru
Send WiX-devs mailing list submissions to
wix-devs@lists.sourceforge.net
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
wix-devs-request@lists.sourceforge.net
You can reach the person managing the list at
wix-devs-owner@lists.sourceforge.net
When replying, please edit your Subject line so it is more specific
than "Re: Contents of WiX-devs digest..."
Today's Topics:
1. =?GB2312?B?v7S549bdwPHGt9W5tcTQwsbmyKTKwg==?= (*)
2. [WiX-devs]
=?GB2312?B?yKu5+tfuvt/TsM/swaa1xNeo0rXA8ca31PnGt7ywzsS+39W5wMDKorvh?=
(*)
3. [ wix-Bugs-1746809 ] .config files should redirect for
extensions (SourceForge.net)
4. [ wix-Feature Requests-1743864 ] Change CloseApplication to
support sending close message (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Wed, 4 Jul 2007 02:28:54 +0800
From: "*"
Subject: [WiX-devs] =?GB2312?B?v7S549bdwPHGt9W5tcTQwsbmyKTKwg==?=
To: wix-devs@lists.sourceforge.net
Message-ID:
Content-Type: text/plain;charset="GB2312"
2007????????????????????????
---????????????????????????????????????????????
---??????????????????????????????????????
??????2007??8??21-23?? ??????????????????????????????
1??????????:
????????????????????????????????3????8????????????????????????????????????????????????????
??????13????????????????????????????????????????????????????????????????????????????????????
????????????????????????5??????????????????????????????????????????????????????????????????
????????????????????????????????????????????????????????????????????
????14????????????????????????????????????2007??8??21-23????????????????????????????????
????????????????????????????????????????????????????????????????????????????????????????????
????????????????????????????????????????????????????????????????????????????????????????????
????????????????????????????????????????????????????????????????????????????????????????????
????????????????????????????????????????????????????????????????????????????????????????????
????????????????????????????????????????????????????????????????????????????????????????????
????????????
????????????????????????????????????????????????????????????????????????????????????????
????????????????????????????????????8????????????????????????????????????????????????????????
????????????????????????????????????????????????????????????????????????????????????????????
????????????????????????????????????????????????????????????????????????????????????????????
????????????????????????????????????????????????????????????????????????????????????????????
??????
??????????????????????????????????????????????????????,????????????????????????????????
??????
2????????????
1??????????????????????????????????????????????????????????????????????????????????????
????????????????????????????????????????????????????????????????????????????????????
2??????????????????????????????????????????????????????????????????????????????????????????
????????????????????????????????????????????????????????????????????????????????????????????
????????????????????????????????????????(??)????????????????????????????????
3????????????
????????????????????????????????????????????????????????????????????????????????????????????
??
3????????????
??1??????????????????????????????????????????????????????????????????????????DIY????????
??????????????????????????;
??2??????????:????????????????????????????????????????????????????????????;
??3??????????????????????????????????????/??????????????????????????????????????????????
????????????????????????????????????????????????????????????????????????????????????????;
4????????????????
???????????????? ?????????? ???????????????? ???????? ?????????????? ?????????????????? ????
?????? ???????????????????????? ???????????????????????????? ?? ???????????? ??????????????
??????????????????????????????????????????
5.??????????
????????????????????????
?????????????? ????????,????????3????????????????3101?? ??????510623??
??????+8620-35907148??13538978139
?????? 020-38250932
??????????????
E-mail??zhanlanaes@yahoo.com.cn cai-zhanlan@163.com
http://www.gzxinghui.com
------------------------------
Message: 2
Date: Wed, 4 Jul 2007 03:30:14 +0800
From: "*"
Subject: [WiX-devs]
=?GB2312?B?yKu5+tfuvt/TsM/swaa1xNeo0rXA8ca31PnGt7ywzsS+39W5wMDKorvh?=
To: wix-devs@lists.sourceforge.net
Message-ID:
Content-Type: text/plain; charset="us-ascii"
An HTML attachment was scrubbed...
------------------------------
Message: 3
Date: Mon, 02 Jul 2007 14:49:06 -0700
From: "SourceForge.net"
Subject: [WiX-devs] [ wix-Bugs-1746809 ] .config files should redirect
for extensions
To: noreply@sourceforge.net
Message-ID:
Content-Type: text/plain; charset="UTF-8"
Bugs item #1746809, was opened at 2007-07-02 14:49
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1746809&group_id=105970
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: v3.0
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Heath Stewart (heaths)
Assigned to: Nobody/Anonymous (nobody)
Summary: .config files should redirect for extensions
Initial Comment:
Keeping private extensions up to date with the latest WiX drop is a hassle, and most often there are no breaking changes. To prevent this problem, the "app.config" files (smoke.exe.config, for example)should redirect the binding to the common WiX assemblies like wix.dll to the current version. So if an extension requests build 2921.1 but wix.dll is build 2925.0, the extension will still load (assuming no link errors).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1746809&group_id=105970
------------------------------
Message: 4
Date: Mon, 02 Jul 2007 18:24:54 -0700
From: "SourceForge.net"
Subject: [WiX-devs] [ wix-Feature Requests-1743864 ] Change
CloseApplication to support sending close message
To: noreply@sourceforge.net
Message-ID:
Content-Type: text/plain; charset="UTF-8"
Feature Requests item #1743864, was opened at 2007-06-26 13:54
Message generated for change (Comment added) made by kevinf872
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1743864&group_id=105970
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: extensions
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: Kevin Fischer (kevinf872)
Assigned to: Bob Arnson (barnson)
Summary: Change CloseApplication to support sending close message
Initial Comment:
CloseApplication currently only prompts for reboot if the specified application is running during install.
I want to add functionality to support sending WM_CLOSE to running applications to attempt to close them. It would do this silently if the option is enabled.
My code change implements this and adds two new boolean properties "CloseMessage" and "RebootPrompt" which control the new behavior and existing behavior.
I've attached a ZIP file which includes all of the files modified as part of this change. The source files are based on 3.0.3015.
----------------------------------------------------------------------
>Comment By: Kevin Fischer (kevinf872)
Date: 2007-07-02 18:24
Message:
Logged In: YES
user_id=1828204
Originator: YES
File Added: CloseApp2.zip
----------------------------------------------------------------------
Comment By: Bob Arnson (barnson)
Date: 2007-06-29 19:31
Message:
Logged In: YES
user_id=26581
Originator: NO
WiX v2 is in escrow for RTM so no new features are being added.
----------------------------------------------------------------------
Comment By: The Mad Butcher (mad_burcher)
Date: 2007-06-28 15:58
Message:
Logged In: YES
user_id=295880
Originator: NO
Hi,
May i request to add this feature in WiX 2 as well?
Since WiX 2 is stable i use this one for my roll outs and this feature is
very usefull to me! (I've been missing it for a long time..)
Regards,
Albert van Peppen
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1743864&group_id=105970
------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
------------------------------
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs
End of WiX-devs Digest, Vol 14, Issue 7
***************************************
P.S. И не забудьте послать роботу вашу рекламу :)
Обработано объявлений: 11776
Стас Давыдов & Outcorp © 2007