Re: [WiX-users] Help Required in Removing the Folder during uninstallation

2009-06-09 Thread Curtis Jewell
Let me try and express it better: The files I want to delete are under a certain directory that the MSI sets up to place them in, but could have any name, and be in (created by my program) subdirectories of that directory, and that's the only thing I know about them. They would be useless

Re: [WiX-users] Help Required in Removing the Folder during uninstallation

2009-06-09 Thread Rob Mensching
Ahh, you want to delete a directory *tree*. That is not supported natively by the Windows Installer. There is a CustomAction out there that will do this correctly (with rollback and all that good stuff). Bob is getting it set up. Curtis Jewell wrote: Let me try and express it better: The

Re: [WiX-users] Help Required in Removing the Folder during uninstallation

2009-06-09 Thread gulfam murad
Could you please tell more about the custom action to delete a directory tree. I am currently using a C++ custom action to delete directory structure on uninstall. But i love to use a custom action with roll-back stuff. On Tue, Jun 9, 2009 at 11:36 AM, Rob Menschingr...@wixtoolset.org wrote:

[WiX-users] Help Required in Removing the Folder during uninstallation

2009-06-08 Thread Natarajan, Thangaraj (MLITS)
Hi All, I have some issue in Removing the Folder during uninstallation. Please Find the Wix script below. Directory Id=TARGETDIR Name=SourceDir Directory Id=INSTALLDIR Name=BACS_ID_Reservation_Interface Component Id=COMP1 Guid=AC12D5D4-7AF0-4919-BDD7-3708C8C129E5

Re: [WiX-users] Help Required in Removing the Folder during uninstallation

2009-06-08 Thread Curtis Jewell
If the folder has files in it the MSI didn't put there, it won't get deleted unless you have a custom action delete the files first (or tell Windows Installer to do so) If you want source for such a custom action, try

Re: [WiX-users] Help Required in Removing the Folder during uninstallation

2009-06-08 Thread Rob Mensching
Why do you need a CustomAction? RemoveFiles is a standard action and will handle rollback for you. Curtis Jewell wrote: If the folder has files in it the MSI didn't put there, it won't get deleted unless you have a custom action delete the files first (or tell Windows Installer to do so)

Re: [WiX-users] Help Required in Removing the Folder during uninstallation

2009-06-08 Thread Curtis Jewell
I should have specified that I was assuming that there was no way to know what the additional files were named or where they were located - which would be logical for logging directories. I was told (I think by you) that to do that, it required a CA to tell Windows Installer what additional files

Re: [WiX-users] Help Required in Removing the Folder during uninstallation

2009-06-08 Thread Rob Mensching
I'm a little confused by this requirement. Are you saying you won't know where the files you want to delete exist? How is a CustomAction going to know any better? Curtis Jewell wrote: I should have specified that I was assuming that there was no way to know what the additional files were

[WiX-users] Help required to execute Sql files

2009-02-26 Thread Pankaj Agrawal (Infosys Technologies Ltd)
Hi, I need a help to execute bunch of SQL files which are not part of my WXS / MSI but need to execute them through my MSI during installation. All these SQL files are present at some shared location which is changing on a day to day basis like (addition of new SQL script, deletion or

Re: [WiX-users] Help required to execute Sql files

2009-02-26 Thread Eitan Behar
, February 26, 2009 10:35 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Help required to execute Sql files Hi, I need a help to execute bunch of SQL files which are not part of my WXS / MSI but need to execute them through my MSI during installation. All these SQL

Re: [WiX-users] Help required to execute Sql files

2009-02-26 Thread Pankaj Agrawal (Infosys Technologies Ltd)
...@microsoft.com] Sent: Thursday, February 26, 2009 10:35 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Help required to execute Sql files Hi, I need a help to execute bunch of SQL files which are not part of my WXS / MSI but need to execute them through my MSI

[WiX-users] help Required: Error while configuring IIS

2008-12-29 Thread Pankaj Agrawal (Infosys Technologies Ltd)
Hi All, I am trying to install my MSI which I have created in Wix 3.0 but it is erroring out on Windows 2008 Server by saying Cannot connect to Internet Information Server. (-2147221164). I am doing the following thing in my MSI Component Id=WebComp Guid=1C04C3A1-5B04-4A9D-BF5C-27E118857F58

Re: [WiX-users] help Required: Error while configuring IIS

2008-12-29 Thread Rob Mensching
-users] help Required: Error while configuring IIS Hi All, I am trying to install my MSI which I have created in Wix 3.0 but it is erroring out on Windows 2008 Server by saying Cannot connect to Internet Information Server. (-2147221164). I am doing the following thing in my MSI Component Id

Re: [WiX-users] help Required: Error while configuring IIS

2008-12-29 Thread Pankaj Agrawal (Infosys Technologies Ltd)
IIsWebSite table. (-2147024891 ) Thanks, Pankaj -Original Message- From: Rob Mensching [mailto:rob.mensch...@microsoft.com] Sent: Monday, December 29, 2008 10:47 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] help Required: Error while

Re: [WiX-users] help Required: Error while configuring IIS

2008-12-29 Thread Rob Mensching
Installer XML toolset. Subject: Re: [WiX-users] help Required: Error while configuring IIS Thanks a lot Rob. Appreciated your quick response. We are trying to install the same MSI on vista machine where IIS 7 legacy metabase access is installed but we are getting the following error MSI (s

Re: [WiX-users] help Required: Error while configuring IIS

2008-12-29 Thread Pankaj Agrawal (Infosys Technologies Ltd)
Thanks, Pankaj -Original Message- From: Rob Mensching [mailto:rob.mensch...@microsoft.com] Sent: Monday, December 29, 2008 10:58 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] help Required: Error while configuring IIS 0x80070005 E_ACCESSDENIED I

Re: [WiX-users] help Required: Error while configuring IIS

2008-12-29 Thread Rob Mensching
Installer XML toolset. Subject: Re: [WiX-users] help Required: Error while configuring IIS Hi Rob, Does IIswebsite issue (to read IIsWebSite table(-2147024891)) also come on Server 2008 having IIS 7 installed? I was checking the bug database and most of the bugs are closed automatically as no one

Re: [WiX-users] help Required: Error while configuring IIS

2008-12-29 Thread Pankaj Agrawal (Infosys Technologies Ltd)
: Monday, December 29, 2008 3:51 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] help Required: Error while configuring IIS I was thinking of bug 1982561. 4805 is not the latest version. 4827 is (http://wix.sourceforge.net/releases). -Original Message- From

Re: [WiX-users] help Required: Error while configuring IIS

2008-12-29 Thread Rob Mensching
Installer XML toolset. Subject: Re: [WiX-users] help Required: Error while configuring IIS Hi Rob, I am trying all the things like creating app pool but nothing is working for me. Not able to create AppPool too even MSI is not throwing any error. I am still getting error for configuring

[WiX-users] help required laying out a wix dialog

2008-10-07 Thread Sean Farrow
Hi: As I visually impaired user I could do with some help laying out a WiX dialog. Would anybody be prepared to help me with this? I know what elements I need, so you can probably adapt one of the existing dialogues! If you can help please write me off-list. Regards and thanks in advance. Sean.

Re: [WiX-users] help required laying out a wix dialog

2008-10-07 Thread polan
Maybe you could give a try to visual designer that is a part of wixEdit http://wixedit.sourceforge.net/ You can create/change the dialogs in a very simple way there. Sean Farrow wrote: Hi: As I visually impaired user I could do with some help laying out a WiX dialog. Would anybody be

Re: [WiX-users] Help required!

2008-04-10 Thread Bob Arnson
Kiran Subhedar (Sogeti) wrote: MSI (s) (8C:6C) [16:31:45:663]: Product: Reference Source -- Error 1335. The cabinet file 'ReferenceSource.cab' required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading from the CD-ROM, or a problem

Re: [WiX-users] Help required!

2008-04-08 Thread Kiran Subhedar (Sogeti)
: Thursday, March 27, 2008 7:44 AM To: Kiran Subhedar (Sogeti) Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Help required! Kiran Subhedar (Sogeti) wrote: But somehow this is not working for me. The command simply fails and InstallFinalize returns a value of '3'. Check a verbose log

Re: [WiX-users] Help required!

2008-03-27 Thread Bob Arnson
Kiran Subhedar (Sogeti) wrote: But somehow this is not working for me. The command simply fails and InstallFinalize returns a value of '3'. Check a verbose log. WiX custom actions log fairly detailed error information. -- sig://boB http://joyofsetup.com/

[WiX-users] Help required!

2008-03-26 Thread Kiran Subhedar (Sogeti)
Hi, I am executing a command which takes 4 arguments using CA. Below is the way: CustomAction Id=CustomAction1 Execute=commit FileKey=SymPrep ExeCommand=/root:[SOURCEINSTALLLOCATION] /pdbstr:[CUSTOMSCRIPTSINSTALLLOCATION]pdbstr.exe [SYMBOLINSTALLLOCATION]mscorlib.pdb /

[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