@lists.sourceforge.net
Subject: Re: [WiX-users] FW: Custom action to write into a file while
installing and uninstalling MSI file
How about changing the Program to Log the Time each instance Starts, using
DateTime.Now? Even If the program is uninstalled the last log file time-stamp
shows the last time the program
How about changing the Program to Log the Time each instance Starts,
using DateTime.Now? Even If the program is uninstalled the last log
file time-stamp shows the last time the program ran. Any Directories
or Files that are created post install, are not removed by the
installer as the ins
Any help on below? Could you please share any thought how to accomplish...
Regards,
Balu
From: Mamidi, Balasubrahmanyam
Sent: Wednesday, February 26, 2014 2:44 PM
To: 'General discussion about the WiX toolset.'
Subject: Custom action to write into a file while installing and uninstalling
MSI fil
However, I
created another DLL as CATestDLL2.CA.dll in my install folder. Reran install
with same results as before.
Thanks,
Bob
From: Henk Roos [henk.r...@aricent.com]
Sent: Tuesday, November 23, 2010 8:41 AM
To: wix-users@lists.sourceforge.net
Sub
Not sure if this will help, but what I've noticed when I created C# custom
actions I saw I had to add the dll that ended with a *.CA.dll, cause I saw
visual studio creates 2 dll's in the debug or release folder for wix custom
actions.
Regards,
Henk Roos
-Original Message-
From: Pound
ssion for Windows Installer XML toolset.'
Subject: [WiX-users] FW: Custom Action
What is the Registry Path?
--
Carolina Zuqueto Amaral
tel: +55 21 2494-5476
cel: +55 21 9524-7186
email: carolina.ama...@conv.com.br
-Original Message-
From: David Watson [mailto:dwat...@sdl.com]
Sent: t
What is the Registry Path?
--
Carolina Zuqueto Amaral
tel: +55 21 2494-5476
cel: +55 21 9524-7186
email: carolina.ama...@conv.com.br
-Original Message-
From: David Watson [mailto:dwat...@sdl.com]
Sent: terça-feira, 11 de maio de 2010 13:48
To: General discussion for Windows Installer XML
: Bob Arnson [mailto:b...@joyofsetup.com]
Sent: Tuesday, 3 February 2009 4:43 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] FW: Custom action doesn't run if UAC is enabled
Edward Forgács wrote:
> Is it possibly getting confused with the After="SetC
Edward Forgács wrote:
> Is it possibly getting confused with the After="SetConfigFilesFolder" when
> that is an immediate action without impersonation (it's just an action which
> sets a property, so it has to be)?
>
No. Check a verbose log to see what happens during execution.
--
sig://boB
It's scheduled here:
(REMOVECONFIGOPTION = "1") AND (MAINTENANCEMODE =
"Remove")
(REMOVECONFIGOPTION = "1") AND (MAINTENANCEMODE =
"Remove")
I'm open to suggestions if there's a better place to schedule it, but obviously
it needs to run after the SetConfgFilesFolder action
Hello,
I use de following code in my unistall process :
Installed
Just copy that code after the last tag.
Regards
Matthieu
2007/8/6, Balaji Nidadavolu <[EMAIL PROTECTED]>:
>
>
>
> Hi,
>
>
>
> * I want to execute a custom action as a last step in my uninstall
> process. Can anyo
Hi,
I want to execute a custom action as a last step in my uninstall
process. Can anyone please let me know what code I should write in Wix, to
call the custom action.
Thank you,
Regards
Balaji.
DISCLAIMER
==
This e-mail may contain privileged and confidential inform
Sorry, sent to wrong address.
- Original Message -
From: Lionel Pinkhard
To: Levi Wilson
Sent: Friday, January 05, 2007 9:19 AM
Subject: Re: [WiX-users] Custom Action DLL
#include "Install.h"
TCHAR *GetPath(MSIHANDLE hInstall, TCHAR *szFolder)
{
TCHAR* szPath = NULL;
DWORD cchPa
13 matches
Mail list logo