Re: [WiX-users] How to cancel an installation (using CancelDlg)?

2007-08-22 Thread md5hans
Ok, but how can I set the Y attribute on a CancelDlg? The Wix segement that activates the dialog is Control Id=Cancel Type=PushButton X=304 Y=243 Width=56 Height=17 Cancel=yes Text=Cancel Publish Event=SpawnDialog Value=CancelDlg/ /Control /Hans Bob Arnson-6 wrote: md5hans wrote:

Re: [WiX-users] ListBox vs ComboBox

2007-08-22 Thread md5hans
Thanks a lot, now it works! How can I pre-select the first item in the combo? (I do not now what the values in the Combo are when creating the WIX file, they are added from a c++ dll) or is there a way to have my Next button disabled until the user has selected a value from the combobox? Maybe

Re: [WiX-users] A bug in the ConfigureSmb?

2007-08-22 Thread Ivan A. Gusev
I disregarded it before, but user is also removed after Version2 is installed. Ivan A. Gusev, Developer, Laboratory of Business Technologies, Ltd Visit us at http://www.labitec.ru

Re: [WiX-users] Executing embedded MSI's

2007-08-22 Thread Schrieken, Rene
Nested MSI's are deprecated. Use a bootstrapper. There is a VS2005 SetupBootstrapper SDK. Not sure where it is...:-( This might help in creating manifest files http://www.codeplex.com/bmg Wix 3.0 has also something in the works. Setupbld.exe(?) but I did not use it yet.

[WiX-users] WebDir Element........

2007-08-22 Thread Abhishek,HiRePro
Hi Group, I actually want to use the element WebDir Element.. And create a virtual directory in iis and need to host all the files in the folder. I want to use the element which is in the link. http://wix.sourceforge.net/manual-wix2/wix_xsd_webdir.htm Thanks

[WiX-users] Splash screen for 3 seconds

2007-08-22 Thread Anidil
Can anyone suggest me a way to display a splashscreen.bmp file for 3 seconds at the beginning of the installation? -- View this message in context: http://www.nabble.com/Splash-screen-for-3-seconds-tf4310972.html#a12272532 Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] Executing embedded MSI's

2007-08-22 Thread Julie Campbell
John, Take this with a GIANT grain of salt, but I have these notes about embedding a third party MSI saved off onto my person WiX wiki: http://wix.mindcapers.com/wiki/Embed_a_Third_Party_MSI It's a cut and paste from this mailing list I thought might be useful, as is 99% of the content on that

Re: [WiX-users] Change IIS asp.net version

2007-08-22 Thread daniel . gibbons
Thanks for the response. I added your code but now when I run the install it modifies the extension and only puts one ad entry in so all the others like asp, aspx, ascx are gone so nothing works! How do you get around that problem? Thanks Dan

Re: [WiX-users] ListBox vs ComboBox

2007-08-22 Thread md5hans
Hi, please ignore the second question about the Next button, I found an example using Publish Dialog if I set a condition on the property associated with the ComboBox I suppose I will get the behaivor I'm after. I suppose if this works I do not need to pre-select an item in the combo so you may

Re: [WiX-users] Creating a web site in IIS

2007-08-22 Thread david adams
If you can publish a section of what you are doing, it might help.David Adams, MCSD MSN MessengerID: [EMAIL PROTECTED] Date: Tue, 21 Aug 2007 18:57:32 -0700 From: [EMAIL PROTECTED] To: wix-users@lists.sourceforge.net Subject: [WiX-users] Creating a web site in IIS Hello, I'm trying to use

Re: [WiX-users] Change IIS asp.net version

2007-08-22 Thread david adams
Oopssorry. Include the extensions that you need. WebApplicationExtension Extension=ad CheckPath=yes Script=yes Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=GET,HEAD,POST /WebApplicationExtension Extension=adprototype CheckPath=yes Script=yes

Re: [WiX-users] Rollback not rolling all back

2007-08-22 Thread Reggie Burnett
I see my mistake. I had mistakenly scheduled the CA after InstallFinalize. BTW, are there any suggested ways of detecting that a CA has failed and showing a nice error message to the user instead of 'Error : a program has failed to complete' type of message? On 8/21/07, Bob Arnson [EMAIL

[WiX-users] how to use Use regsvr32 in cmd

2007-08-22 Thread Petrut Andrei
Hello.I try to run a batch file after I install it, but during the setup, automatically. When it runs, the cmd window opens with the path : c:\windows\system32\ . I need to have the path the location of the installed files. How can I make this ? Thanks Andrei PETRUT

Re: [WiX-users] ConfigureSQL Leaked MSIHANDLE

2007-08-22 Thread Dana Gutride
Hi all: We are using the latest 2.0 build of wix and are now seeing this bug 80-90% of the time during installs. Has anybody made any progress in nailing down these leaked MSI Handles in the sql custom actions? Thanks, Dana

Re: [WiX-users] how to use Use regsvr32 in cmd

2007-08-22 Thread Schrieken, Rene
Did you check heat (or tallow for v2.x) to generate wix for the registration of dll's? Or is the dll doing some magic? From: [EMAIL PROTECTED] on behalf of Petrut Andrei Sent: Wed 8/22/2007 15:22 To: wix-users@lists.sourceforge.net Subject: [WiX-users] how to

[WiX-users] INI File

2007-08-22 Thread Petrut Andrei
How to add a shortcut to the Add/Remove Programs ? I have already one for launching a web site, but I don't know how to do for this. IniFile Id='Launch' Action='addLine' Name='Launch.url' Directory='ProgramMenuDir' Section='InternetShortcut' Key='URL' Value='http://www.google.ro'

Re: [WiX-users] INI File

2007-08-22 Thread Alexei
You don't need to do anything, Windows Installer will deal with that for yo auto-magically. Petrut Andrei wrote: How to add a shortcut to the Add/Remove Programs ? -- View this message in context: http://www.nabble.com/INI-File-tf4311811.html#a12276011 Sent from the wix-users mailing

Re: [WiX-users] how to use Use regsvr32 in cmd

2007-08-22 Thread Schrieken, Rene
It depends. I just genereated the wxs for directdb.dll. I found that easy. And this works guaranteed. Component Id=directdb.dll Guid=PUT-GUID-HERE File Id=directdb.dll Name=directdb.dll KeyPath=yes Source=C:\Program Files\Common Files\System\directdb.dll

[WiX-users] Help required !!!

2007-08-22 Thread V K Gangwar
Dear All, First time I am using WiX. I am working on wix-3.0.2925.0-binaries. I am using WiX with MS Visual Studio 2005. I have a .msi file which I have decompiled using dark.exe decompiler and got a .wxs file. Again I tried to build this .wxs file with my application code. Now I am getting

[WiX-users] Help Needed ......

2007-08-22 Thread V K Gangwar
Dear All, First time I am using WiX. I am working on wix-3.0.2925.0-binaries. I am using WiX with MS Visual Studio 2005. I have a .msi file which I have decompiled using dark.exe decompiler and got a .wxs file. Again I tried to build this .wxs file with my application code. Now I am getting

[WiX-users] XmlFile failing to open installed file

2007-08-22 Thread John Hancock (HSG)
I'm having problems with the XmlFile custom action using Wix 3.0 where the installer says it fails to open the installed XML file. The installer is being run on a Windows Server 2003 machine with SP1. In particular, I have something like the following: Component Id=XMLConfig

Re: [WiX-users] XmlFile failing to open installed file

2007-08-22 Thread Julie Campbell
John, Why the double slashes at the beginning of your element names? Just one slash... util:XmlConfig Id='ADD_SOME_TOC' Sequence='26001' Action='create' On='install' Name='toc_replaceme' Node='element' ElementPath='/plugin/extension'

Re: [WiX-users] XmlFile failing to open installed file

2007-08-22 Thread John Hancock (HSG)
Based on some information posted elsewhere, it looked like the double slash might have been necessary. Regardless, it doesn't work with either the single slash or double slash. Thanks, John -Original Message- From: Julie Campbell [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 22,

Re: [WiX-users] XmlFile failing to open installed file

2007-08-22 Thread Alexei
Is the xml file part of the same install that tries to modify it? If so you will probably need some sort of of deferred custom action, as the file will probably not have been copied over prior to the XmlConfig being run. John Hancock (HSG) wrote: Based on some information posted elsewhere,

Re: [WiX-users] Executing embedded MSI's

2007-08-22 Thread Dix, John
Hello Peter, We have a server setup process whose document is 60+pages in length in Arial 10pt font. I am trying to automate and make turn-key this process as much as possible and part of this setup involves installing applications and SDK's that are already packaged in MSI's. Hence my need

Re: [WiX-users] XmlFile failing to open installed file

2007-08-22 Thread John Hancock (HSG)
I wondered if that was the case as well, but based on looking at the install log and the file activity using filemon, the file does appear to get installed before the XmlFile action is executed and fails. John -Original Message- From: Alexei [mailto:[EMAIL PROTECTED] Sent: Wednesday,

Re: [WiX-users] ConfigureSQL Leaked MSIHANDLE

2007-08-22 Thread Dana Gutride
We think we've identified a fix for this problem. We've made sure the strings are null terminated and also changed the strutil file so it wouldn't be looking beyond the end of the array. After introducing this fix, we've run our upgrades and installs 8-10 times without any failures so far (we're

Re: [WiX-users] ConfigureSQL Leaked MSIHANDLE

2007-08-22 Thread Schrieken, Rene
Ok, Try this: make sure the following attributes in both SqlFileSpec and SqlLogFileSpec have the same length (in char count): Name Filename Size MaxSize GrowthSize Let me know if that helps. If it does the scaexec.cpp needs to be fixed. Rene From:

Re: [WiX-users] ConfigureSQL Leaked MSIHANDLE

2007-08-22 Thread Schrieken, Rene
Can you also check scaexec.cpp (wix2.0): I believe this should be fixed:(line 610 onwards) before: hr = WcaReadStringFromCaData(pwz, pwzTemp); ExitOnFailure1(hr, failed to read log file spec name from custom action data: %S, pwz); hr = StringCchCopyW(sfLog.wzName, countof(sfDb.wzName),

Re: [WiX-users] ConfigureSQL Leaked MSIHANDLE

2007-08-22 Thread Dana Gutride
This is happening during upgrades much more often than a new install. The only thing that has changed during our dev cycle has been the length of the sql scripts that are incorporated into the upgrade process. The file specs haven't caused us any trouble. Dana On 8/22/07, Schrieken, Rene

Re: [WiX-users] XmlFile failing to open installed file

2007-08-22 Thread John Hancock (HSG)
I discovered that if the XML file encoding is utf-8 instead of utf-16 that the XmlFile action works properly. It appears that the utf-16 encoding prevents the XML file from being loaded properly, which is why I was seeing that the file was opened properly in filemon but XmlFile was still

[WiX-users] How to display text in /qb! dialog

2007-08-22 Thread Ben Greenberg
Hello, I have created an MSI with WiX that I am installing via a bootstrapper. I install the MSI by passing /qb! to msiexec. I have seen packages installed this way where MSIEXEC will show some text aong the lines of Please wait while Windows configures APPNAME... But, when I call MSIEXEC

[WiX-users] remove registry key on uninstall of msi

2007-08-22 Thread I-Efimoff, Natalie
Hi Wix gurus, I am using Wix to genereate an msi that will add a registry key value and I would like to remove the value on an uninstall of the msi. I have tried to do this by using 2 feature xml tags that each have a child component tag and condition tag. I am able to update the registry