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 Mensching wrote:
> Ahh, you want to delet
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
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 without
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 nam
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
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)
>
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
http://svn.ali.as/cpan/trunk/Perl-Dist-WiX/src/ClearFolderCA/ClearFolderCA/Clear
Hi All,
I have some issue in Removing the Folder during uninstallation. Please
Find the Wix script below.
ailto:v-pa...@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 thro
, 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
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 modificat
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
: 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
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
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
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
- Error 26002.
Failed to read 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-use
[WiX-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
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
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
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.
--
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 with
lto:[EMAIL PROTECTED]
Sent: 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 val
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/
Hi,
I am executing a command which takes 4 arguments using CA. Below is the way:
NOT
Installed
Now what happens is every time it displays me the console window which I need
to avoid. So I went for using QtExec as below:
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 er
26 matches
Mail list logo