Re: [WiX-users] UI upgrade succeeds, but silent upgrade fails

2012-09-21 Thread Alec Swan
-installer Thanks, Alec On Fri, Sep 21, 2012 at 3:04 AM, Peter Shirtcliffe pshirtcli...@sdl.com wrote: Are you mixing up minor and major upgrades ? Major upgrades use the upgrade table and replace the old product with the new one. You don't specify REINSTALL or REINSTALLMODE on the command line

Re: [WiX-users] UI upgrade succeeds, but silent upgrade fails

2012-09-20 Thread Alec Swan
, but in reality 18.3 is there and 19.0.1 is not. I noticed that we have MajorUpgrade element commented out (see above). Should it be uncommented? (Sorry I don't work with WIX a whole lot). Thanks, Alec On Thu, Sep 20, 2012 at 3:15 AM, Peter Shirtcliffe pshirtcli...@sdl.com wrote: One caveat if you follow

Re: [WiX-users] UI upgrade succeeds, but silent upgrade fails

2012-09-20 Thread Alec
it be uncommented? (Sorry I don't work with WIX a whole lot). Thanks, Alec -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/UI-upgrade-succeeds-but-silent-upgrade-fails-tp7580671p7580716.html Sent from the wix-users mailing list archive at Nabble.com

[WiX-users] UI upgrade succeeds, but silent upgrade fails

2012-09-19 Thread Alec Swan
versions. Is this sufficient? Thanks, Alec -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions

Re: [WiX-users] UI upgrade succeeds, but silent upgrade fails

2012-09-19 Thread Alec
product version with Package Id? Thanks, Alec -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/UI-upgrade-succeeds-but-silent-upgrade-fails-tp7580671p7580672.html Sent from the wix-users mailing list archive at Nabble.com

Re: [WiX-users] UI upgrade succeeds, but silent upgrade fails

2012-09-19 Thread Alec Swan
=OLDERVERSIONBEINGUPGRADED/ /Upgrade How do we ignore APPCOMPAT? Do you need any other info? Thanks, Alec On Wed, Sep 19, 2012 at 2:50 PM, Hoover, Jacob jacob.hoo...@greenheck.com wrote: Ignore the APPCOMPAT. What does your Upgrade table look like? What are the versions of the old and new MSI

Re: [WiX-users] UI upgrade succeeds, but silent upgrade fails

2012-09-19 Thread Alec
I took that Upgrade snippet from Rob's answer on http://stackoverflow.com/a/724098. Let me try this with Minimum set. Thanks, Alec On Wed, Sep 19, 2012 at 3:09 PM, Hoover, Jacob [via Windows Installer XML (WiX) toolset] ml-node+s687559n7580675...@n2.nabble.com wrote: Hmm, I think you

Re: [WiX-users] UnistallString is not written in Software\Microsoft\Windows\CurrentVersion\Uninstall\ registry key

2012-08-23 Thread Alec Swan
the uninstaller passing user's answer as a command-line parameter. Are we doing this wrong? How else can we find the path to the uninstaller of the product version installed on user's machine? Thanks, Alec On Thu, Aug 23, 2012 at 3:17 AM, Peter Shirtcliffe pshirtcli...@sdl.com wrote: Windows

Re: [WiX-users] UnistallString is not written in Software\Microsoft\Windows\CurrentVersion\Uninstall\ registry key

2012-08-23 Thread Alec Swan
We can still uninstall the product from Add/Remove Programs but there is no entry for our product under HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall reg key. Is it possible UninstallString is written in some other registry location? Thanks, Alec On Thu, Aug 23, 2012

Re: [WiX-users] UnistallString is not written in Software\Microsoft\Windows\CurrentVersion\Uninstall\ registry key

2012-08-23 Thread Alec Swan
. I am new to all this and appreciate any help with this. Thanks, Alec On Thu, Aug 23, 2012 at 9:27 AM, Alec Swan alecs...@gmail.com wrote: We can still uninstall the product from Add/Remove Programs but there is no entry for our product under HKEY_LOCAL_MACHINE\Software\Microsoft\Windows

[WiX-users] [CLOSED]: UnistallString is not written in Software\Microsoft\Windows\CurrentVersion\Uninstall\ registry key

2012-08-23 Thread Alec Swan
After some internal discussions it turned out that we were looking for UnistallString to support upgrade from our product version that used to be installed with NullSoft to the version that is currently installed with MSI. I am closing this thread, sorry for the confusion. Thanks, Alec On Thu

Re: [WiX-users] UnistallString is not written in Software\Microsoft\Windows\CurrentVersion\Uninstall\ registry key

2012-08-23 Thread Alec Swan
or something before ? -Original Message- From: Alec Swan [mailto:alecs...@gmail.com] Sent: 23 August 2012 16:34 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] UnistallString is not written in Software\Microsoft\Windows\CurrentVersion\Uninstall\ registry key

[WiX-users] UnistallString is not written in Software\Microsoft\Windows\CurrentVersion\Uninstall\ registry key

2012-08-22 Thread Alec Swan
this? Which Wix action writes this registry key? Thanks, Alec -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can

Re: [WiX-users] Setting MsiLogFileLocation property

2012-03-17 Thread Alec Swan
Does anybody have sample code or pointers on how to pass parameters or arguments to MsiProductInstall() in bootstrapper? On Fri, Mar 16, 2012 at 10:55 AM, Alec Swan alecs...@gmail.com wrote: session.Log seems to work fine, thanks. However, I can only see these messages in the log file if I pass

Re: [WiX-users] Setting MsiLogFileLocation property

2012-03-16 Thread Alec Swan
session.Log seems to work fine, thanks. However, I can only see these messages in the log file if I pass /l*v parameter to msiexec. So, how do I write that bootstrapper that passes /l*v command line parameter or an argument to MsiProductInstall() which enables logging? Thanks, Alec On Fri, Mar

Re: [WiX-users] Setting MsiLogFileLocation property

2012-03-15 Thread Alec Swan
logging programmatically in WIX code and ideally set the location of the log file? We need to support Windows XP SP2 and higher. Thanks, Alec On Thu, Mar 15, 2012 at 10:05 AM, Christopher Painter chr...@iswix.com wrote: I don't know if this is common knowledge but I don't set the MsiLogging

Re: [WiX-users] Setting MsiLogFileLocation property

2012-03-15 Thread Alec Swan
property to force logging and/or configure location of the log file? Enabling logging seems to be a pretty common question on the WIX forum, can we have WIX team to provide a recommendation on how to do this? Thanks, Alec On Thu, Mar 15, 2012 at 10:54 AM, Adam Kadzban mightyshorta...@gmail.com wrote

Re: [WiX-users] Setting MsiLogFileLocation property

2012-03-15 Thread Alec Swan
be very helpful. Thanks, Alec On Thu, Mar 15, 2012 at 11:32 AM, Wilson, Phil phil.wil...@invensys.com wrote: You can't set MsiLogFileLocation, as the MSDN docs pretty much say. You can try to set it but it's ineffective. If you set it in the property table it just gets overwritten. If you set

Re: [WiX-users] Setting MsiLogFileLocation property

2012-03-15 Thread Alec Swan
Wow, this is a pretty active mailing list. I think we have the definite answer now. As you can already tell I am a newbie to WIX, so please take it easy on me with my next question. What logging mechanism do you normally use to log messages from your custom actions? Thanks, Alec On Thu, Mar 15

[WiX-users] Setting MsiLogFileLocation property

2012-03-14 Thread Alec Swan
place for these properties? If so, then I am assuming that the reason why they are not taking effect is that the MSI version our Wix project is using is lower than 4.0 and does not support MsiLogFileLocation property. Where do I update the MSI version in my WIX project? Thanks, Alec

Re: [WiX-users] Installs on XP but not on Win7

2011-11-17 Thread Alec Taylor
The security template may be the issue. On Fri, Nov 18, 2011 at 2:46 PM, Andy Clugston clug...@gmail.com wrote: I have a WiX 3.0 installer that works okay on XP SP3, but when attempting to install on Windows 7 Pro SP1 I see the following error: Action ended 18:33:17: InstallFinalize. Return

Re: [WiX-users] Installs on XP but not on Win7

2011-11-17 Thread Alec Taylor
, 2011 at 10:49 PM, Alec Taylor alec.tayl...@gmail.comwrote: The security template may be the issue. On Fri, Nov 18, 2011 at 2:46 PM, Andy Clugston clug...@gmail.com wrote: I have a WiX 3.0 installer that works okay on XP SP3, but when attempting to install on Windows 7 Pro SP1 I see

Re: [WiX-users] Download packages automatically (showing progress bar) during install

2011-09-22 Thread Alec Taylor
something similar to NuGet? -Original Message- From: Alec Taylor [mailto:alec.tayl...@gmail.com] Sent: Thursday, September 22, 2011 12:19 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Download packages automatically (showing progress bar) during

Re: [WiX-users] Download packages automatically (showing progress bar) during install

2011-09-21 Thread Alec Taylor
component and is not open sourced. From: Alec Taylor alec.tayl...@gmail.com Sent: Wednesday, September 21, 2011 10:33 AM To: General discussion for Windows Installer XML toolset. wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Download

Re: [WiX-users] Download packages automatically (showing progress bar) during install

2011-09-21 Thread Alec Taylor
Installer. If you find a way to do it then that'd be an interesting addition to the WiX toolset. On Wed, Sep 21, 2011 at 8:59 PM, Alec Taylor alec.tayl...@gmail.com wrote: Yes, but WiX can be extended without extending Windows Installer, right? On Thu, Sep 22, 2011 at 1:42 AM, Christopher

Re: [WiX-users] Download packages automatically (showing progress bar) during install

2011-09-19 Thread Alec Taylor
is for. On Sun, Sep 18, 2011 at 12:03 AM, Alec Taylor alec.tayl...@gmail.comwrote: Good evening, How do I download packages automatically (showing progress bar) during install? (I've done this using NSIS, just wondering if it's possible in WiX) Thanks for all suggestions, Alec Taylor

[WiX-users] Download packages automatically (showing progress bar) during install

2011-09-18 Thread Alec Taylor
Good evening, How do I download packages automatically (showing progress bar) during install? (I've done this using NSIS, just wondering if it's possible in WiX) Thanks for all suggestions, Alec Taylor

Re: [WiX-users] ClickThrough

2011-09-09 Thread Alec Taylor
to code against a 3rd party api. Written in c++ and atl -Original Message- From: Alec Taylor [mailto:alec.tayl...@gmail.com] Sent: 08 September 2011 15:32 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] ClickThrough Oh, he mentioned automatic updates

Re: [WiX-users] ClickThrough

2011-09-08 Thread Alec Taylor
WiXedit Although I too am interested in hmne.sourceforge.net / InnoSetup style Wizard for creation of MSIs officially part of WiX. On Thu, Sep 8, 2011 at 8:29 PM, Michael Tissington michael_tissing...@ciqual.com wrote: Is ClickThrough still being developed ? What other options are there for

[WiX-users] Switching from MSZIP or LZX to LZMA compression by integrating UPX

2011-08-24 Thread Alec Taylor
/;) ;--- I want highest compression - --best ;--- Backup the DLL as a debugging aid... --- -k #) Please add support for LZMA. Thanks, Alec Taylor

Re: [WiX-users] WiX Wrappers: For or against?

2011-08-23 Thread Alec Taylor
projects, such as test installers. It was also helpful when I was learning Wix. Our main products' installers are large and complex and I use Wix Votive solutions for those. -Original Message- From: Alec Taylor [mailto:alec.tayl...@gmail.com] Sent: 20 August 2011 11:18 To: General

[WiX-users] Customising WiX (mondo) Interface and adding Branding

2011-08-23 Thread Alec Taylor
seems pretty old-fashioned in comparison... I know I can make my own interface, but am asking if someones made one already [and have distributed it]) • How do I set the Branding Text? (BrandingLR, BrandingUL) • How do I set the my own logos? Thanks for all suggestions, Alec Taylor

[WiX-users] WiX Wrappers: For or against?

2011-08-20 Thread Alec Taylor
one (not necessarily from above), or would you recommend figuring it out without wrappers? (e.g. just use CLI compilers and Notepad2) Thanks for all suggestions, Alec Taylor -- Get a FREE DOWNLOAD! and learn more about

Re: [WiX-users] Compress files into an exe

2011-08-19 Thread Alec Taylor
Just use NSIS, you'll have this complete in a second (with LZMA compression). Enjoy On Fri, Aug 19, 2011 at 6:31 PM, Peter Shirtcliffe pshirtcli...@sdl.com wrote: How about a winrar/winzip/7zip/etc self-extracting exe ? Maybe Burn if you don't mind using a beta and aren't about to release.

Re: [WiX-users] old unanswered question regarding to Dialog Close button

2011-04-27 Thread Alec Taylor
Universe implodes. On Thu, Apr 28, 2011 at 3:07 AM, Blair os...@live.com wrote: I'm curious: what happens if you include but disable the cancel button? -Original Message- From: Tobias S [mailto:tobias.s1...@gmail.com] Sent: Wednesday, April 27, 2011 5:13 AM To: General discussion

[WiX-users] General, Alec Taylor has invited you to open a Gmail account

2011-04-27 Thread Alec Taylor
I've been using Gmail and thought you might like to try it out. Here's an invitation to create an account. You're Invited to Gmail! Alec Taylor has invited you to open a Gmail account. Gmail is Google's free email service, built on the idea that email can be intuitive, efficient, and fun

Re: [WiX-users] compression

2011-01-18 Thread Alec Taylor
Why isn't there a best setting? Like with NSIS; one which tries each one and gives you the best compression =] On Mon, Jan 17, 2011 at 9:31 PM, Pally Sandher pally.sand...@iesve.com wrote: Try  CompressionLevel=high as it's better than mszip in my experience. Also your MSI itself will be a

Re: [WiX-users] compression

2011-01-18 Thread Alec Taylor
Environment** 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: Alec Taylor [mailto:alec.tayl...@gmail.com] Sent: 18 January

[WiX-users] Using LZMA instead of default compression

2010-12-08 Thread Alec Taylor
Hi I've been using MakeMSI for a while now, and it's great that it uses LZMA [through http://upx.sourceforge.net/], as it offers an excellent compressions ratio with a fast decompression. Can the same be done with WiX? - If so, how? Please tell me if this can be done Thank you, Alec Taylor

Re: [WiX-users] Using LZMA instead of default compression

2010-12-08 Thread Alec Taylor
+ Innovate with the Virtual Environment** 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: Alec Taylor [mailto:alec.tayl...@gmail.com

Re: [WiX-users] Using LZMA instead of default compression

2010-12-08 Thread Alec Taylor
Services Fiserv Office: 503-746-0643 Fax: 503-617-0291 www.fiserv.com Please consider the environment before printing this e-mail -Original Message- From: Alec Taylor [mailto:alec.tayl...@gmail.com] Sent: Wednesday, December 08, 2010 5:53 PM To: General discussion for Windows

[WiX-users] Generating a complete WiX Installer using CLI Tools

2010-08-16 Thread Alec Taylor
, and perhaps some example code? Thank you so much, Alec Taylor -- This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev

Re: [WiX-users] Calling an exe file upon installation (works but either cmd remains open, or installation does not finish)

2010-07-15 Thread Alec Taylor
If you don't know how to write a Launcher .exe, I can make one for you Just ask On Wed, Jul 14, 2010 at 4:49 PM, daniel.knoep...@noser.com wrote: Hi Thanks for your answer. Having a launcher exe seems to be the save way to go. In the meantime, i noticed that on some machine it works as

Re: [WiX-users] Porting installer to WiX

2010-07-15 Thread Alec Taylor
Yes, a million info programs around Try SuperORCA On Fri, Jul 16, 2010 at 2:39 AM, Thode, Katelyn katelyn.th...@guidancesoftware.com wrote: I am working on porting an InstallShield installer over to wix.  I don't have the source code for the installer and the installer itself is an executable

[WiX-users] Setting permissions on a Directory element

2010-07-07 Thread Alec Siu
root to allow write access.) Thanks, Alec -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first

Re: [WiX-users] Detect older version not working?

2010-03-18 Thread Alec Taylor
Surprisingly easy to do! Simply perform an: msiexec /x {GUID} -- Download Intel#174; Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for

Re: [WiX-users] Default Icon for Advertised Shortcuts

2010-03-16 Thread Alec Taylor
It's in the shell32.dll I forget the exact command, but next time you have a USB virus, check the autorun.inf for the info. -- Download Intel#174; Parallel Studio Eval Try the new software tools for yourself. Speed

Re: [WiX-users] If certain version (or higher) of Java's JDK is installed, continue, else download install latest JDK

2010-03-14 Thread Alec Taylor
Thanks, I'll look into it. On Wed, Mar 10, 2010 at 11:05 AM, dB. dbl...@dblock.org wrote: This can be done with a bootstrapper. Try http://dotnetinstaller.codeplex.com. dB. @ dblock.org Moscow|Geneva|Seattle|New York -Original Message- From: Alec Taylor [mailto:alec.tayl

Re: [WiX-users] How do I: Generate a Complete Installer usingCommand-Line Tools

2010-03-14 Thread Alec Taylor
Thanks, I think that's what I'm looking for On Tue, Mar 9, 2010 at 4:43 PM, Lisa Gracias lisathelugubri...@gmail.com wrote: I was wondering if you had any/knew of any complete Installers created with ONLY the command-line tools? - With full step-by-step tutorial on how to generate one?

Re: [WiX-users] How do I: Generate a Complete Installer usingCommand-Line Tools

2010-03-08 Thread Alec Taylor
That was weird. Well thanks!!! If anyone has any suggestions on how I can further my understanding, and speed with which it takes to Generate a Complete Installer using the WiX toolset, please enlighten me Thank you so much, Alec Taylor On 3/7/10, Bob Arnson b...@joyofsetup.com wrote: On 3/5

Re: [WiX-users] How do I: Generate a Complete Installer usingCommand-Line Tools

2010-03-05 Thread Alec Taylor
-by-step tutorial on how to generate one? Thank you so much, Alec Taylor On Thu, Mar 4, 2010 at 9:58 PM, Pally Sandher pally.sand...@iesve.com wrote: Package Elements are children of Product Elements (http://wix.sourceforge.net/manual-wix3/wix_xsd_package.htm). That's what the error is essentially

Re: [WiX-users] Wix 3.5 - current state of Burn

2010-03-05 Thread Alec Taylor
If you mean to embed 3 installers, be aware of the MSI limitations. (can't run more than one at once) So you'd have to link them all into run on Finish or Run on Close dialogs. On Fri, Mar 5, 2010 at 7:29 AM, Jacques Eloff repst...@gmail.com wrote: Hi What is the current state of Burn (I'm

[WiX-users] How do I: Automatically generate file-listings of Directory Structure in WiX Format

2010-03-03 Thread Alec Taylor
of one. Thank you so much, Alec Taylor -- Download Intel#174; Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See

Re: [WiX-users] Launch notepad in foreground

2010-03-03 Thread Alec Taylor
Or you could simply run on finish? On Wed, Mar 3, 2010 at 5:05 AM, Wilson, Phil phil.wil...@invensys.com wrote: This is usually a losing game. http://blogs.msdn.com/oldnewthing/archive/2009/02/20/9435239.aspx plus discussion Can you arrange to have the install complete while Notepad

[WiX-users] If certain version (or higher) of Java's JDK is installed, continue, else download install latest JDK

2010-03-03 Thread Alec Taylor
Top of the Morning to you, I've noticed in some Installers, eg; NSIS, it is possible to do what the subject is requesting. Is this possible with WiX? If so, what's the method? Please alleviate my confusion. Thank you so much, Alec Taylor

Re: [WiX-users] How do I: Automatically generate file-listings of Directory Structure in WiX Format

2010-03-03 Thread Alec Taylor
Thanks, had a feeling it was something simple like that :) -- Download Intel#174; Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for

[WiX-users] How do I: Generate a Complete Installer using Command-Line Tools

2010-03-03 Thread Alec Taylor
doing wrong how do I fix it? Thank you so much, Alec Taylor -- Download Intel#174; Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications

[WiX-users] WiX vs MakeMSI - Which should I use?

2010-02-26 Thread Alec Taylor
, is there a tool/script/program I can use to generate the file-list from my directory structure in WiX's XML format? Please alleviate my confusion. Thank you so much, Alec Taylor -- Download Intel#174; Parallel Studio Eval

Re: [WiX-users] WiX v3 setupbld.exe question

2007-05-23 Thread Alec Siu
action: we modify the standard bootstrapper in setupexe.cpp to pop up a message box to say that no work needs to be done as everything is already installed, rather than exiting silently. Alec Ps something I noticed, our internal Microsoft share of the source code for wix3 seems to be missing

Re: [WiX-users] WiX v3 setupbld.exe question

2007-05-17 Thread Alec Siu
(if the absence of a log file is a reliable indication). Is there a way to enable debugging spew to see what the chainer/setup stub is doing? And do you have an estimate of when a future chainer might be released? Thanks much, Alec From: Rob Mensching Sent: Thursday, May 17, 2007 11:34 AM

Re: [WiX-users] WiX v3 setupbld.exe question

2007-05-16 Thread Alec Siu
Hi Rob, Copying and pasting from an e-mail from Carolyn Napier who had a look at our logs relating to this issue: 8 Error 1316. A network error occurred while attempting to read from the file: C:\EHS\alec\dev\CTEB.tmp MSI (s) (F0:14) [14:19:26:471]: Note: 1: 2205 2: 3: Error MSI (s

[WiX-users] WiX v3 setupbld.exe question

2007-05-03 Thread Alec Siu
the problem) or is this a known limitation? Thanks, Alec - 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

[WiX-users] Testing for membership of a domain

2007-04-18 Thread Alec Siu
But this doesn't seem to work... any ideas? Cheers, Alec - 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

[WiX-users] Authoring of Required Dialogs

2006-10-05 Thread Alec Siu
this issue because I ran msival2 on my .msi... And for whatever reason I don't believe my team is using the WiX UI library, and instead authoring from scratch. Cheers, Alec - Take Surveys. Earn Cash. Influence the Future