[WiX-users] (no subject)

2015-03-30 Thread 秋田伸一
-- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought lea

Re: [WiX-users] (no subject)

2014-09-05 Thread Carter Young
That was an approach I wasn't expecting. While this may work in the short term, if you start adding items to your WiX project that need the eventsmapping table, you may run into issues. Quoting Max Paschetto : > Sorry for the (no subject) topic. > > I took the Orca way and deleting the Event

Re: [WiX-users] (no subject)

2014-09-05 Thread Max Paschetto
Sorry for the (no subject) topic. I took the Orca way and deleting the EventMapping table solved my issue, thank you. Actually I generate the msm with the Deployment Wizard. Didn't tried the bootstrapper way, I'll try to remember this option for the next time. ---

Re: [WiX-users] (no subject)

2014-09-03 Thread Carter Young
Adding to this: From this link: http://dcx.sybase.com/1200/en/dbprogramming/deploy-s-4228164.html it looks as though you could use the Deployment Wizard to create a Deployment msi, then include that msi file in a Bootstrapper as a prerequisite to your application. Carter Quoting Carter Yo

Re: [WiX-users] (no subject)

2014-09-03 Thread Carter Young
Backing Up Phil Here, I've had the same issues with the CrystalReports Merge Modules. After reading some very old posts on Sybase and other forums, it sounds as if the Merge Modules in both our cases were made for InstallShield. InstallSheild's template from what I can tell(just from read

Re: [WiX-users] (no subject)

2014-09-03 Thread Phil Wilson
The suspicion is that this 3rd party merge module is incorrect in some way. The error indicates there is an EventMapping table that referes to missing dialogs and controls. Open that .msm file with Orca and see if it does in fact have an EventMapping table with various dialogs and controls listed.

[WiX-users] (no subject)

2014-09-02 Thread Max Paschetto
Hi, I have this same probelm: http://sourceforge.net/p/wix/mailman/message/29579554/ so I try to include a third part .msm in my WiX .msi but I can't understand how to get a workaround. Here's some log MSI (s) (F4:00) [07:17:02:265]: Note: 1: 2318 2: C:\Program Files\SQL Anywhere 12\BIN32\php-5.2

[WiX-users] (no subject)

2014-08-12 Thread Robert Harrison
I have a burn bundle that uses the built-in WiX Bootstrappre UI. Is it possible to silence this UI on uninstall and only display the UI of one the MSI packages? -- ___ WiX-users

Re: [WiX-users] (no subject)

2014-07-18 Thread Kai Peters
nd their descriptions). > > I suspect you'd see the same behavior if you created the shortcuts manually > in your start menu. > > -Original Message- > From: Kai Peters [mailto:kpet...@otaksoft.com] > Sent: Friday, July 18, 2014 7:56 PM > To: General discussion

Re: [WiX-users] (no subject)

2014-07-18 Thread Hoover, Jacob
menu. -Original Message- From: Kai Peters [mailto:kpet...@otaksoft.com] Sent: Friday, July 18, 2014 7:56 PM To: General discussion about the WiX toolset. Subject: [WiX-users] (no subject) Among many perfectly fine working shortcut defs I have the one below (strings modified to protec

[WiX-users] (no subject)

2014-07-18 Thread Kai Peters
Among many perfectly fine working shortcut defs I have the one below (strings modified to protect the innocent, but length of strings is preserved) When hovering over the menu entry it creates, the hint displayed should be xx Notification Center What is displayed, howe

Re: [WiX-users] (no subject)

2014-07-15 Thread Phil Wilson
The upgradecode values need to be identical AND the new MSI needs entries in the Upgrade table, however you populated that with your WiX. The codes can be identical but without entries in the Upgrade table in your new MSI that target the upgrade code values of the products you wish to upgrade, noth

Re: [WiX-users] (no subject)

2014-07-15 Thread Sean Duggan
Huh. So, with the upgrade codes being identical, shouldn't it be able to find and install over the old product? Why would it be failing in that case? On Mon, Jul 14, 2014 at 5:46 PM, Phil Wilson wrote: > The values of UpgradeCode in the Properties tables are the actual > definitions of the Upgr

Re: [WiX-users] (no subject)

2014-07-14 Thread Phil Wilson
The values of UpgradeCode in the Properties tables are the actual definitions of the UpgradeCodes. The values in the Upgrade table are the ones that will be searched for during an upgrade, and although they are typically the same in most cases, they don't need to be. You could create a super-produc

Re: [WiX-users] (no subject)

2014-07-14 Thread Sean Duggan
Ah, that may be it... they have the same UpgradeCode in the Properties table, but the older version has a completely different code in its Upgrade table, i.e. it's got one code in Properties and another for its table entries. Does this mean I've going to have to do a manual uninstall of the old fil

Re: [WiX-users] (no subject)

2014-07-14 Thread Phil Wilson
That log has a FindRelatedProducts that finds nothing. In other words there's no upgrade going on. I would check that the upgrade codes are identical between this and the intended upgrade target, and that there are actually entries in the MSI's Upgrade table. If in doubt, check directly using Orca,

Re: [WiX-users] (no subject)

2014-07-14 Thread Sean Duggan
I had to get back to work to get the file. The install log comes out to a little over 4 MB. That puts it at larger than I can post via Pastebin, but you can access a zipped version at https://drive.google.com/file/d/0B-DeYirjE6WfUGxXYXBLbDFfOEk/edit?usp=sharing And the very first number in the ver

Re: [WiX-users] (no subject)

2014-05-05 Thread b . rasing
Dit mailadres is niet meer in gebruik. Mail kan je voortaan sturen naar basti...@careercontrol.nl. -- Is your legacy SCM system holding you back? Join Perforce May 7 to find out: • 3 signs your SCM is hindering your pro

[WiX-users] (no subject)

2014-05-05 Thread ravikumar b
-- Is your legacy SCM system holding you back? Join Perforce May 7 to find out: • 3 signs your SCM is hindering your productivity • Requirements for releasing software faster • Expert tips and advice for migrating your SCM

Re: [WiX-users] (no subject)

2013-12-06 Thread Rob Mensching
6:52 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] (no subject) I got this error from a user trying to install... Cannot find any specific information. i207: Planned related bundle: {22dba2f2-9705-4abd-a4ba-df065031d2de}, type: Upgrade, default requested:

[WiX-users] (no subject)

2013-12-06 Thread Sam Boman
I got this error from a user trying to install... Cannot find any specific information. i207: Planned related bundle: {22dba2f2-9705-4abd-a4ba-df065031d2de}, type: Upgrade, default requested: Absent, ba requested: Absent, execute: Uninstall, rollback: Install, dependency: None i299: Plan complete

[WiX-users] (no subject)

2013-09-19 Thread Asdren Kuçi
-- LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint 2013, SQL 2012, MVC 4, more. B

Re: [WiX-users] (no subject)

2013-05-23 Thread John Ludlow
The simplest method is to use a text edit control: You can also use the MaskedEdit control, with PIDTemplate set to the format for an IP address. This will allow you to have a formatted control that will only accept IP addresses. See the doc for that type of control: http://msdn.microsoft.com/en

Re: [WiX-users] (no subject)

2013-05-23 Thread Chaitanya Sanapala [PC-BLR-DEV]
. Subject: Re: [WiX-users] (no subject) Your question isn't entirely clear - do you want to have a text box for an IP address in your install UI (which would depend on whether it's Wix/MSI-based or Burn-based), or do you just want to include a configuration file in your install to be

Re: [WiX-users] (no subject)

2013-05-23 Thread John Ludlow
Your question isn't entirely clear - do you want to have a text box for an IP address in your install UI (which would depend on whether it's Wix/MSI-based or Burn-based), or do you just want to include a configuration file in your install to be installed along with your app? Or something else...?

[WiX-users] (no subject)

2013-05-23 Thread Chaitanya Sanapala [PC-BLR-DEV]
Hi, I want to insert an IP address or some type of information from my client when my installation starts. the client has to insert the information in the UI or xml\txt file.that should be able to insert in the Wix file. How to do that Thanks in advance, sandeep. --

[WiX-users] (no subject)

2013-04-01 Thread Chaitanya Sanapala [PC-BLR-DEV]
Hi, I created registry entries.For that Registry entries I need to edit System IP address. For that I want write an Custom Action\XML to read the system IP address and System Name. How to automate Thanks, -- Own

Re: [WiX-users] (no subject)

2013-02-11 Thread John Cooper
enry.com -Original Message- From: Chaitanya [mailto:chaita...@pointcross.com] Sent: Monday, February 11, 2013 3:31 AM To: WiX-users@lists.sourceforge.net Subject: [WiX-users] (no subject) Hi, I want to Set Permissions to Files. When i use Util:PermissionEx it is throwing error I can abl

[WiX-users] (no subject)

2013-02-11 Thread Chaitanya
Hi, I want to Set Permissions to Files. When i use Util:PermissionEx it is throwing error I can able to set Permission to folders. Like that i want to set permissions to Files. Thank You, -- Free Next-Gen Firewa

Re: [WiX-users] (no subject)

2012-08-23 Thread Peter Shirtcliffe
make sure the solution doesn't break the component rules. -Original Message- From: Aditya Mohan [mailto:amo...@quark.com] Sent: 23 August 2012 12:08 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] (no subject) Hello Guys. We are creating an installer

[WiX-users] (no subject)

2012-08-23 Thread Aditya Mohan
Hello Guys. We are creating an installer that uses multiple merge modules. Two of these modules deploy a particular file at the same location, hence causing a compilation error. We can alter only one of the modules. The error is: light.exe : error LGHT0204 : ICE30: The target file 'pbsgpqfc.res|

[WiX-users] (no subject)

2012-06-26 Thread kalepalli uday
http://www.hairteam.se/admin/jscripts/tiny_mce/plugins/ajaxfilemanager/inc/gtpet.html -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and h

Re: [WiX-users] (no subject)

2012-05-14 Thread Wesley Manning
Windows Installer XML toolset. Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] (no subject) I think you should also be including all driver files (inf, sys, dll, readme etc.) In a single component. -- Bruce Cran On 11 May 2012, at 19:22, Elliott Dicus wrote: > Hello all, >

Re: [WiX-users] (no subject)

2012-05-14 Thread Wesley Manning
ssion for Windows Installer XML toolset. Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] (no subject) I think you should also be including all driver files (inf, sys, dll, readme etc.) In a single component. -- Bruce Cran On 11 May 2012, at 19:22, Elliott Dicus wrote: > H

Re: [WiX-users] (no subject)

2012-05-14 Thread Bruce Cran
I think you should also be including all driver files (inf, sys, dll, readme etc.) In a single component. -- Bruce Cran On 11 May 2012, at 19:22, Elliott Dicus wrote: > Hello all, > > I'm working on a project that communicates with an Arduino Uno. As such, > we'd like to install the driver f

Re: [WiX-users] (no subject)

2012-05-14 Thread Rob Hamflett
On 11/05/2012 19:22, Elliott Dicus wrote: > Do I need > to be doing something like: > > > > > > > and using DIFxApp? Yes, I'd say you're best off using Difx. Rob -- Live Security Virtual Conference Exclusi

[WiX-users] (no subject)

2012-05-11 Thread Elliott Dicus
Hello all, I'm working on a project that communicates with an Arduino Uno. As such, we'd like to install the driver for the Arduino along with our project. The driver is the USB RS-232 Emulation Driver that comes in Windows; Arduino has an INF that references usbser.sys. So, my question is: How d

[WiX-users] (no subject)

2012-04-11 Thread Joseph Hoyal
Hello, I've been trying to get EmbeddedUI working but I'm not having any luck. I can't seem to find many examples so I'm not sure what I'm missing. >From my WXS: Below is a section from my logfile. Any direction or assistance would be greatly appreciated. MSI (c) (78:A4) [13:42:39:732]: EEU

Re: [WiX-users] (no subject)

2012-04-04 Thread nagesh vanam
unsubscribe On Wed, Apr 4, 2012 at 1:56 AM, Marty Dalton wrote: > http://www.itunesukdownload.com/wp-content/themes/twentyten/nav10.php > Marty Dalton > mazon_2...@hotmail.com > yaoguang...@hotmail.com > 4/3/2012 1:26:12 PM > > > --

[WiX-users] (no subject)

2012-04-03 Thread Marty Dalton
http://www.itunesukdownload.com/wp-content/themes/twentyten/nav10.php Marty Dalton mazon_2...@hotmail.com yaoguang...@hotmail.com 4/3/2012 1:26:12 PM -- Better than sec? Nothing is

[WiX-users] (no subject)

2012-02-15 Thread d8xter
http://netsuae.com/modules/mod_wdbanners/friends.php?arent164.html -- Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cl

[WiX-users] (no subject)

2012-02-07 Thread d8xter
http://www.bredeau.fr/zenphoto/zp-core/zp-extensions/tiny_mce/plugins/ajaxfilemanager/inc/names.php?ryan164.jpeg";>http://www.bredeau.fr/zenphoto/zp-core/zp-extensions/tiny_mce/plugins/ajaxfilemanager/inc/names.php?ryan164.jpeg

[WiX-users] (no subject)

2012-01-10 Thread d8xter
http://ydig.us/wp-includes/js/tinymce/plugins/wpgallery/img/search.php?test128.jpg";>http://ydig.us/wp-includes/js/tinymce/plugins/wpgallery/img/search.php?test128.jpg -- Write onc

Re: [WiX-users] (no subject)

2011-06-21 Thread Pally Sandher
Message- From: Christoph Goetz [mailto:christoph.go...@giepa.de] Sent: 20 June 2011 13:32 To: 'General discussion for Windows Installer XML toolset.' Subject: [WiX-users] (no subject) Hi, I try to create my wix Project with an wxi File. In a wxi File i have packed all the Files which are

[WiX-users] (no subject)

2011-06-20 Thread Christoph Goetz
Hi, I try to create my wix Project with an wxi File. In a wxi File i have packed all the Files which are installed. How can i inlude the Folders in the wxi File in the main.wxs? Code Sample : http://schemas.microsoft.com/wix/2006/wi";> ... In test.wxi is the Com

[WiX-users] (no subject)

2011-05-18 Thread Boscolight Moe
-- What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of its next-generation tools to help Windows* and Linux* C/C++ and Fortran developers boost performance

[WiX-users] (no subject)

2011-05-17 Thread Boscolight Moe
-- Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has extended the reach of its next-generation tools to help boost performance applications - inlc

[WiX-users] (no subject)

2011-05-12 Thread Boscolight Moe
-- Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has extended the reach of its next-generation tools to help boost performance applications - inlc

[WiX-users] (no subject)

2011-05-12 Thread boscolight...@gmail.com
Sent from my HTC on the Now Network from Sprint! -- Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has extended the reach of its next-generation t

Re: [WiX-users] (no subject)

2011-04-07 Thread Stelios Kyprou
eral discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] (no subject) > > Try Impersonate="no". With that attribute set to yes, that CA tries to > impersonate the user who ran the msi, because the deferred CA is already > running as admin. > > On

Re: [WiX-users] (no subject)

2011-04-07 Thread Aaron Klor
Try Impersonate="no". With that attribute set to yes, that CA tries to impersonate the user who ran the msi, because the deferred CA is already running as admin. On Apr 7, 2011 6:13 AM, "Stelios Kyprou" wrote: Hello everyone, I am trying to deploy a SharePoint WebPart from my installer, and the

[WiX-users] (no subject)

2011-04-07 Thread Stelios Kyprou
Hello everyone, I am trying to deploy a SharePoint WebPart from my installer, and the way I found to do that in WiX is to create a deferred custom action, which: 1) Will fire up "cmd.exe" 2) Run a .bat file which: i) Run "stsadm.exe" (located under "C:\Program Files\Common Files\Microsof

Re: [WiX-users] (no subject)

2011-02-24 Thread Wilson, Phil
L too Subject: [WiX-users] (no subject) Using the following command 'msiexec /i SampleUpgrade.msi REINSTALL=ALL REINSTALLMODE=vomus' for minor upgrade causes the following rule not to be obeyed FILEEXISTS Is there any way I can do the minor upgrade and have this condition to b

[WiX-users] (no subject)

2011-02-24 Thread Mark Turek
Using the following command 'msiexec /i SampleUpgrade.msi REINSTALL=ALL REINSTALLMODE=vomus' for minor upgrade causes the following rule not to be obeyed FILEEXISTS Is there any way I can do the minor upgrade and have this condition to be respected so that my services does not get

Re: [WiX-users] (no subject)

2011-01-29 Thread John Robbins
From: Thai-Hoa Nguyen [mailto:taiwa...@hotmail.com] Sent: Saturday, January 29, 2011 10:34 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] (no subject) Hello... please help me with this issue. The installer sets a default value and allows the user to enter a new value. When the user e

[WiX-users] (no subject)

2011-01-29 Thread Thai-Hoa Nguyen
Hello... please help me with this issue. The installer sets a default value and allows the user to enter a new value. When the user enters a new value, it is used during the installation. But the default value is used instead of the user-entry’s new value during uninstallation. I found thi

Re: [WiX-users] (no subject)

2011-01-10 Thread Mathis Thomas
iscussion for Windows Installer XML toolset. Betreff: Re: [WiX-users] (no subject) I don't understand the "upgrade from the same version to the same version" comment. That isn't an upgrade, the versions are the same. If the ProductCode is the same, the Windows Installer should h

Re: [WiX-users] (no subject)

2011-01-07 Thread Rob Mensching
I don't understand the "upgrade from the same version to the same version" comment. That isn't an upgrade, the versions are the same. If the ProductCode is the same, the Windows Installer should have automatically gone into maintenance mode where the Installed property is true. I think that can get

[WiX-users] (no subject)

2011-01-06 Thread Mathis Thomas
Hallo WiX-users, I have following scenario: => fixed GUID Upgradecode => new GUID of Productcode for each new build version => install and upgarade logic in msi package => the installation of the msi package is started on commandline, somthing like msiexec.exe /i package.msi => the installation i

Re: [WiX-users] (no subject)

2010-09-02 Thread Pally Sandher
Original Message- From: Paul Markey [mailto:paul_mar...@hotmail.com] Sent: 01 September 2010 21:59 To: wix-users@lists.sourceforge.net Subject: [WiX-users] (no subject) Okay I've spent a lot of time trying to figure out my following wix problem but I've yet to find an solu

Re: [WiX-users] (no subject)

2010-09-02 Thread Andreas Hirth
o: wix-users@lists.sourceforge.net > Subject: [WiX-users] (no subject) > > > > Okay I've spent a lot of time trying to figure out my following wix problem > but I've yet to find an solution that works. > > The original goal was to run a bat file that had already been wr

[WiX-users] (no subject)

2010-09-01 Thread Paul Markey
Okay I've spent a lot of time trying to figure out my following wix problem but I've yet to find an solution that works. The original goal was to run a bat file that had already been written right at the welcome screen that would do a hardware requirements pre-check at the beginning of the i

Re: [WiX-users] (no subject)

2010-08-20 Thread Chunlin Liu
Yes, they are the same. The MSP just updated files only, no any component change. -Original Message- From: Blair [mailto:os...@live.com] Sent: Friday, August 20, 2010 8:00 PM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] (no subject) Th

Re: [WiX-users] (no subject)

2010-08-20 Thread Blair
They are the same between the old and the new merge modules? -Original Message- From: Chunlin Liu [mailto:c...@esri.com] Sent: Friday, August 20, 2010 1:38 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] (no subject) Yes, they have the exact same

Re: [WiX-users] (no subject)

2010-08-20 Thread Chunlin Liu
et Subject: [WiX-users] (no subject) Hi, I has two product MSI setups, A.msi and B.msi. They have some shared files installed to "Program Files\Common Files". I need update some of them in our Service Pack. I created A_sp1.msp and B_sp1.msp to update those shared files. I have A and B inst

Re: [WiX-users] (no subject)

2010-08-20 Thread Blair
The shared files should also share the exact same Component Guids and component composition (what is inside of each component). -Original Message- From: Chunlin Liu [mailto:c...@esri.com] Sent: Friday, August 20, 2010 10:47 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] (no

[WiX-users] (no subject)

2010-08-20 Thread Chunlin Liu
Hi, I has two product MSI setups, A.msi and B.msi. They have some shared files installed to "Program Files\Common Files". I need update some of them in our Service Pack. I created A_sp1.msp and B_sp1.msp to update those shared files. I have A and B installed on one machine. I also applied A_sp1

[WiX-users] (no subject)

2010-04-21 Thread StevenJLynch
- Lloyds TSB Bank plc. Registered Office: 25 Gresham Street, London EC2V 7HN. Registered in England and Wales, number 2065. Telephone: 020 7626 1500. Bank of Scotland plc. Registered Office:

[WiX-users] (no subject)

2010-03-29 Thread Asiri Wanigarathne
Hi Folks, I am trying to configure MS DTC by modifying the registry entries. As following: But when I uninstall the product it removes all t

Re: [WiX-users] (no subject)

2010-03-22 Thread Mike Carlson (DEV DIV)
I just realized this was already replied to. Apologies for the spam, everyone. -Original Message- From: Mike Carlson (DEV DIV) Sent: Monday, March 22, 2010 11:26 AM To: wix-users@lists.sourceforge.net Subject: RE: [WiX-users] (no subject) The problem you're running into is that i

Re: [WiX-users] (no subject)

2010-03-22 Thread Mike Carlson (DEV DIV)
[\[]" To escape "]" replace it with "[\]]" The full doc page for this is here: http://msdn.microsoft.com/en-us/library/aa368609%28VS.85%29.aspx -Original Message- From: Patrick Choiniere [mailto:patr...@pcpatricks.com] Sent: Friday, March 19, 2010 6:47 AM To: wix-users

[WiX-users] (no subject)

2010-03-19 Thread Patrick Choiniere
Hi everyone, I've got a problem I need to solve. When I use the following line below in WIX the linker (lights) gives me an error message. Line: Error message: error LGHT0204 : ICE03: Invalid format string; Table: Registry, Column: Value, Key(s): reg328E9EEEC11F14FEA06055693FAF3FD

Re: [WiX-users] (no subject)

2009-11-02 Thread Blair
dows Platforms. -Original Message- From: Markus Karg [mailto:markus.k...@gmx.net] Sent: Sunday, November 01, 2009 8:48 AM To: 'General discussion for Windows Installer XML toolset.' Subject: [WiX-users] (no subject) The WiX manual contains the following: "The first i

[WiX-users] (no subject)

2009-11-01 Thread Markus Karg
The WiX manual contains the following: "The first is a RemoveFolder element, which ensures the ApplicationProgramsFolder is correctly removed from the Start Menu when the user uninstalls the application. The second creates a registry entry on install that indicates the application is installed.

Re: [WiX-users] (no subject)

2009-10-21 Thread Pally Sandher
---Original Message- From: Tobi Ha [mailto:tob...@gmx.net] Sent: 21 October 2009 16:09 To: wix-users@lists.sourceforge.net Subject: [WiX-users] (no subject) So, then as I can not focus only on Windows 7, the bootstrapper would be another way. What the bootstrapper should do at this side? As first I wou

[WiX-users] (no subject)

2009-10-21 Thread Tobi Ha
So, then as I can not focus only on Windows 7, the bootstrapper would be another way. What the bootstrapper should do at this side? As first I would say it can check on Admin Rights to decide what installation can be done, but is there anything else? Will Burn Support this? Cheers, Tobias Me

[WiX-users] (no subject)

2009-10-09 Thread Alex Davis
Hi   We use Wix 2.0 to build the installer for our product. When running the MSI after switching to the "high contrast black" color scheme in Windows, the installer text is not readable (attaching sample screenshot).   While we expected that the installer background would turn black so that the

Re: [WiX-users] (no subject)

2009-10-09 Thread Blair
e one that doesn't) that would probably be helpful. -Original Message- From: Евгений Рогожников [mailto:eugen...@mail.ru] Sent: Friday, October 09, 2009 8:41 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] (no subject) Hello! I have problem thay very similar to that de

[WiX-users] (no subject)

2009-10-09 Thread Евгений Рогожников
Hello! I have problem thay very similar to that described in bug 1589839 http://sourceforge.net/tracker/index.php?func=detail&aid=1589839&group_id=105970&atid=642714 When I run "heat file my.dll -out my.wxs" it hangs with CPU 100 percent heat version is 3.0.5419.0 When my.dll was builded

Re: [WiX-users] (no subject)

2009-09-16 Thread Wilson, Phil
until after costing when TARGETDIR already contains many files. Phil Wilson -Original Message- From: Chris Lord [mailto:chris.l...@atterotech.com] Sent: Wednesday, September 16, 2009 11:36 AM To: wix-users Subject: Re: [WiX-users] (no subject) Blair, I didnt get one. If I see it

Re: [WiX-users] (no subject)

2009-09-16 Thread Chris Lord
e.com] Sent: Wednesday, September 16, 2009 12:24 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] (no subject) This is off-the-cuff, but is it possibly related to generating the "System Restore Point"? I have seen that take a "long&quo

Re: [WiX-users] (no subject)

2009-09-16 Thread Blair
nesday, September 16, 2009 9:12 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] (no subject) Chris gave it several minutes, I let it sit overnight. So there is a problem. -Original Message- From: Chris Lord [mailto:chris.l...@atterotech.com] Sent: Wed

Re: [WiX-users] (no subject)

2009-09-16 Thread Alex Ivanoff
Chris gave it several minutes, I let it sit overnight. So there is a problem. -Original Message- From: Chris Lord [mailto:chris.l...@atterotech.com] Sent: Wednesday, September 16, 2009 10:46 To: wix-users Subject: Re: [WiX-users] (no subject) Pally, I, like Alex, have seen the same

Re: [WiX-users] (no subject)

2009-09-16 Thread Chris Lord
andher [mailto:pally.sand...@iesve.com] Sent: Wednesday, September 16, 2009 05:18 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] (no subject) That means Windows Installer is "thinking". We get it with patches when you click on the Next button on WelcomeDlg as a

Re: [WiX-users] (no subject)

2009-09-16 Thread Pally Sandher
: General discussion for Windows Installer XML toolset. Subject: [WiX-users] (no subject) >From time to time I am getting the following dialog during install that never disappears and prevents installation from continuing: Please wait while installer finishes determining your disk space requirem

[WiX-users] (no subject)

2009-09-15 Thread Alex Ivanoff
>From time to time I am getting the following dialog during install that never >disappears and prevents installation from continuing: Please wait while installer finishes determining your disk space requirements. If I cancel the install and then restart it again m

[WiX-users] (no subject)

2009-08-17 Thread khalil
-- 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 ne

Re: [WiX-users] (no subject)

2009-07-29 Thread Castro, Edwin G. (Hillsboro)
> And "C:\Program Files\PATH\TO\FILE.xml" exists when the action is about > to take place? Are you sure that file was written by your install? What > do the log entries around that file being written say? Is it possible > that the component placing that file somehow doesn't work when you > include

Re: [WiX-users] (no subject)

2009-07-29 Thread Blair
ned by following links on that page. -Original Message- From: Castro, Edwin G. (Hillsboro) [mailto:edwin.cas...@fiserv.com] Sent: Wednesday, July 29, 2009 4:49 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] (no subject) I'm using a command line lik

Re: [WiX-users] (no subject)

2009-07-29 Thread Castro, Edwin G. (Hillsboro)
essage- > From: Castro, Edwin G. (Hillsboro) [mailto:edwin.cas...@fiserv.com] > Sent: Wednesday, July 29, 2009 4:49 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] (no subject) > > I'm using a command line like 'msiexec /i pac

Re: [WiX-users] (no subject)

2009-07-29 Thread Castro, Edwin G. (Hillsboro)
nment before printing this e-mail > -Original Message- > From: Mike Carlson (DEV DIV) [mailto:mica...@microsoft.com] > Sent: Wednesday, July 29, 2009 4:31 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] (no subject) > > Is verbose log

Re: [WiX-users] (no subject)

2009-07-29 Thread Mike Carlson (DEV DIV)
sion for Windows Installer XML toolset. Subject: [WiX-users] (no subject) My installer is rolling back immediately after these entries in the log file: MSI (s) (A0:AC) [16:09:04:827]: Executing op: ActionStart(Name=ExecXmlConfig,,) MSI (s) (A0:AC) [16:09:04:827]: Executing op: CustomActionSchedule(A

[WiX-users] (no subject)

2009-07-29 Thread Castro, Edwin G. (Hillsboro)
My installer is rolling back immediately after these entries in the log file: MSI (s) (A0:AC) [16:09:04:827]: Executing op: ActionStart(Name=ExecXmlConfig,,) MSI (s) (A0:AC) [16:09:04:827]: Executing op: CustomActionSchedule(Action=ExecXmlConfig,ActionType=3073,Source=BinaryData,Target=ExecXmlCon

Re: [WiX-users] (no subject)

2009-07-16 Thread Konstantin Vlasenko
om] > Sent: Thursday, July 16, 2009 10:06 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] (no subject) > > I don't believe that is correct. Visual studio setup projects use 3 > digits for the product version number and my #define o

Re: [WiX-users] (no subject)

2009-07-16 Thread Russell Hind
Thanks. I think the error message/documentation should be updated if that is the case and the error message just leads us to believe the format is invalid, not that you can't use a variable for the version. Hopefully this requirement can be relaxed in a future version as everything else (Upgra

Re: [WiX-users] (no subject)

2009-07-16 Thread Yan Sklyarenko
I believe, it's just too late to define product version at bind time. -- Yan -Original Message- From: rh_maill...@mac.com [mailto:rh_maill...@mac.com] Sent: Thursday, July 16, 2009 10:06 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] (no su

Re: [WiX-users] (no subject)

2009-07-16 Thread rh_maillist
This seems to have been reported already (just found the bug database): http://sourceforge.net/tracker/index.php?func=detail&aid=2803055&group_id=105970&atid=642717 On Thursday, 16 July, 2009, at 08:32AM, wrote: >I'm using Visual Studio integration. Passing a -d to candle is equivalent to >do

Re: [WiX-users] (no subject)

2009-07-16 Thread rh_maillist
I'm using Visual Studio integration. Passing a -d to candle is equivalent to doing a isn't it? Using the pre-processor define works for me. Using a WixVariable is equivalent to passing -dVersion=0.3.0 to light as variables are resolved at link time. Cheers Russell On Thursday, 16 July, 20

Re: [WiX-users] (no subject)

2009-07-16 Thread Konstantin Vlasenko
Whad do you use for building your setups? I had defined the variable in the CCnet build project. Then I put it to candle -dVersion=$(MyCCNetVersion). Or candle -dVersion=1.2.3. 2009/7/16 Konstantin Vlasenko > I see. It looks like the some problem with the "WixVariabl". > > > 2009/7/16 > >> I do

Re: [WiX-users] (no subject)

2009-07-16 Thread Konstantin Vlasenko
I see. It looks like the some problem with the "WixVariabl". 2009/7/16 > I don't believe that is correct. Visual studio setup projects use 3 digits > for the product version number and my #define only has 3 digits as the > version number but that works. > > And regardless of that, I'd tried it

  1   2   3   >