[WiX-users] SecureCustomProperties from Merge Module

2008-03-07 Thread Daryn Mitchell
Hi, Looking for your Windows Installer / WiX knowledge about SecureCustomProperties behaviour with merge modules: Setup: - Wix 2.0.5325 - My WiX product FOO.msi merges in a merge module BAR.msm (using Feature/MergeRef and Directory/Merge). - The BAR.msm has a property BAR_SEARCH_RESULT in its

[WiX-users] Starting Services dependent on side-by-side assemblies

2008-03-07 Thread Michael Ballou
This is in regards to the problems using ServiceControl to start a service that is dependent on side-by-side assemblies. It seems I have been recently hit by this problem in a way I didn't really expect. I have a C++ (non-.NET) service built with VS 2005. It seems the 2005 VC Runtime install

[WiX-users] Windows Authentication not enabled on Website if Default Website is not Enabled

2008-03-07 Thread Joe Bowers
We are creating a Web App that requires 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 it as I expect (XP and Win2K3). Here is my snippet:

Re: [WiX-users] Error 1303

2008-03-07 Thread Ravit Shapira
It seems that I missed some important details - our msi installs Speech recognition components that are part of Windows Vista, and on Vista we do use trusted Installer service. Our main problem is with the registry key. We cannot overwrite keys in the registry on Vista without running our msi as

Re: [WiX-users] Shared assemblies in GAC and reference counts

2008-03-07 Thread ns12
Thanks for the information, particularly the GUID tip. Mike Dimmick-2 wrote: > > Fusion, the GAC management API, allows Windows Installer to > reference-count > entries in the GAC. Nothing special is required on your part, but I would > recommend that you use the same component GUID for a given

Re: [WiX-users] Shared assemblies in GAC and reference counts

2008-03-07 Thread Mike Dimmick
Fusion, the GAC management API, allows Windows Installer to reference-count entries in the GAC. Nothing special is required on your part, but I would recommend that you use the same component GUID for a given assembly in all your installers. This is the same rule as for any other resource. -- Mik

Re: [WiX-users] Error 1303

2008-03-07 Thread Mike Dimmick
Simple answer? Don't overwrite OS components. On Windows Vista only the Trusted Installer service can do that. On Windows XP you run serious risk of breaking your customer's system, for which they won't thank you. You should always, always distribute third-party components according to the

Re: [WiX-users] Writing Property to Registry

2008-03-07 Thread Mike Dimmick
The UI phase completes before the install phase commences, so you can simply refer to the properties in a RegistryValue element's Value attribute. The Value attribute's data is interpreted as Windows Installer's Formatted type, so property names in square brackets [] are replaced by the value of th

Re: [WiX-users] INstall SQL Database

2008-03-07 Thread Eric Latendresse
Nvm. I found that I was using the mailto:[EMAIL PROTECTED] On Behalf Of Eric Latendresse Sent: Friday, March 07, 2008 12:22 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] INstall SQL Database I have built an installer that creates a SQL database and am getting the following error.

[WiX-users] INstall SQL Database

2008-03-07 Thread Eric Latendresse
I have built an installer that creates a SQL database and am getting the following error. Error -2147217900: failed to create SQL database: SuiteWiX error detail: cannot create file C:\ProgramFiles\OptimumSuite\Database\SuiteWix_log.LDF because it already exists. I have verified tha

Re: [WiX-users] Howto add shortcut to startup menu

2008-03-07 Thread Alexander Shevchuk
Of course, it does. Here is what you need to do (something like that, anyway): You can find more information on shortcuts here: http://blogs.technet.com/alexshev/archive/2008/02/20/from-ms

Re: [WiX-users] Property Change Events

2008-03-07 Thread Dustin Johnson
Is there no way to fire a property change event from a custom action DLL? -- Dustin Johnson CACE Technologies Tel: 530-758-2790 x109 Fax: 530-758-2781 www.cacetech.com Dustin Johnson wrote: I apologize if this is old hat, but I am looking to validate a serial number.  There are two buttons "

[WiX-users] Writing Property to Registry

2008-03-07 Thread Dustin Johnson
I want to be able to write a value into the registry, specifically the User's Name and  Company information.   I have created a custom dialog that  has a few Edit controls to collect this information and deposit it into the respective properties.  How do I write these to the registry?  Will I h

[WiX-users] Where was gone? I Helen

2008-03-07 Thread Helen
Please rate me! New audlt photo competition!!!: http://dyyw-r.mail15.su asnxkqbwmsuvkm - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse01200

[WiX-users] Simple CopyFile example

2008-03-07 Thread Paul McCloskey
Hi all, Does anyone have a simple CopyFile example they can share? One of our MSIs needs to copy a file from its current directory (CD) to the INSTALLDIR. Thanks, Paul - This SF.net email is sponsored by: Microsoft D

[WiX-users] help

2008-03-07 Thread Michael Zemanek
Mit freundlichen Grüßen Exact Software Deutschland GmbH Michael Zemanek Software Engineering Karl-Hammerschmidt-Str. 40 85609 München - Dornach Telefon: 089 / 360 42 - 0 Telefax: 089 / 360 42 - 399 E-Mail: [EMAIL PROTECTED] Web: www.exactsoftware.d

Re: [WiX-users] Howto add shortcut to startup menu

2008-03-07 Thread Andrei
Thanks! Question closed. Dominik Guder wrote: > > > Andrei wrote: >> >> I am looking for a way to add shortcut to the startup menu for the >> current user. >> I tried: >> >> however I got "Unresolved reference to symbol 'Directory:StartupFolder'" >> from light.exe >> > > Hi Andrei, > >

Re: [WiX-users] Unable to force upgrade

2008-03-07 Thread Ryan O'Neill
Thank you to everyone who helped, I got it working in the end. It just took a while to sink in. From: Neil Sleightholm [mailto:[EMAIL PROTECTED] Sent: 06 March 2008 13:21 To: Ryan O'Neill; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Unable to force upgrade Ryan I thought t

Re: [WiX-users] Howto add shortcut to startup menu

2008-03-07 Thread Dominik Guder
Andrei wrote: > > I am looking for a way to add shortcut to the startup menu for the current > user. > I tried: > > however I got "Unresolved reference to symbol 'Directory:StartupFolder'" > from light.exe > Hi Andrei,

[WiX-users] Howto add shortcut to startup menu

2008-03-07 Thread Andrei
I am looking for a way to add shortcut to the startup menu for the current user. I tried: however I got "Unresolved reference to symbol 'Directory:StartupFolder'" from light.exe It seems my wix-2.0.5325 does not support "StartupFolder" directory predefined name. Any hints howto solve the proble

[WiX-users] Watch her boobs bounce

2008-03-07 Thread dermont Hoehn
Give her the mind-blowing sex she deserves.- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/

Re: [WiX-users] Ordering features in the custom setup dialog

2008-03-07 Thread Rob Hamflett
I guess the best thing would be to open a bug or feature request on SourceForge. Rob Flavio Stanchina wrote: > Rob Hamflett wrote: >> They've always appeared for me in the order I've declared the Features in my >> .wxs file, but I'm not >> using FeatureRefs. Perhaps you could use Features that