Re: [WiX-users] FW: Custom action to write into a file while installing and uninstalling MSI file

2014-03-03 Thread Mamidi, Balasubrahmanyam
@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

Re: [WiX-users] FW: Custom action to write into a file while installing and uninstalling MSI file

2014-02-27 Thread Carter Young
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

[WiX-users] FW: Custom action to write into a file while installing and uninstalling MSI file

2014-02-27 Thread Mamidi, Balasubrahmanyam
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

[WiX-users] FW: Custom Action DLL getting Error 1723

2010-11-23 Thread Henk Roos
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

[WiX-users] FW: Custom Action DLL getting Error 1723

2010-11-23 Thread Henk Roos
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

Re: [WiX-users] FW: Custom Action

2010-05-12 Thread David Watson
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

[WiX-users] FW: Custom Action

2010-05-11 Thread Carolina Zuqueto Amaral
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

Re: [WiX-users] FW: Custom action doesn't run if UAC is enabled

2009-02-13 Thread Edward Forgács
: 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

Re: [WiX-users] FW: Custom action doesn't run if UAC is enabled

2009-02-02 Thread Bob Arnson
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

[WiX-users] FW: Custom action doesn't run if UAC is enabled

2009-02-01 Thread Edward Forgács
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

Re: [WiX-users] FW: custom action after uninstall

2007-08-06 Thread Matthieu RUNTZ
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

[WiX-users] FW: custom action after uninstall

2007-08-05 Thread Balaji Nidadavolu
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

[WiX-users] Fw: Custom Action DLL

2007-01-04 Thread Lionel Pinkhard
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