[WiX-users] XmlFile Failed to find node

2014-01-31 Thread Jeremy
maybe that was throwing off the parsing somehow, but that didn't make any difference either. I also tried re-ordering the XmlFile entries thinking maybe the first one would work for some strange reason and all extra ones never will work, but that didn't help either. Thanks for any and all

Re: [WiX-users] XmlFile Failed to find node

2014-01-31 Thread Jeremy
://localhost/api"; /> Here are the updated Util:XmlFile's I'm trying: Cheers (from KC too no less, small world)! Jeremy -- WatchGuard Dimension instantly turns r

Re: [WiX-users] XmlFile Failed to find node

2014-01-31 Thread Jeremy
ors: http://www.nlog-project.org/schemas/NLog.xsd"; xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance";> http://www.nlog-project.org/schemas/NLog.xsd";> Cheers, -Jeremy -- WatchGuard Dimension i

[WiX-users] "must install nuget package Microsoft.Bcl.Build" woes

2014-02-27 Thread Jeremy
s. Thanks for any insight! For now I am just leaving my WiX projects unloaded so I don't see the warnings constantly, but surely there's a way to fix this for good. Cheers, Jeremy -- Flow-based real-time traffic an

Re: [WiX-users] ExeCommand will not accept any path with spaces

2013-12-20 Thread Jeremy Farrell
> From: Gerry Reno [mailto:gr...@verizon.net] > Sent: Friday, December 20, 2013 6:28 PM > On 12/20/2013 01:16 PM, Edwin Castro wrote: > > On 12/20/13, 9:49 AM, Gerry Reno wrote: > >> It's not a Windows program. It's a CUI program that you launch from > cmd.exe > > Which you can still more easily s

Re: [WiX-users] ExeCommand will not accept any path with spaces

2013-12-20 Thread Jeremy Farrell
> From: Gerry Reno [mailto:gr...@verizon.net] > Sent: Friday, December 20, 2013 6:46 PM > On 12/20/2013 01:43 PM, Jeremy Farrell wrote: > >> From: Gerry Reno [mailto:gr...@verizon.net] > >> Sent: Friday, December 20, 2013 6:28 PM > >> On 12/20/2013 01:16 PM, E

Re: [WiX-users] Setup.exe cygwin question

2014-01-28 Thread Jeremy Farrell
Before that even, I suggest explaining what this is about. Cygwin has a working installer. You're proposing creating a new installer for Cygwin which looks just like the current one. Why? I can imagine possible reasons, but without knowing some good ones it sound like a great deal of work for no ga

Re: [WiX-users] Uninstall Previous Inno Setup Installed App

2011-03-11 Thread Jeremy Farrell
One thing is that it looks like you're not allowing for the automatic redirection of various things such as the registry when you run 32-bit things on a 64-bit system. If your installer is 32-bit and you run it on a 64-bit system, then references to 'SOFTWARE\Microsoft' will get silently redirec

Re: [WiX-users] One install for multiple OS

2011-03-15 Thread Jeremy Farrell
And the problem is? > From: Robert Hermann [mailto:rob.herm...@nicewareintl.com] > > I've got an install for a backend service that needs to > consider a couple of OS and then scenarios within that os. > > For the time being I need my project to first detect the os > and if its not at least

Re: [WiX-users] How to write INSTALLDIR to registry?

2011-03-28 Thread Jeremy Farrell
That defines a property called WIXUI_INSTALLDIR with the value "INSTALLDIR". it has nothing to do with a property called INSTALLDIR. > From: Michel [mailto:mic...@acromania.nl] > Sent: Monday, March 28, 2011 7:33 AM > > INSTALLDIR is defined: > > > > ... -

Re: [WiX-users] MSVC problem on Vista (no SP)

2011-04-19 Thread Jeremy Farrell
You'd perhaps get a more useful answer if you told us what the problem is. > From: Michael Tissington [mailto:michael_tissing...@ciqual.com] > > I have a problem when doing a major upgrade on Vista (no > service pack) > > My install is using both MSVC 9.0 and 10.0 merge modules. > The first

Re: [WiX-users] VC++ redistributable questions

2011-04-28 Thread Jeremy Farrell
> From: Tobias S [mailto:tobias.s1...@gmail.com] > > ... > > - Most installs run in UI mode Interesting, where did you get that information from? What's the ratio between UI-mode runs and silent, and how accurate is the estimate believed to be? ---

Re: [WiX-users] Suppress Warning LGHT1008

2011-05-13 Thread Jeremy Farrell
> From: Simon Chromow [mailto:simon.chro...@bewotec.de] > > Hello everybody, > is it possible to suppress the warning LGHT1008? > > Thanks for your efforts > Simon http://lmgtfy.com/?q=wix+light+suppress+warnings -- Ach

Re: [WiX-users] Why are we using a mailing list vs forum?

2011-05-18 Thread Jeremy Farrell
> From: john.bu...@telvent.com [mailto:john.bu...@telvent.com] > Subject: [WiX-users] Why are we using a mailing list vs forum? > > Just curious. Because mailing lists are easier and far more convenient to use. > I find forums easier to use. :o) ... All down to personal preference. I believe

Re: [WiX-users] Combined 32-bit and 64-bit MSI?

2011-06-13 Thread Jeremy Farrell
The fact that you need separate MSI files but can build them both from the same source? > From: Brad Lemings [mailto:b...@rebit.com] > > AFAICT, both links use separate MSI files for 32-bit and > 64-bit installs. > > Did I miss something? > > -Original Message- > From: Wilson, Phil

Re: [WiX-users] Can an x86 msi create a registry key under HKEY_CLASSES_ROOT\Wow6432Node on x64 systems?

2011-06-30 Thread Jeremy Farrell
If you run a 32-bit MSI then its registry entries will be created under Wow6432Node automatically on 64-bit versions of Windows. This is an feature of how Windows emulates the 32-bit environment on 64-bit Windows, nothing to do with WiX or Windows Installer. > From: Wang, Miaohsi [mailto:miaoh

Re: [WiX-users] Help needed

2011-06-30 Thread Jeremy Farrell
> From: Kshitish Seet [mailto:kshitish.s...@nextsphere.com] > > I am asked to use Windows Installer XML > (WiX) to create installation > package. I donot know where to start. If anybody have done > anything on this please advise. The web page you mention would b

[WiX-users] Explosion of LGHT0311 errors in WiX 3.5

2011-08-18 Thread Jeremy Stanley
I recently upgraded to WiX 3.5 (from 3.0) to solve a difxapp compatibility problem, and now I've got different problem. Several of the localized installers fail to build with LGHT0311 ("A string was provided with characters that are not available in the specified database code page '1252'"). In

Re: [WiX-users] Explosion of LGHT0311 errors in WiX 3.5

2011-08-21 Thread Jeremy Stanley
> Because WiX v3.0 didn't check as thoroughly for codepage problems. IOW, > the problems always existed, WiX is just telling you about them now. What went into the MSI database before? Were unrepresentable characters simply replaced by question marks or something? And is there any way I can r

Re: [WiX-users] UI Custom Action displays dialog behing MSI UI

2009-12-20 Thread Jeremy Farrell
I had a similar situation where I needed to convert a mass of existing code into MSI custom actions. This code called various driver installation APIs which could create message boxes in unusual situations, and these boxes were displaying behind (and hidden by) the MSI UI. I know almost nothing ab

Re: [WiX-users] Wix redistributable

2010-01-05 Thread Jeremy Farrell
Really? Why? I'm still using an old version of WiX which didn't include such a warning - why was it added? Does something not work properly with more recent versions of WiX if Visual Studio isn't present? > -Original Message- > From: Neil Sleightholm [mailto:n...@x2systems.com] > Sent: T

Re: [WiX-users] Wix redistributable

2010-01-05 Thread Jeremy Farrell
or 2008 > Standard Edition or higher is not installed." > > Neil > > -Original Message- > From: Jeremy Farrell [mailto:jfarr...@pillardata.com] > Sent: 05 January 2010 19:02 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Wix redi

Re: [WiX-users] Building Votive - Email found in subject

2010-01-06 Thread Jeremy Farrell
Works for me as long as I correct for the line wrapping. > -Original Message- > From: Jahanzeb Khan [mailto:jk...@commondesk.com] > Sent: Wednesday, January 06, 2010 9:32 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Building Votive - Email fou

Re: [WiX-users] How to handle Registry Redirection through WIXon64-bit Platform

2010-01-13 Thread Jeremy Farrell
> From: Pally Sandher [mailto:pally.sand...@iesve.com] > Sent: Wednesday, January 13, 2010 10:49 AM > > ... > An MSI has a platform attribute which must be set to "Intel" for x86 > packages or "Intel64" for x64 packages (can also use "AMD64" for x64 > packages but it's deprecated by "Intel64"). >

Re: [WiX-users] Avoiding hard-coding the path to the WiX SDK when usingthe WDK

2010-01-16 Thread Jeremy Farrell
I recommend keeping the tools under source control, so you always know where they are and what they are. If you don't want to do that, the simplest thing is probably just to normalize the WIX variable in the script you use to launch build. Something like for %%X in ("%WIX%") do set WIX=%%~fsX

Re: [WiX-users] CNDL1033, LGHT1079 - question about long cabinet file names

2010-01-20 Thread Jeremy Farrell
I'd be very surprised if anyone could answer that question, certainly not reliably and completely. As the message clearly says, it's unsupported; and as the message helpfully explains, that means it's not guaranteed to work. That means anything can happen. Developers of everything which ever touche

Re: [WiX-users] RegistrySearch Type raw causes a '1' to bewrittenin RegLocater table - should be a '2'

2010-01-28 Thread Jeremy Farrell
Wow, that's incredibly ancient - an early development build from 2004 or earlier. The bits have probably rotted. The release version of WIX 2.0 is 2.0.5805.0 which was released in 2008; since WiX 3.0 was released in July 2009 though, even that is obsolescent. If you want to stick to WiX 2.0 (perha

Re: [WiX-users] Problem installing a .NET installer-based service using InstallUtilLib.dll

2010-02-24 Thread Jeremy Farrell
Err ... perhaps I'm missing something, but: in the message you link to, Brian describes the problem, then Neil points to the MSDN documentation on how to avoid the problem, then Brian says this method "appears to work perfectly". Have you tried the recommendations in the message you linked to? > -

Re: [WiX-users] Wix 2.0 to Wix 3.0

2010-03-11 Thread Jeremy Farrell
Your question doesn't make sense. WiX 2.0 and WiX 3.0 are releases of the WiX toolset which you use to build MSIs (product installers) - WiX is not a product installer. To move from one to the other you just upgrade the WiX toolset on your build machine, following the instructions with the new rele

Re: [WiX-users] Beginner's Question: 32 Bit MSI on 64 Bit OS

2010-03-25 Thread Jeremy Farrell
I can't imagine why you'd consider that to be "obvious" - it's nonsense. WiX is software, it can have knowledge of anything its authors want, and it can build any knowledge it needs to into an msi. An msi for a 32-bit application doesn't need any knowledge of the 64-bit environment anyway. You

Re: [WiX-users] when can we expect Wix 3.5 RTM?

2010-04-13 Thread Jeremy Farrell
I'll be surprised if the date has moved much since this question was answered yesterday, or even since the several times it and similar questions have been answered in recent weeks. > From: MYFLEX [mailto:shrinuen...@gmail.com] > Sent: Tuesday, April 13, 2010 5:41 AM > > when can we expect Wix 3

Re: [WiX-users] when can we expect Wix 3.5 RTM?

2010-04-15 Thread Jeremy Farrell
ng silly questions like this over and over > again? ;-) > > > -Original Message- > > From: Jeremy Farrell [mailto:jfarr...@pillardata.com] > > Sent: Dienstag, 13. April 2010 17:22 > > To: General discussion for Windows Installer XML toolset. > > Subject: Re: [WiX-users] when

Re: [WiX-users] Speeding up Light command

2010-04-15 Thread Jeremy Farrell
That's funny, it only takes about 20 seconds for me. Perhaps if you provide some information about what you're doing, people may be able to work out what's going on and suggest fixes or workarounds. http://www.catb.org/~esr/faqs/smart-questions.html > -Original Message- > From: S.P [mai

Re: [WiX-users] Quiet Execution of an executable embedded within the MSI

2010-06-18 Thread Jeremy Farrell
The traditional way to do this (discussed on this list a few times a few years ago) is a little hacky, but works well enough. 1) Put your executable in a self-extracting archive, using iexpress for example; 2) execute the self-extracting archive from the binary table in a 'quiet' mode, putting

Re: [WiX-users] Error when tryin to install the latest drop of the wix toolset

2010-07-04 Thread Jeremy Farrell
Other than the various people who've discussed it on this list and answered the questions about it in the last couple of days? > From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] > Sent: Sunday, July 04, 2010 9:47 AM > Importance: High > > Hi: > > When trying to install the latest drop

Re: [WiX-users] ldap_open/ldap_connect in Custom Action

2012-11-10 Thread Jeremy Farrell
Assuming the code is C or similar ... I know nothing about these APIs, but the way you're calling them doesn't make sense. If they expect to receive a pointer to a wide character as their first parameter, then they presumably expect that pointer to point to a wide character string - taking a poi

[WiX-users] How can I make Wix install only modified files

2012-11-28 Thread Jeremy Chiu
Hi All, I'm trying to create an installer that drops down an exe + a few dlls. One of these dlls is infrequently changed and is injected into explorer (it does icon overlays & explorer loads it when it launches). I'm using RemoveExistingProducts after InstallFinalize but I think the installe

Re: [WiX-users] Where to install to by default nowadays; App Data or Program Files?

2012-11-28 Thread Jeremy Farrell
Googling 'msdn appdata' brought up http://blogs.msdn.com/b/patricka/archive/2010/03/18/where-should-i-store-my-data-and-configuration-files-if-i-target-multiple-os-versions.aspx which might be useful. > From: Katherine Moss [mailto:katherine.m...@gordon.edu] > Sent: Wednesday, November 28, 2012

Re: [WiX-users] Add Templates

2012-12-14 Thread Jeremy Farrell
http://www.catb.org/~esr/faqs/smart-questions.html > From: Chaitanya [mailto:chaita...@pointcross.com] > Sent: Friday, December 14, 2012 7:46 AM > > Hi, > > How to add templates in wix. > > Thanks for help > > Chaitanya.

Re: [WiX-users] Read System IP adresss

2013-01-03 Thread Jeremy Farrell
To start with you need to define what you mean by "System IP address". The smallest Windows systems I use have four different IP addresses, others have many more. > From: Chaitanya [mailto:chaita...@pointcross.com] > Sent: Thursday, January 03, 2013 08:55 > > In wix I want to read system IP add

Re: [WiX-users] Could not load file or assembly 'GMap.NET.Core, Version=1.7.0.0, Culture=neutral, PublicKeyToken=b85b9027b614afef' or one of its dependencies. The system cannot find the file specified

2013-02-26 Thread Jeremy Farrell
I'm lost; what has this got to do with WiX? > From: james pruett [mailto:gpscru...@gmail.com] > > Hi, > Can anyone spot what I am doing wrong? > Thanks for looking. > -cellurl > > > VisualStudio10 comes up with this error:-- > > Could not load file or assembly 'GMap.NET.Core, Versi

[WiX-users] Persisting Session Variables set in external Custom Actions to Dialog Input defaults?

2010-07-12 Thread Jeremy Rimer
I am new to WIX and have been tasked with creating an installer that does the following: *Deploys a build of our application without overwriting the App.Config file for the application *Loads the key/values in the App.Config file and prompts the user with the "defaults" (existing values) and allo

Re: [WiX-users] Persisting Session Variables set in external Custom Actions to Dialog Input defaults?

2010-07-13 Thread Jeremy Rimer
roperties to what you > found as your new "defaults". Then you can write them to the App.Config > inside of the install sequence between InstallInitialize and > InstallFinalize. > > -Original Message- > From: Jeremy Rimer [mailto:jeremyri...@gmail.com] >

[WiX-users] WIX Upgrade configuration

2010-07-13 Thread Jeremy Rimer
I've solved my App.Config issues with help from Blair (Thanks, buddy!!!), but now I'm running into upgrade path problems... To set the stage, I have a WIX installer that successfully deploys an application to it's installation directory, and takes some input from the user that calls a CA to overwr

Re: [WiX-users] WIX Upgrade configuration

2010-07-14 Thread Jeremy Rimer
quot;yes" for those properties that you won't be > removing (such as newer versions you use to block installation, etc.) > > -Original Message- > From: Jeremy Rimer [mailto:jeremyri...@gmail.com] > Sent: Tuesday, July 13, 2010 12:36 PM > To: General discussion for W

Re: [WiX-users] WIX Upgrade configuration

2010-07-14 Thread Jeremy Rimer
Hahaha nevermind... I see that I totally got it backwards... I reversed my OnlyDetects below and it works great... You rock... Sorry! -Jeremy On Wed, Jul 14, 2010 at 9:20 AM, Jeremy Rimer wrote: > Blair, as always, thanks for your replies! Unfortunately, this time I came > up empty :(.

[WiX-users] Conditionally Show Dialog Button based on Installer action (installed vs. removed vs. repaired, etc)

2010-07-14 Thread Jeremy Rimer
I have one last problem before my installer is completely working: I have a custom EXIT dialog that I created called MyExitDialog that contains an extra button that spawns a custom dialog to gather application settings from the user to write into the App.Config file that was deployed and/or existe

Re: [WiX-users] Conditionally Show Dialog Button based on Installer action (installed vs. removed vs. repaired, etc)

2010-07-14 Thread Jeremy Rimer
I must also add that under my custom exit dialog, I have this: == == ... but this just causes NO exit dialog to show in both Install and Remove paths of the installer :( -Jeremy On Wed, Jul 14

Re: [WiX-users] Conditionally Show Dialog Button based on Installer action (installed vs. removed vs. repaired, etc)

2010-07-14 Thread Jeremy Rimer
INSTALLED" to be true for > the initial install. > > > -Original Message- > From: Jeremy Rimer [mailto:jeremyri...@gmail.com] > Sent: Wednesday, July 14, 2010 10:25 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users

Re: [WiX-users] Conditionally Show Dialog Button based on Installer action (installed vs. removed vs. repaired, etc)

2010-07-14 Thread Jeremy Rimer
uld your custom action be written such that it simply exits early with a > success code if it doesn't find the App.Config file? > > -Original Message- > From: Jeremy Rimer [mailto:jeremyri...@gmail.com] > Sent: Wednesday, July 14, 2010 8:25 AM > To: General discussion fo

Re: [WiX-users] Conditionally Show Dialog Button based on Installeraction (installed vs. removed vs. repaired, etc)

2010-07-14 Thread Jeremy Rimer
ntegrated Environmental Solutions Limited. Registered in Scotland No. > SC151456 > Registered Office - Helix Building, West Of Scotland Science Park, > Glasgow G20 0SP > Email Disclaimer > > -Original Message- > From: Jeremy Rimer [mailto:jeremyri...@gmail.com] > Se

Re: [WiX-users] Conditionally Show Dialog Button based on Installer action (installed vs. removed vs. repaired, etc)

2010-07-14 Thread Jeremy Rimer
den if REMOVE=ALL ? > > -Original Message- > From: Jeremy Rimer [mailto:jeremyri...@gmail.com] > Sent: Wednesday, July 14, 2010 9:25 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Conditionally Show Dialog Button based on > Install

Re: [WiX-users] Conditionally Show Dialog Button based on Installer action (installed vs. removed vs. repaired, etc)

2010-07-14 Thread Jeremy Rimer
tuations (remove/install), or shows NO exit dialog, and skips that step and auto-finishes and closes the installer once the program completes ... -J On Wed, Jul 14, 2010 at 12:57 PM, Jeremy Rimer wrote: > Hmmm... > > I did this: > === > > OnExit="s

Re: [WiX-users] Conditionally Show Dialog Button based on Installer action (installed vs. removed vs. repaired, etc)

2010-07-14 Thread Jeremy Rimer
our > CA. > > -Original Message----- > From: Jeremy Rimer [mailto:jeremyri...@gmail.com] > Sent: Wednesday, July 14, 2010 11:04 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Conditionally Show Dialog Button based on > Installer &g

Re: [WiX-users] Conditionally Show Dialog Button based on Installer action (installed vs. removed vs. repaired, etc)

2010-07-14 Thread Jeremy Rimer
Cancel="no" Text="Modify Application > Settings" >REMOVE=ALL > > -Original Message- > From: Jeremy Rimer [mailto:jeremyri...@gmail.com] > Sent: Wednesday, July 14, 2010 11:19 AM > To: General discussion for Windows Installer XML toolset. > Subject:

Re: [WiX-users] Conditionally Show Dialog Button based onInstalleraction (installed vs. removed vs. repaired, etc)

2010-07-15 Thread Jeremy Rimer
* > Integrated Environmental Solutions Limited. Registered in Scotland No. > SC151456 > Registered Office - Helix Building, West Of Scotland Science Park, > Glasgow G20 0SP > Email Disclaimer > > -Original Message- > From: Jeremy Rimer [mailto:jeremyri...@gmail.com]

Re: [WiX-users] Conditionally Show Dialog Button based on Installer action (installed vs. removed vs. repaired, etc)

2010-07-15 Thread Jeremy Rimer
EMOVE~="ALL" NEWERFOUND === Here's the dialog button I wish to hide during uninstalls: === SHOWMODIFYCONFIGBUTTON=0 === On Wed, Jul 14, 2010 at 10:17 AM, Jeremy Rimer wrote: > I have one last prob

Re: [WiX-users] Conditionally Show Dialog Button basedonInstalleraction (installed vs. removed vs. repaired, etc)

2010-07-15 Thread Jeremy Rimer
with the ** > Integrated Environmental Solutions Limited. Registered in Scotland No. > SC151456 > Registered Office - Helix Building, West Of Scotland Science Park, > Glasgow G20 0SP > Email Disclaimer > > -Original Message- > From: Jeremy Rimer [mailto:jeremyri...@gmail.com]

Re: [WiX-users] Logging Error

2010-07-19 Thread Jeremy Farrell
Perhaps Windows path separators (\) in the paths? > From: Thode, Katelyn [mailto:katelyn.th...@guidancesoftware.com] > > I am attempting to log the installation of a package I > created. When I run the following command line: > > msiexec.exe /I "C:/comp/code/libdbg/tfuInstaller.msi" /l*v > "

[WiX-users] CustomAction in InstallUISequence doesn't complete until InstallInitialize

2010-07-26 Thread Jeremy Rimer
Greetings WiX Users! Not so long ago I posted my dilemma regarding Custom Actions not persisting session data through to UI dialogs... I modified the ExitDialog to have a button that took you to further configuration options so that it could read in default options from the deployed App.Config fil

Re: [WiX-users] WiX proposal on Area51

2010-07-28 Thread Jeremy Farrell
Would this be instead of the mailing list, rather than as well as it or gatewayed to it like the existing nabble interface? If so, I'd hate the idea, can't stand these horrible "web-based forums". Regards, jjf > From: Rob Mensching [mailto:r...@robmensching.com] > Sent: Wednes

Re: [WiX-users] How author wix file to uninstall previous MSI version?

2010-08-04 Thread Jeremy Farrell
http://lmgtfy.com/?q=wix+uninstall+previous+upgrade > From: Lucius Fleuchaus [mailto:luci...@microsoft.com] > > Hello, I like to author an MSI in such a way that it first > uninstalls any previous version using the same upgrade code. > What is the key element of a wix file that enables this

Re: [WiX-users] Bootstrapping and Burn

2010-09-03 Thread Jeremy Farrell
> From: Bruce Cran [mailto:br...@cran.org.uk] > Sent: Friday, September 03, 2010 6:55 PM > > On Fri, 3 Sep 2010 10:31:34 -0700 (PDT) > Christopher Painter wrote: > > > Well said other then I don't agree that InstallShield is the reason > > people don't want to write installs.  ( Although this s

Re: [WiX-users] how to stop msiserver after installation;

2010-09-28 Thread Jeremy Farrell
Then the customer needs to speak to Microsoft and get them to change how their Windows package installation system works. The MSI service is part of the Operating System. It has nothing directly to do with your installation, in the sense that your installation doesn't control anything about it.

Re: [WiX-users] Issues when evaluating a condition

2010-10-04 Thread Jeremy Farrell
http://lmgtfy.com/?q=msi+verbose+log > -Original Message- > From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] > Sent: Monday, October 04, 2010 9:52 PM > > Ok, how do I gereragte a verose log? > Cheers > Seanm. > > -Original Message- > From: Blair [mailto:os...@live.com] >

Re: [WiX-users] Dealing with packages bigger than 2Gb

2010-10-06 Thread Jeremy Farrell
So you're assuming that whoever wrote the error message included three different ways to fix the problem, but chose not to mention the best way? Why do you assume that? > From: vivekanandan balaguru [mailto:vivb...@gmail.com] > Sent: Wednesday, October 06, 2010 7:49 PM > > We are trying to bui

Re: [WiX-users] Custom Action

2010-11-11 Thread Jeremy Farrell
No, the CA DLL doesn't get installed at all if you've set it up correctly. It's a binary stream in the MSI and is available at uninstall time. Hard to tell what's wrong without seeing your WiX code and the relevant bits of a verbose log. > From: sagar shinde [mailto:sagar.i...@gmail.com] > >

Re: [WiX-users] Hide commandline parameters in CAQuietExec

2010-11-11 Thread Jeremy Farrell
The '"/c" switch in the commandline' is - how can I put this - in the commandline ;). It's a parameter of the command, just data as far as WiX is concerned. It can't affect Wix's behaviour. > -Original Message- > From: David Binkovic [mailto:david.binko...@googlemail.com] > Sent: Thursd

Re: [WiX-users] How do you fix this error? (id is too long, 72 characters max)

2010-12-09 Thread Jeremy Farrell
Maybe it's just my lack of understanding, but you don't seem to be giving us many clues here. You say the problem Id is in "a generated file" - what file, generated by what? > -Original Message- > From: John Bergman [mailto:john.berg...@xpedienttechnologies.com] > Sent: Thursday, Decem

Re: [WiX-users] Uninstall shortcut?

2011-01-25 Thread Jeremy Farrell
Are you saying that the example doesn't work? In what way does it fail? > From: Kevin Burton [mailto:kev...@buyseasons.com] > Sent: Tuesday, January 25, 2011 5:14 PM > > The link to install an uninstall link seems to be outdated: > > http://wix.sourceforge.net/manual-wix3/create_an_uninstall_s

Re: [WiX-users] Uninstall shortcut?

2011-01-25 Thread Jeremy Farrell
ng what registry > settings they establish. So unless WiX has some special > registry settings it seems that these registry settings are incorrect. > > Kevin Burton > Senior Software Engineer > BUYSEASONS > 262-901-2000 Office > 262-901-2312 Fax > kev...@buyseasons.com &

Re: [WiX-users] Where is DesktopFolder?

2011-01-26 Thread Jeremy Farrell
It means much the same as having ProgramFilesFolder underneath the TARGETDIR - the shortcut will go where you want it to go and the installer will build. > From: Kevin Burton [mailto:kev...@buyseasons.com] > Sent: Thursday, January 27, 2011 1:57 AM > > So what does it mean to have "DesktopFolde

Re: [WiX-users] install location not preserved while upgradation

2011-02-02 Thread Jeremy Farrell
Feel free to contribute the implementation and documentation. > From: Sanjay Rao [mailto:s...@noida.interrasystems.com] > Sent: Wednesday, February 02, 2011 8:48 PM > > There should be simpler method like "MigrateFeatures" in > "UpgradeVersion"element. > > On 02-02-2011 12:24, Neil Sleighthol

Re: [WiX-users] Completely revert installation on install failure

2012-01-14 Thread Jeremy Farrell
Yes, David Watson did at 2012-01-11 18:09:28 GMT: > > Rollback should and does happen automatically. If you have any custom > actions they need to cater for this. What does a verbose log say? > > How are you installing the service, are you using the > element? From: Kevin Hebert [mailto:ke...@le

Re: [WiX-users] Uninstallation

2012-02-28 Thread Jeremy Farrell
> From: DellaRosa, James [mailto:jdellar...@aspexcorp.com] > > I have been trying, for about two days not, to get my product to use > the same .msi to install and uninstall. I've no idea what you're trying to say here. WI usually works by using the same MSI to install and uninstall. What are y

Re: [WiX-users] Check for Installed app

2014-03-24 Thread Jeremy Farrell
http://wix.tramontana.co.hu/ > From: Joel Palmer [mailto:jpalmer1...@comcast.net] > Sent: Monday, March 24, 2014 6:17 PM > > Can you give me the code to check for a previously installed > version of my app? Then, prevent install if it is there? > > Currently, I am allowed to install the same a

Re: [WiX-users] Preserving install directory on upgrade

2014-04-18 Thread Jeremy Farrell
Perhaps I'm missing something, or this just works by luck, but it seems to work for me in WiX v2: If I'm living on borrowed time, I'd value an explanation. > From: Phil Wilson [mailto:phildgwil...@gmail.com] > Sent: Friday, April 18, 2014 6:56 PM

Re: [WiX-users] RemoveFolderEx really slow on large folders

2014-05-09 Thread Jeremy Farrell
How does rollback work with your CA? > From: Sascha Sertel [mailto:sascha.ser...@gmail.com] > > Yes, what it is getting hung up on is enumerating a hundred > thousand files one by one and adding them up to a giant string > that is passed on to the MSI engine. > > I looked at the RemoveFolderEx C

Re: [WiX-users] Uninstalling Service on Windows Server 2012 Not Removing Service

2014-05-19 Thread Jeremy Farrell
No. What does a verbose log show? > From: Greg Edwards [mailto:gedwa...@polariswireless.com] > Sent: Monday, May 19, 2014 9:53 PM > > I have a WIX installer build to install a Windows Service. When the > uninstaller is run on a Windows 8, it properly removes the service. But > when run on a Windo

Re: [WiX-users] Torch output, how to force wixmst XML output instead of CAB

2014-06-13 Thread Jeremy Farrell
ASCII (the One True ASCII, ANSI X3.4-1986) is the 7 bit subset of both Windows "ANSI" and Unicode. In UTF-8 encoding, this subset is a 7-bit value, so ends up in a single byte which makes it identical to the ASCII and "ANSI" encodings. The top half of Windows "ANSI" (values 128 to 255) does not

Re: [WiX-users] WSX file contains extra files?

2015-02-23 Thread Jeremy Farrell
You'll probably find it useful to read http://www.catb.org/~esr/faqs/smart-questions.html and follow its advice. On 23/02/2015 15:56, Chrys Perdue wrote: > Does anyone have a solution for this? I keep getting this error but don't > understand why it is saying that I have these extra dlls. What do

Re: [WiX-users] Writing a C++ Custom Action Project

2015-03-13 Thread Jeremy Farrell
Your checks for an empty string are wrong - constructs like ip == L"" need to be *ip == 0 or similar. Check the documentation for the sprintf() implementation you're using. In Standard C %s is for a normal character string but you're using it for wide character strings - that would e

Re: [WiX-users] Per-User Previlage To Write to Program Files

2015-05-11 Thread Jeremy Farrell
As I understand this, the original problem wasn't explained at all clearly. The issue is not about a limited user being unable to install to Program Files. The issue is that with the IS per-user installer, the user gets offered a UAC prompt and the installation proceeds if he authenticates corr

Re: [WiX-users] Is there a walkthrough that works for installingdrivers in an MSI, wix v 3 (5120)?

2009-07-29 Thread Jeremy Farrell
Perhaps MSDN will be helpful: http://msdn.microsoft.com/en-us/library/ms790295.aspx?ppud=4 Regards, jjf > -Original Message- > From: Mark Roden [mailto:mmro...@gmail.com] > Sent: Wednesday, July 29, 2009 8:06 PM > To: General discussion for Windows Installer XML toolse

Re: [WiX-users] warning LGHT1076: ICE47

2009-08-11 Thread Jeremy Farrell
When you ask for a way to get rid of a warning without fixing the problem and without suppressing the warning, it's hard to imagine what could be suggested. > -Original Message- > From: Vuchuru, Surekha (SBT US EXT) > [mailto:surekha.vuchuru@siemens.com] > Sent: Tuesday, August 11,

Re: [WiX-users] How to treat support files that do not getinstalledontarget machine?

2009-08-11 Thread Jeremy Farrell
You sounds a bit confused about merge modules. Think of them as source code; they're used when building your MSI, to include functionality defined by a third party. The merge module doesn't exist when you get to the machine on which you're installing you're MSI. As a parallel, suppose I sent you a

Re: [WiX-users] Can an installer use a file (extracted to the temparory file extraction directory) but not actually install it?

2009-08-16 Thread Jeremy Farrell
> From: Lian Jiang [mailto:lji...@microsoft.com] > Sent: Sunday, August 16, 2009 4:45 AM > > I have a driver file mydriver.sys which will be installed to > c:\windows\system32. What I am doing is: > > Step 1: install mydriver.sys to c:\program files\myapp; > Step 2: a custom action install this

Re: [WiX-users] Multiple Driver Packages

2009-09-04 Thread Jeremy Farrell
> From: Slide [mailto:slide.o@gmail.com] > > I have two drivers that I need to install, I currently have > two inf files for them. Apparently DIFXAPP doesn't support > this as I get the following error: > > ... > DIFXAPP: ERROR: more than one driver package found in 'C:\Program > Files\MYAP

Re: [WiX-users] using dism.exe in my custom action

2009-09-17 Thread Jeremy Farrell
You missed the wonderful file system redirector. Whichever of the two names you use, Windows forces the 32-bit custom action to use the file in SysWOW64. [WindowsFolder]Sysnative\dism.exe should do what you need. > From: Lian Jiang [mailto:lji...@microsoft.com] > Sent: Friday, September 18, 20

Re: [WiX-users] Cannot install in any other drive, except c drive

2009-09-23 Thread Jeremy Farrell
> From: Sunkesula, Srivardhan [mailto:srivardhan.sunkes...@netapp.com] > > I have a strange problem with my installer. >When I select a drive other than C drive for installation. >The installation is failing. > Can you please let me know, what could be the problem? > > > Thanks & Re

Re: [WiX-users] Windows 2003 Server 64 bit and XP 64 bit

2009-10-16 Thread Jeremy Farrell
You missed the MsiNTProductType property. Regards, jjf > -Original Message- > From: John Lalande [mailto:johnlala...@gmail.com] > Sent: Friday, October 16, 2009 10:32 PM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Windows 2003 Server 64 bit and XP 64 bit >

Re: [WiX-users] Are short names even useful anymore?

2009-10-17 Thread Jeremy Farrell
Don't forget that the WI team are still living back before UNICODE was invented. WI, the team that time forgot. > -Original Message- > From: Christopher Painter [mailto:chr...@deploymentengineering.com] > Sent: Saturday, October 17, 2009 6:27 PM > To: d...@tramontana.co.hu; General discu

Re: [WiX-users] InstallShield 2010 vs InstallAware 9

2009-11-12 Thread Jeremy Farrell
I don't know where you draw the line between 'simple' and 'top shelf', a few of the products whose installers were developed entirely with WiX are: Microsoft Office Enterprise 2007 (over 4,600 files and 53,000 registry keys) Microsoft Visual Studio 2008 Sun Microsystems MySQL > -Original Me

Re: [WiX-users] _Validation table

2009-12-02 Thread Jeremy Farrell
So MSDN is wrong when it says "This table is not shipped with the installer database"? In that case I assume either that it's intending to say something other than what it says, or it's presuming the use of a particular toolset which strips the table. As far as WIX is concerned though, this table i

[WiX-users] Using $(TargetPath) for localized wix projects.

2008-12-24 Thread Jeremy Lew
build step which needs to know where the output actually is. Is this a bug? By design? Thanks, Jeremy -- ___ WiX-users mailing list WiX-users@lists.sourceforge

Re: [WiX-users] Using $(TargetPath) for localized wix projects.

2008-12-29 Thread Jeremy Lew
localized wix projects. Jeremy Lew wrote: > When I added a Resources_en-US.wxl file to my Wix 3.0 wixproj, the msi > is now being placed in a subdirectory of $(TargetPath) with the name > "en-US". Fine, except the value of $(TargetPath) is the original > subdirectory (one le

Re: [WiX-users] WIX 3 - Suggestions

2008-12-29 Thread Jeremy Lew
Can you elaborate on which of the component rules #2 presents problem for? I wrote a tool to auto-gen my components from my web structure as well. It puts every file in its own component with a new Guid for the id. Is this approach problematic? Is it different than what Visual Studio Installer d

Re: [WiX-users] WIX 3 - Suggestions

2008-12-29 Thread Jeremy Lew
) I am working on something like this at the moment, if I get it working I'll post details. Neil -Original Message- From: Jeremy Lew [mailto:j...@liquidmachines.com] Sent: 29 December 2008 20:36 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] WIX

Re: [WiX-users] WIX 3 - Suggestions

2008-12-29 Thread Jeremy Lew
file each... maybe. It's the closest we've come. Still experimental (one reason it isn't documented well). -Original Message- From: Jeremy Lew [mailto:j...@liquidmachines.com] Sent: Monday, December 29, 2008 13:41 To: General discussion for Windows Installer XML toolset. Sub

Re: [WiX-users] WIX 3 - Suggestions

2008-12-30 Thread Jeremy Lew
Installer XML toolset. Subject: Re: [WiX-users] WIX 3 - Suggestions You mean like the Directory/@ComponentGuidGenerationSeed? -Original Message- From: Jeremy Lew [mailto:j...@liquidmachines.com] Sent: Monday, December 29, 2008 14:41 To: General discussion for Windows Installer XML toolset

  1   2   >