[WiX-users] WiX v3.5 Custom Action Project Template Bug

2009-07-26 Thread Uwe Stump
The issue remains in 3.5.0724.0: Wix.ca.targets CustomAction.*proj (invalid pathes and registry keys to v3.0) Uwe -- ___ WiX-users mailing list WiX-users@lists.sourceforge.net

[WiX-users] WiX v3.5 Custom Action Project Template Bug.

2009-07-21 Thread Uwe Stump
Dear all, Maybe someone has already found out this bug and workaround. If you want to create a new Project based on the Windows Installer XML - C# Custom Action Project template (v3.5.0710.0) in Visual Studio you may receive some path errors. This is because of some old path references to WiX v

Re: [WiX-users] Running command line at the end of installation

2009-02-04 Thread Uwe Stump
Hi Martin, Try this (deferred execution): $YourComponent>2 $YourComponent>2 Change $YourComponent by the Id of your component (a condition for a custom action that should only be run at install has the following format: $ComponentName>2, see: http://strangelights.com/blog/archiv

Re: [WiX-users] IIsExtension - original msi package need while uninstalling.

2009-02-04 Thread Uwe Stump
Hi Jiri, Since 4909 there are changes to IIS CA to handle UAC/IIS7 better (wix3.feed). I have had similar problems. Maybe it's fixed in the meantime (4930). It works for me now. Uwe Hi everybody, we encounter several issues while using IIsExtension in Wix 3.0.4923. 1. When we try to uninstall

Re: [WiX-users] SetupBld and IIs Problem

2009-01-30 Thread Uwe Stump
repro with older builds then please open a bug with as much information as possible (especially the info below). Thanks. -Original Message- From: Uwe Stump [mailto:uwe.st...@gewi.com] Sent: Thursday, January 29, 2009 04:31 To: General discussion for Windows Installer XML toolset. Subject

Re: [WiX-users] SetupBld and IIs Problem

2009-01-29 Thread Uwe Stump
Dear all, after some research I found a workaround: I do wrap my msi to an exe file with setupbld now by using the command line option -msuc (c added). c means "enable msi caching". So the whole msi gets cached in Windows\Installer. On uninstall the msi file will be found by MSI and the messag

Re: [WiX-users] SetupBld and IIs Problem

2009-01-29 Thread Uwe Stump
to:b...@joyofsetup.com] Gesendet: Mittwoch, 28. Januar 2009 19:15 An: General discussion for Windows Installer XML toolset. Betreff: Re: [WiX-users] SetupBld and IIs Problem Uwe Stump wrote: > The MSI-file has been wrapped to IIsInstallProblem.exe. The installation with > these EXE-file wo

[WiX-users] SetupBld and IIs Problem

2009-01-28 Thread Uwe Stump
Hello, I have created a simple WebSite installation by using WiX. This is my WXS-file. http://schemas.microsoft.com/wix/2006/wi"; xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension";>