[WiX-users] Merge existing MSIs into a single MSI as features

2008-09-01 Thread Troy Howard
All, First -- I'm new to the list, so, nice to meet you. My question, in a nutshell, is what is the best way to go about dealing with this situation I have? The situation its, that I've got a bunch of tools which are related to each other as part of a software platform. They are all various utili

Re: [WiX-users] util:CloseApplication - how do I use it

2008-09-01 Thread Bob Arnson
Neil Sleightholm wrote: > Embarrassed response... err it does work, you just have remember to > uncomment the code in your test application so that it actually runs! > > Bob, thanks for all you help on this. > Maybe a new compiler warning? Thanks for following up -- I'm glad that was it (and k

Re: [WiX-users] think I found a project references wizard bug

2008-09-01 Thread Bob Arnson
Robert O'Brien wrote: > I think I found a project references wizard bug. > Please file a bug so it doesn't get lost in e-mail. -- sig://boB http://joyofsetup.com/ - This SF.Net email is sponsored by the Moblin Your Mov

Re: [WiX-users] Offering the user restart after installation

2008-09-01 Thread Bob Arnson
Sean Farrow wrote: > I need to offer the user a restart after an instllation has finished if > a specific property is set. What is the easiest way of doing this. > Add the ScheduleReboot action; it prompts based on the value of the REBOOT property. -- sig://boB http://joyofsetup.com/

Re: [WiX-users] light.exe crashing with NullReference Exception

2008-09-01 Thread Bob Arnson
pavan gadam wrote: > This happens when SymbolPath is included in Directory Element. > > > > > > > > Is this a bug? > Yes. Please file a bug and attach the code we need to reproduce the problem. -- sig://boB http://joyofsetup.com/

Re: [WiX-users] light.exe crashing with NullReference Exception

2008-09-01 Thread pavan gadam
Adding more detail... This happens when SymbolPath is included in Directory Element. Is this a bug? - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applicatio

[WiX-users] light.exe crashing with NullReference Exception

2008-09-01 Thread pavan gadam
Hi all, The light.exe is crashing with Null Reference Exception. i am currently using latest version of Wix released in Aug 29.(3.0.4429.0) The stack tree is as below: C:\Documents and Settings\pavanga\Desktop\wix-pavan\Wix Sample>light.exe -out Sa mpleWixUI.msi SampleWixUi.wixobj CCFLib\CCFWixU

Re: [WiX-users] util:CloseApplication - how do I use it

2008-09-01 Thread Neil Sleightholm
Embarrassed response... err it does work, you just have remember to uncomment the code in your test application so that it actually runs! Bob, thanks for all you help on this. Neil -Original Message- From: Neil Sleightholm Sent: 31 August 2008 22:24 To: General discussion for Windows In

Re: [WiX-users] Problem with conditional install

2008-09-01 Thread Chad Miles
You basically just offered up the inverse of what I suggested. On Mon, Sep 1, 2008 at 5:41 AM, Pally Sandher <[EMAIL PROTECTED]>wrote: > Modify your Feature as follows: > > AllowAdvertise="no" Display="hidden"> > > > > > > > That should work as you expect it to. > > ComponentGroupRef'

Re: [WiX-users] Uninstall database gives error 1321

2008-09-01 Thread Pally Sandher
>But when I try to uninstall I get the message: >Product: Testing setups -- Error 1321. The Installer has insufficient privileges to modify this file: J:\TestingSetups\MsSql\TestDb.mdf. >Does anyone know a way to get around this? Have you looked at a full log of the uninstall process? Sounds to m

[WiX-users] Uninstall database gives error 1321

2008-09-01 Thread Bas Jansen
I have written a installation for a database. The installation does the following things. - Create a folder - Copy an .mdf file into it - Run some attach scripts So far so good, the database is attached. But now the uninstall. This does the following. - Run a drop script. But when I try to unins

Re: [WiX-users] How do I execute deferred CAs (forunit testingcustom actions)?

2008-09-01 Thread dB.
Thanks, We're entering a philosophical debate of where custom actions start and end. I think this is one step too far. Today we're already testing full MSIs by powering up and down virtual machines with clean or known environments btw. You're describing something pretty awesome though. It's a pre

[WiX-users] ScheduleReboot Message

2008-09-01 Thread Bernd Adler
Hi, Which Dialog is used for the Message when ScheduleReboot is executed? Thanks - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK

Re: [WiX-users] launch webpage on uninstall

2008-09-01 Thread Pally Sandher
WiX 3.0 does have 2-3 lines of code to implement this. WiX 2.0 doesn't. In WiX 3.0 I would do it thus: WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 AND (Installed AND NOT REINSTALL) http://www.iesve.com/"; /> Which would add a checkbox on the ExitDialog when Uninstallin

Re: [WiX-users] Offering the user restart after installation

2008-09-01 Thread Pally Sandher
http://msdn.microsoft.com/en-us/library/aa371101(VS.85).aspx Palbinder Sandher Software Deployment and IT Administrator T: +44 (0) 141 945 8500 F: +44 (0) 141 945 8501 http://www.iesve.com **Design, Simulate + Innovate with the ** Integrated Environmental Solutions Limited. Registered

Re: [WiX-users] Resolving environment variables

2008-09-01 Thread Pally Sandher
There's no need to resolve the environment variable to use that location. Use <--insert your code here--> http://msdn.microsoft.com/en-us/library/aa372057.aspx Palbinder Sandher Software Deployment and IT Administrator T: +44 (0) 141 945 8500 F: +44 (0) 141 945 8501 http://www.iesve.co

Re: [WiX-users] Problem with conditional install

2008-09-01 Thread Pally Sandher
Modify your Feature as follows: That should work as you expect it to. ComponentGroupRef's are no different to ComponentRef's inside Feature tags. Your use of Fragments is also fine. The problem is that your Condition was setting the Level of the Feature to 0 when the condition e

Re: [WiX-users] Domain Install

2008-09-01 Thread Buddell, James
Hi David, Yes, it's possible, but probably not quite as you've described it. What you're looking to do is an upgrade to the application. You can release this as a full MSI that performs new installs straight to the new version and will also update any old installs, and efficiently handles which fi

[WiX-users] Add a group permission into a WebSite

2008-09-01 Thread Anouar B
I created a WebSite, I want to add the NETWORK SERVICES group avec toutes les permissions. Comment puis je le faire? Merci en avance. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the co

[WiX-users] Create an MSI to deploy a WebSite hosting WCF

2008-09-01 Thread Anouar B
Bonjour tout le monde; Je suis en train de deployer un service WCF hebergé dans IIS. J'arrive à créer le MSI, Cependant j'ai deux problèmes 1) Le site que j'ai créée écrase le default WebSite malgré que les deux sites n'ont pas le même port; 2) Le site est en ASP.NET 1.1 mais je veux que ça soi

Re: [WiX-users] Need help on with WIX unistall

2008-09-01 Thread Jenniflower
Make sure the old kit and new kit share same UpgradeCode. And upgrade table is set properly Nimisha Saboo-2 wrote: > > Hi, > > I have a Wix project, which currently allows multiple installs of my > application, > although I have done nothing to enable this. > What this means i