Re: [WiX-users] How to create shortcut base on user selected feature

2008-03-14 Thread puyopuy
I found a good http://www.dizzymonkeydesign.com/blog/misc/adding-and-customizing-dlgs-in-wix-3/ web site talk about this issue. But I can never make the condition correctly. I tried "ADDLOCAL=FeatureB" but it will return True all the time even I pass-in "ADDLOCAL=FeatureB,FeatureB" Any idea

[WiX-users] Automatic Updates

2008-03-14 Thread Ewart MacLucas
Hi, my experience with Wix 3.0 has been great - I have a simple installer generating an MSI just how I want and feel using Wix for production quality apps is OK on this front.I now need to test a mechanism to ensure my customers can get automatic updates.. I envisage normal rules.. a) my

[WiX-users] Do you want enlarge your lovemaker up to 2-3 inches?

2008-03-14 Thread bdegarcia
Upsize your babymaker now and here! http://qqf.wisdomfrying.com/?prod=zl{0xvhuvColvwv1vrxufhirujh1qhw - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/M

Re: [WiX-users] Help with Wix...UI to select Installation Drive.

2008-03-14 Thread ArunKumar ArcotVijayaKumar
This was my experiment with WixUI_Minimal, to add a customized dialog to select the install drive using VolumeSelectCombo LicenseAccepted = "1" 1 1 1 Though, I

Re: [WiX-users] Upgrade (options?)

2008-03-14 Thread Kevin Burton
I have included the WIX code that I am using for the dialog below (with a considerable number of sections removed). How should I modify ? There is a "SHOW" attribute on this element? As you can see below I have not attributes or sub elements of this element defined, just . Thank you. Kevin

Re: [WiX-users] Help with Wix...UI to select Installation Drive.

2008-03-14 Thread ArunKumar ArcotVijayaKumar
Thanks bob, Would you please point me some documentation on how to work with VolumeSelectCombo ? thanks ArunKumar ArcotVijayaKumar Systems Analyst Publix Supermarkets, Inc. 863 686 8754 x46533 813 470 9642 [EMAIL PROTEC

Re: [WiX-users] How to execture a Custom Action

2008-03-14 Thread Eric Latendresse
Are you saying to do this?: 1 1 ProductID Then use the like this?: I must still be missing something b

Re: [WiX-users] Doubt in Feature element Level="0"

2008-03-14 Thread Bob Arnson
shivit wrote: > I have a property called "TR" which I am setting it to "1" (based on > license file) by invoking a Custom Action. > I want to install the files in ComponentGroup1 if TR is set to "1". > > > > > > See http://www.joyofsetup.com/2007/05/30/feature-conditions-

Re: [WiX-users] How to execture a Custom Action

2008-03-14 Thread Bob Arnson
Eric Latendresse wrote: I am trying to execute a custom action on a specific dialog after the ValidateProductID event. I have tried using and also . InsatllUISequence executes the TestDialog right away which is not what I need. The InstallExecuteSequence does not seem to pass the PIDKEY v

Re: [WiX-users] Help with Wix...UI to select Installation Drive.

2008-03-14 Thread Bob Arnson
ArunKumar ArcotVijayaKumar wrote: I need some guidance in getting my Wix script, to let users select the installation drive only. I experimented with WixUI_InstallDir, but this one allows users to select the complete path/directory and not just the drive. My requirement is to give the option

Re: [WiX-users] Problem in entering nodes to machine.config using XmlConfig of Wix

2008-03-14 Thread Bob Arnson
Abhradeep Thakurta wrote: *ElementPath**=**"**$(var.runtimeXPath)/assemblyBinding/dependentAssembly[last()]**"* The error thrown is "F:\sqlce35-snapshot\private\core\tools\setup\win32sdk\sqlceproviderfactory_machi neconfig.wxi(49) : error LGHT0204 : ICE03: Invalid format string; Table:

Re: [WiX-users] Silent Mode installation without command line option...

2008-03-14 Thread Bob Arnson
V K Gangwar wrote: > Is there any way to install MSI in silent mode without using command > line option.. > msiexec /q .msi Yes, just don't include UI; MSI will provide the basic wizard-less UI. -- sig://boB http://joyofsetup.com/ -

Re: [WiX-users] How to set Title in Summary Information Stream

2008-03-14 Thread Bob Arnson
fgc wrote: > I'm using WiX 2.0.5325.0 and have the following question: Is it possible to > set the Title attribute in the msi Summary Information Stream? So far I have > not found a way to do this. It works fine with the Subject, Author, Keywords > and Comments. But when I open the summary informat

Re: [WiX-users] How do I force a uninstall...

2008-03-14 Thread Wilson, Phil
The short answer is that a major upgrade (that removes an older product) requires you to change ProductCode, keep UpgradeCode the same, and make sure the AllUsers setting matches the currently installed product. Phil Wilson From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of RICHES O

Re: [WiX-users] How do I force a uninstall...

2008-03-14 Thread Alexander Shevchuk
"... this new version only has changes is in the contents of the build, the product id's and version numbers have not changed ..." Hi Ollie, RemoveExistingProducts does not work because it is supposed to work during Major Upgrade (http://msdn2.microsoft.com/en-us/library/aa369786(VS.85).aspx).

Re: [WiX-users] How to set Title in Summary Information Stream

2008-03-14 Thread Alexander Shevchuk
If you have Platform SDK installed (specifically, Windows Installer SDK) (http://www.microsoft.com/downloads/details.aspx?FamilyId=0BAF2B35-C656-4969-ACE8-E4C0C0716ADB&displaylang=en), in the Bin folder there is MsiInfo.exe file. This tool allows setting Summary Info properties. To set the Titl

Re: [WiX-users] How do I force a uninstall...

2008-03-14 Thread Calin Iaru
Hi Riches, I ran into the same scenario while developing an installer. From an installation point of view, this should never happen on a customer's machine because the customers install MSIs that are different if versions are different. From a design point of view, different installer packa

Re: [WiX-users] Windows Auth not enabled on my Website when the Default Website has Windows Auth Dis

2008-03-14 Thread david adams
IIS 6 & above allows you to install to a separate website which would have your unique settings.David Adams, MCSD MSN MessengerID: [EMAIL PROTECTED]: http://www.swamidavesays.com> Date: Fri, 14 Mar 2008 07:54:07 -0700> From: [EMAIL PROTECTED]> To: wix-users@lists.sourceforge.net> Subject: [WiX-

[WiX-users] Windows Auth not enabled on my Website when the Default Website has Windows Auth Disabled

2008-03-14 Thread Joe Bowers
I posted this a bit ago, but have not gotten any responses. We create a Web App that needs WindowsAuthentication to be Enabled. I've found that if the Default Web Site has WindowsAuthentication disabled, then even if I specify WindowsAuthentication="yes" in my WebDirProperties, it will not apply

[WiX-users] How to execture a Custom Action

2008-03-14 Thread Eric Latendresse
I am trying to execute a custom action on a specific dialog after the ValidateProductID event. I have tried using and also . InsatllUISequence executes the TestDialog right away which is not what I need. The InstallExecuteSequence does not seem to pass the PIDKEY value to my CA. Can someone poin

[WiX-users] How do I force a uninstall...

2008-03-14 Thread RICHES Ollie
I have read the documentation about using 'RemoveExistingProducts' and I can't get the functionality I require - I'm receiving the following message in the log file during install 'MSI (s) (24:D8) [11:39:42:658]: Skipping RemoveExistingProducts action: current configuration is maintenance mode

Re: [WiX-users] How to set Title in Summary Information Stream

2008-03-14 Thread Dominik Guder
Hi, as Heath stated it's hardcoded. :( But MS provided a vbs script (I couldn't find the link anymore) We are using it on regular basis until we switch to wix, since the msi file properties could not be set easily with wise installer in an automated build. See below hth Dominik ' Windows Inst

Re: [WiX-users] adding "WixUIExtension" produces "Error HRESULTE_FAIL has been returned from a call to a COM component." when reopening solution

2008-03-14 Thread RAYMENT Tim
Command line builds still work, so it's specific to Visual Studio. I've submitted a bug on this. Regards, Tim From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Arnson Sent: 13 March 2008 15:19 To: RAYMENT Tim Cc: wix-users@lists.source

[WiX-users] Doubt in Feature element Level="0"

2008-03-14 Thread shivit
Hi all I have a property called "TR" which I am setting it to "1" (based on license file) by invoking a Custom Action. I want to install the files in ComponentGroup1 if TR is set to "1". But the above code is not working. The files are not getting installed at Target Locat