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
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
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
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
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
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
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
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
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
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
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
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
12 matches
Mail list logo