[WiX-users] WIX 3.5 - Adding active directory user to a local group

2011-01-14 Thread marric01
Hello, I wanted to know if its possible to add an Active Directory user to a local group (IIS_WPG). I know this can be done with custom action writen in C# but I wanted to know if this was possible inside the WIX. If its possible, anyone have some code example ? Thanks Richard -- View

Re: [WiX-users] Automatic remove of older version

2010-10-01 Thread marric01
Ok, its working now, I had to change the InstallSequence too NOT Installed NOT Installed NOT Installed NOT Installed NOT Installed NOT Installed Installed Installed Installed Installed Installed ASPNETREGII

Re: [WiX-users] Automatic remove of older version

2010-10-01 Thread marric01
Hi Thanks to all of you for the help. I was not changing my product ID lol thats why its was always saying that a newer version was installed. But I found that this is not doing the same uninstall that Add/Remove Program do. I have many custom action that create things (SQL Server Database, Anal

[WiX-users] Automatic remove of older version

2010-09-30 Thread marric01
Hi, I made an installer with WIX 3.5 that deploy things for a BI Solution. When I have a new version of my WIX Installer, and the client run the installer (MSI), can it automatically uninstall any older version installed on the PC and start the installation of the new version ? It is something

Re: [WiX-users] Using the same custom Dialog with Add/Remove Program

2010-08-11 Thread marric01
Thanks again for the input ! I think that using the branch HKLM would be the better place to put the info (username and encrypted password) ? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Using-the-same-custom-Dialog-with-Add-Remove-Program-tp5

Re: [WiX-users] Custom action failed during uninstall so ARP cluttered

2010-08-11 Thread marric01
Hi, If you want to clear the ARP from all the crap app, you can search for those application in the registry and delete the entry. I think its in the HLM\SOFTWARE\Microsoft\windows\CurrentVersion\Uninstall For the custom action, do you have a scenario why it could fail ? There should be a reaso

Re: [WiX-users] Using the same custom Dialog with Add/Remove Program

2010-08-11 Thread marric01
Hi thanks for the reply. The reason why I wanted to open up my custom dialog when doing an uninstall from ARP is that I need to get a username/password and server name to be able to delete a database, a SQL JOB, an SSIS Task and a SSAS Cube and those can be located on seperate sql server. When

[WiX-users] Using the same custom Dialog with Add/Remove Program

2010-08-10 Thread marric01
Hi, I have built a WIX Installer (WIX 3.5 et VS2010). I'm using custom dialog when doing an uninstall (Uninstall from the WIX Installer). But when i'm using the uninstall from the Add/Remove program, it doesn't open my custom dialog for uninstall. Do I need to do something special to make it use

Re: [WiX-users] No uninstall option from add/remove program ??

2010-08-10 Thread marric01
thanks Pally I'm gone look at the website and try it ! Have a great day ! -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/No-uninstall-option-from-add-remove-program-tp5392837p5392936.html Sent from the wix-users mailing list archive at Nabble.com

[WiX-users] No uninstall option from add/remove program ??

2010-08-10 Thread marric01
Hi, I have built an installer with WIX (3.5 and VS2010). The problem that I see is that I can't uninstall my app with the add/remove program. I can see that my app is listed in the add/remove program application list, but I can't uninstall (No uninstall option). I have to use the back the installe

Re: [WiX-users] Sample C# custom action required

2010-07-12 Thread marric01
Hi, Its a simple one, I can give you mine. I'm doing some test with it. Nothing too complicated. Hope it can help you Rick http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/file/n5284348/SetupWIXTest.rar SetupWIXTest.rar -- View this message in context: http://windows-installer

[WiX-users] Change property value in CA - Not working in UI

2010-07-12 Thread marric01
Hi I have a custom action in C# that only put a value in a property session["VALIDATEUSER"] = "1"; or session["VALIDATEUSER"] = "0";. The purpose of that CA is to check if a username and password provided by the user is valid. If only using 0 and 1 now to do some testing. I have a dialog that ca