Re: [WiX-users] change install location from custom to default

2010-12-29 Thread Lisa Gracias
the following email describes. Just > out of curiosity, Lisa were you able to resolve this issue? Or if > anyone has any suggestion, please kindly let me know. Thanks in > advance. > > YEH > > On Tue, Mar 2, 2010 at 9:57 AM, Lisa Gracias > wrote: > > In my msi there ar

Re: [WiX-users] Prerequisite check for per-user vs per-machine installation

2010-10-19 Thread Lisa Gracias
> > Does product B always install a particular component guid (or at least a > narrow set)? I went through the installers for the last couple of versions and it looks like the component GUIDs stay the same. To be safe I posted a question on the Product B message board asking about their GUIDs. Th

[WiX-users] Prerequisite check for per-user vs per-machine installation

2010-10-18 Thread Lisa Gracias
I am building an installer for Product A. Product A should not be installed unless Product B is already installed. There are multiple versions of Product B that are supported by Product A. Product B does not create any registry entries. So instead I am checking for the upgrade code of Product B in

Re: [WiX-users] List of predefined variables?

2010-04-29 Thread Lisa Gracias
Do you mean this? http://msdn.microsoft.com/en-us/library/aa370905(v=VS.85).aspx On Fri, Apr 30, 2010 at 1:14 AM, Wix Mailing List wrote: > Is there a list somewhere of things like THE_USER_ACCOUNT and the like? > > > > > > > ---

[WiX-users] Checkbox tree for file type association

2010-04-25 Thread Lisa Gracias
I'm creating a dialog to enable the selection of the file types to be associated with my application. I'd like to be able to group related types together, the way the Winamp installer ( http://i.afterdawn.com/storage/pictures/play_shn_files_2_lg.gif) does. I know the Winamp installer uses NSIS, but

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

2010-03-19 Thread Lisa Gracias
installer_team/archive/2006/06/27/648447.aspx > > > Brian Rogers > "Intelligence removes complexity." - Me > http://blogs.msdn.com/icumove > > > On Sun, Mar 14, 2010 at 4:58 AM, Alec Taylor > wrote: > > > Thanks, I think that's what I'm looki

Re: [WiX-users] display warning if shared components not removed on uninstall

2010-03-09 Thread Lisa Gracias
if it found other products then it means tht shared files wont get deleted > from target machine. and u can populate messagebox accordingly (as per the > property value) at the end of the installation > > On Tue, Mar 9, 2010 at 2:11 PM, Lisa Gracias >wrote: > > > I ha

Re: [WiX-users] disk cost dialog

2010-03-09 Thread Lisa Gracias
Thank you, this was what was causing the problem. I set ROOTDRIVE and now it works perfectly. -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine

[WiX-users] display warning if shared components not removed on uninstall

2010-03-09 Thread Lisa Gracias
I have 3 msi's which contain the same merge module. Apart from containing components common to all 3 products, the merge module also writes an entry to the HKLM registry hive. The first product to be installed, say Product A, will put the shared components in its own folders, and the other two pr

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

2010-03-08 Thread Lisa Gracias
> > 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? > Browse through the source code at http://mbf.codeplex.com/ It's in MBF\Installer. There's no tutorial, but the Wix code and ba

[WiX-users] disk cost dialog

2010-03-08 Thread Lisa Gracias
My msi's disk cost dialog always says that space is required in E: drive, even though my Windows drive is C: and the destination folder is set to C:\Program Files. Any idea why this might be? I'm on Windows 7 Enterprise, if that helps. Here's a screenshot: http://i45.tinypic.com/2je205j.jpg I'm

Re: [WiX-users] Nested installation of downloaded prerequisites

2010-03-04 Thread Lisa Gracias
X-users] Nested installation of downloaded prerequisites > > The biggest problem with installing dependencies from your UI sequence > is that they do not get called if your MSI is run with silent or basic > UI. And then, since your MSI can't show any UI, it's harder for it

Re: [WiX-users] Do not remove registry values on uninstall

2010-03-04 Thread Lisa Gracias
Setting Action="create" should do it. Refer to: http://wix.sourceforge.net/manual-wix3/wix_xsd_registrykey.htm On Fri, Mar 5, 2010 at 4:13 AM, Alex Ivanoff wrote: > How do I author registry values so they do not get removed on uninstall? > > ---

Re: [WiX-users] Property value not changing properly

2010-03-03 Thread Lisa Gracias
I had the same problem. Apparently, "Feature conditions that include properties set during the UI sequence won’t work as expected." Instead, use the AddLocal and Remove events. This should shed some light on the issue: http://www.joyofsetup.com/2007/05/30/feature-conditions-and-ui/ On Wed, Mar 3,

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

2010-03-03 Thread Lisa Gracias
What's the parent node of your product and package elements? On Wed, Mar 3, 2010 at 5:20 PM, Alec Taylor wrote: > Top of the Morning to you, > > I'm trying to generate a complete Installer using the command-line > tools. I have the directory structure. I want two choices, Custom & > Complete. Co

Re: [WiX-users] Launch notepad in foreground

2010-03-03 Thread Lisa Gracias
ing/archive/2009/02/20/9435239.aspx plus > discussion > > > > Can you arrange to have the install complete while Notepad continues to > run? If you launch it completely asynchronously the install will go away and > leave it there. > > > > Phil Wilson > > &

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

2010-03-03 Thread Lisa Gracias
Use the Wix tool 'heat'. On Wed, Mar 3, 2010 at 4:25 PM, Alec Taylor wrote: > Top of the Morning to you, > > I've been using MakeMSI for almost half-a-year now, wrote a neat > little script to generate the file list for it. > > Is there a tool/script/program/command I can use to generate the > fi

Re: [WiX-users] Nested installation of downloaded prerequisites

2010-03-02 Thread Lisa Gracias
ou take a > look at the Office DVD you'll see that there are loads of MSI files... > the bootstrapper does all the UI work and the fact that multiple MSIs > are being installed is all transparent to the user. > > Sascha > > > On Thu, Feb 25, 2010 at 1:30 AM, Lis

[WiX-users] change install location from custom to default

2010-03-02 Thread Lisa Gracias
In my msi there are 3 types of installations listed in a radio button group in a setup type dialog - Default, custom, and complete. If Default or Complete is chosen, then the product is installed to ProgramFilesFolder. If the user chooses Custom then in the next dialog they can choose a custom loca

[WiX-users] Launch notepad in foreground

2010-03-02 Thread Lisa Gracias
In my msi I have a custom action that launches notepad.exe with a Readme document after installation is complete. Sometimes notepad launches in the background, behind other windows. Is there any way to force it to the foreground? I found this question asked earlier but there were no replies. http:/

Re: [WiX-users] my icon absent from add/remove programs

2010-02-25 Thread Lisa Gracias
On Fri, Feb 26, 2010 at 5:26 AM, jo...@msli.com wrote: > My .wxs file contains the following line: > > You need to set the path to the icon inside an element and give it a unique id. Then use the icon id inside your property tag.

Re: [WiX-users] Nested installation of downloaded prerequisites

2010-02-24 Thread Lisa Gracias
ultiple MSIs > are being installed is all transparent to the user. > > Sascha > > > On Thu, Feb 25, 2010 at 1:30 AM, Lisa Gracias > wrote: > > So there's no way for me to nest an installation inside my msi, even if > the > > installer I'm calling is an exe

Re: [WiX-users] Nested installation of downloaded prerequisites

2010-02-24 Thread Lisa Gracias
49 PM, Bob Arnson wrote: > On 2/24/2010 3:44 AM, Lisa Gracias wrote: > > I've tried the GenerateBootstrapper task in MSBuild but since it > bootstraps > > all the prerequisites before calling the msi, it doesn't serve my > purpose. > > > > You can't ins

[WiX-users] Nested installation of downloaded prerequisites

2010-02-24 Thread Lisa Gracias
I'm using Wix 3.0 to create an msi for an application that has a couple of prerequisites, such as the .NET Framework and Silverlight. According to the specs I have, there must be a dialog during the UI sequence which displays a list of prerequisites (the list depends on which features the user s