[WiX-users] Update configuration file
Hi There, I want to update wwwroot's config filoe for some assembly redirections. I have tried folloing approach to get it done. The XML should be updated with : WXS: OUTPUT : 1.1 2.0 http://p.sf.net/sfu/bobj-july ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
Re: [WiX-users] HttpHeader doesn't handle the duplicatedelements correctly and breaks custom headers in IIS
Thanks for your feedback, Blair. The IIsHttpHeader table contains only one record and it looks like this: HttpHeader: WebsiteHeader ParentType: 2 ParentValue: Website Name:X-Powered-By Value: ASP.NET; My Product Attributes: 0 Sequence: Hope this gives you a clue about what's wrong. Looking forward to your response. -- Yan -Original Message- From: Blair [mailto:os...@live.com] Sent: Saturday, September 05, 2009 4:03 AM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] HttpHeader doesn't handle the duplicatedelements correctly and breaks custom headers in IIS Importance: Low Smells like a codepage issue. Crack open your MSI with Orca. What do your IIsHttpHeader table contents look like? -Original Message- From: Yan Sklyarenko [mailto:y...@sitecore.net] Sent: Friday, September 04, 2009 3:12 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] HttpHeader doesn't handle the duplicated elements correctly and breaks custom headers in IIS Hello WiX Community, I’ve faced with a problem, which seems to be a bug in IIS extension. I have a Website element (in a component), which contains HttpHeader element. When I run the installation, it changes the custom headers in IIS in the following way: -- if there's no such header name, it registers new header correctly -- if there's a header with such name, it adds another one (or more) with unreadable content, like this ē꾱栀킆栀鑠栀阸栀騢栀먤栀뾊栀沎栀焀栀ꪮ栀唰ǔ∢∢ I'm not sure you can all read the line above, it looks like Chinese hieroglyphs to me. Expected behavior: if there's a header with such a name, the HttpHeader element should update it with new value. In my example I would like to change an existing header from "X-Powered-By: ASP.NET" to "X-Powered-By: ASP.NET; My Product". Does anyone know the workaround? I've checked for IIS 5.1 so far. WiX developers, can you confirm it is a bug? Thank you! -- Yan -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
[WiX-users] Disallow empty installation
Hello, Wix Users. I'm using WixUI_FeatureTree.wxs to select components during install. Installer allows installation even no feature was selected. How can I disable 'Next' button in case no feature was selected. Thanks. __ WBR, Polazhenko Sergey -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
[WiX-users] run BAT files hiddenly
Good day, Wix users. I'm using different CustomActions in which I'm running different *.bat files. All of them generates black windows during installations. I think, I can resolve my problem by writing c++ custom action dll in which I will call all these *.bat files with ShellExecute with SW_HIDE parameter. But I wonder is there more simple way to resolve this issue. Thanks. __ WBR, Polazhenko Sergey -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
[WiX-users] run more than one application after install
Hello, Wix Users. I'm using tutorial from Wix.chm "How To: Run the Installed Application After Setup". mk:@MSITStore:c:\Program%20Files\Windows%20Installer%20XML%20v3\doc\WiX.chm: :/html/run_program_after_install.htm It simply describes how to run ONE application after install. But I have a feature tree and I can have: a) no programs to run; b) one program depending on feature selected: Program1 or Program2. c) both Program1 and Program2 if both were selected. Can you describe how should I configure my wix files, thanks. __ WBR, Polazhenko Sergey -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
Re: [WiX-users] run BAT files hiddenly
http://wix.sourceforge.net/manual-wix3/qtexec.htm -- Yan -Original Message- From: Polazhenko Sergey [mailto:s_polazhe...@tut.by] Sent: Monday, September 07, 2009 4:31 PM To: 'General discussion for Windows Installer XML toolset.' Subject: [WiX-users] run BAT files hiddenly Good day, Wix users. I'm using different CustomActions in which I'm running different *.bat files. All of them generates black windows during installations. I think, I can resolve my problem by writing c++ custom action dll in which I will call all these *.bat files with ShellExecute with SW_HIDE parameter. But I wonder is there more simple way to resolve this issue. Thanks. __ WBR, Polazhenko Sergey -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
[WiX-users] bootstrapper and release build
I've followed the directions on the wiki for setting up a bootstrapper in my project file, and it works just fine for my debug build, but for my release build, there isn't a setup.exe generated. Here are the relevant sections from my project file, can anyone see anything wrong? .NET Framework 3.0 Windows Installer 3.1 Microsoft IMAPIv2 Thanks slide -- slide-o-blog http://slide-o-blog.blogspot.com/ -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
[WiX-users] Compression in a Merge Module
Hello, If I want to create a full MSI package, I can set the compression level in the child of the element. Can I do similar things when I am creating a merge module? The element does not have a child... Best regards Matthias -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users