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

Re: [WiX-users] FW: Custom Action

2010-05-12 Thread David Watson
The registry key is just so that I can use * as my component guid, its the component keypath. Its just where I store installer settings for this app. -Original Message- From: Carolina Zuqueto Amaral [mailto:carolina.ama...@conv.com.br] Sent: 11 May 2010 20:11 To: 'General discussion fo

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

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