[WiX-users] uninstall not working

2008-03-27 Thread Ziegelwanger, Silvio
Hi all, If I want to uninstall my product over Add/Remove programs it does not work Here are some code snippets: Snippet 1: Snippet 2: Can anybody say what is missing? Best regards

[WiX-users] what's wrong with light

2008-03-25 Thread Ziegelwanger, Silvio
Hi all, What is wrong with my light.exe? Any ideas from the developers? Here is the output: C:\Program Files\Windows Installer XML v3\bin>light.exe -culture:en-US -out c:\a pplstrudl.msi c:\appl.strudl\install.wixobj Microsoft (R) Windows Installer Xml Linker version 3.0.2925.

Re: [WiX-users] Custom Action - HowTo call a function from a dll?

2007-08-21 Thread Ziegelwanger, Silvio
Export your Method correct in C# as dll-EntryPoint Greets Silvio -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexei Sent: Dienstag, 21. August 2007 11:36 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Custom Action - HowTo call a f

Re: [WiX-users] Usage of WebDir Element....

2007-08-21 Thread Ziegelwanger, Silvio
Use WebVirtualDir(like me in WIXv3) Greets Silvio From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Abhishek,HiRePro Sent: Dienstag, 21. August 200

[WiX-users] run coustom action on clicking next

2007-08-20 Thread Ziegelwanger, Silvio
Hi, I want to run a vbscript (as a custom action) after the last UI Dialog. After this I will start the installation process. How I can specify this? Greets Silvio - This SF.net email is sponsored by: Splunk

[WiX-users] FW: choose Website dynamic

2007-05-18 Thread Ziegelwanger, Silvio
Hi, can somebody help me to make choosing website dynamically during the installation. But the ListBox is always empty. Here you can see some code snippets: installui.wxi(it's an include):

Re: [WiX-users] starting service on install

2007-03-01 Thread Ziegelwanger, Silvio
Hi! You can set "log on as service" via the GroupPolicy/ComputerConfigurations/WindowsSetting/SecuritySettings/LocalPolicies/UserRigthsAssignment/Log on as a service for the user who should install and start the service. You can start the Group Policy Editor with the command gpedit.msc in the

[WiX-users] DirProperties

2007-03-01 Thread Ziegelwanger, Silvio
Hello! I'm using wix v3 and I want to confugure my Web Application over the setup. It should be able to switch the kind of authentication like this: Candle Output: C:\source\wmi\install.wxs.wpp(266) : error CNDL0015 : The iis:WebDirProperties/@ AnonymousAccess attribute's

Re: [WiX-users] use WebSite element

2007-02-08 Thread Ziegelwanger, Silvio
definitely, Candle.exe maybe). David Adams MSN MessengerID: [EMAIL PROTECTED] >From: "Ziegelwanger, Silvio" <[EMAIL PROTECTED]> >To: >Subject: [WiX-users] use WebSite element >Date: Thu, 8 Feb 2007 14:02:28 +0100 >MIME-Version: 1.0 >Received: from lists-outbound.so

[WiX-users] use WebSite element

2007-02-08 Thread Ziegelwanger, Silvio
Hi, I want to use the IIS commands in a .wxs file See here: http://schemas.microsoft.com/wix/2006/wi"; xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension";> The candle output is following: