Re: [WiX-users] Installing without IIS in spite of optionalwebapplication component

2009-09-30 Thread Benjamin Podszun
Chad, Yan: Thanks a lot! I do wonder how I could've found this myself though: Any help/reference that I missed to check? Or is this knowledge that you can only get by looking at the source? Regards, Ben On Tue, Sep 29, 2009 at 9:08 PM, Yan Sklyarenko wrote: > You should set SKIPCONFIGUREIIS pr

Re: [WiX-users] Installing without IIS in spite ofoptionalwebapplication component

2009-09-30 Thread Yan Sklyarenko
>> Any help/reference that I missed to check? Just open your MSI package with Orca and you'll see the ConfigureIIs custom action is conditioned with SKIPCONFIGUREIIS property. :-) Also, this archive must have had related threads. -- Yan -Original Message- From: Benjamin Podszun [mailto:be

[WiX-users] Registry search condition problem

2009-09-30 Thread Prabhakaran Paulraj
Hi,     I am following a registry search condition. This condition is to check if the SQL Server of version 9.00.4035.00 is installed at the time of install/repair/change.     This works fine in windows XP Professional, i get this message when SQL Server of version 9.00.4035.00 is not available

Re: [WiX-users] Registry search condition problem

2009-09-30 Thread Sebastian Brand (Instyler Software)
Hello Prabhakaran, Does the Vista run as x64? Then it's possible that MSI checks for the 32-bit registry key (Wow6432Node) instead of the 64-bit. To do that set @Win64=yes in the RegistrySearch element. Best regards, Sebastian Brand Deployment consultant E-Mail: sebast...@instyler.com Instyler

Re: [WiX-users] Vista UAC for custom actions

2009-09-30 Thread Simon Topley
Hello again, still no progress on this I'm afraid, I have found ways to add an event log source using wix 3.0, but nothing in wix 2... maybe its' time i just bite the bullet and switched across to WIX 3 Simon -Original Message- From: Simon Topley Sent: 28 September 2009 15:59 To: wix-use

[WiX-users] facing trouble when run the application after installation - EventType : clr20r3

2009-09-30 Thread danimian
Hi, i am facing trouble after installation when i run the application (.exe) on other computers. On my Own computer works fine. I am using WIX V3 and OS is Windows XP Professional SP2. (installation working successfully). i am getting the following error: EventType : clr20r3 P1 : my-applicat

Re: [WiX-users] facing trouble when run the application after installation - EventType : clr20r3

2009-09-30 Thread Sebastian Brand (Instyler Software)
Hello, I don't think this relates to the installer or WiX. Is .NET installed on the target machine? Best regards, Sebastian Brand Deployment consultant E-Mail: sebast...@instyler.com Instyler Setup - Creating WiX-based MSI installations, elegantly. http://www.instyler.com -Original Mess

Re: [WiX-users] facing trouble when run the application after installation - EventType : clr20r3

2009-09-30 Thread danimian
Hi, yes .NET Framework 3.5 SP1 is our basic requirement and it is already installed on target machine. How to deal with this? Any Idea? Best Regards and Thanks for quick reply Adnan Sebastian Brand (Instyler Software) wrote: > > Hello, > > I don't think this relates to the installer or WiX. I

Re: [WiX-users] facing trouble when run the application after installation - EventType : clr20r3

2009-09-30 Thread Sebastian Brand (Instyler Software)
I think, it's still something bigger than just a WiX issue... Can you "manually" install the application on the without using an MSI/ WiX and does it work then? Best regards, Sebastian Brand Deployment consultant E-Mail: sebast...@instyler.com Instyler Setup - Creating WiX-based MSI installat

[WiX-users] do not executing custom actions on uninstall

2009-09-30 Thread Polazhenko Sergey
Hi, all. Can you help with a strange trouble. I have few custom actions (calls for c++ functions in external dll), all custom actions works fine on install, but neither on uninstall, thanks. I have problems with custom actions: RemoveIISExtension and UnRegDocSource. I tried running it before Remo

[WiX-users] major upgrades just reinstall, overwriting previous

2009-09-30 Thread Jonathan Hartley
Hi all. I'm trying to add major updates. (Actually I'm migrating our Wix config from 2 to 3, and I can't see what I did to break major updates in the process.) I followed the tutorials and read the docs at (and many others) http://www.tramontana.co.hu/wix/lesson4.php#4.1 http://wix.sourceforge.

Re: [WiX-users] facing trouble when run the application after installation - EventType : clr20r3

2009-09-30 Thread danimian
I just tried to install it manually, it's not working manually. Sebastian Brand (Instyler Software) wrote: > > I think, it's still something bigger than just a WiX issue... > > Can you "manually" install the application on the without using an MSI/ > WiX and does it work then? > > > Best r

Re: [WiX-users] major upgrades just reinstall, overwriting previous

2009-09-30 Thread Jonathan Hartley
Incidentally, my Component Guids are all hard coded and constant. Jonathan Hartley wrote: > Hi all. > > I'm trying to add major updates. (Actually I'm migrating our Wix config > from 2 to 3, and I can't see what I did to break major updates in the > process.) > > I followed the tutorials and rea

Re: [WiX-users] major upgrades just reinstall, overwriting previous

2009-09-30 Thread Rob Hamflett
> It does not remove the old version. It overwrites the old install, and after > it is done, there is only one item listed in 'Add or Remove Programs'. I'm not sure I understand this. What do you mean by "it does not remove the old version?" Because you then say that it overwrites the old

Re: [WiX-users] major upgrades just reinstall, overwriting previous

2009-09-30 Thread Jonathan Hartley
Ah, good question. The version that ultimately ends up installed is indeed the new version. A moment reflecting on your response makes me think that maybe I have confused myself by expecting to see some change to the UI during an upgrade, as opposed to during a fresh install, and perhaps this i

[WiX-users] Modular install configurations based on available files

2009-09-30 Thread Nick Ball
Hi All, I have a product that ships with several different databases - or combinations thereof. I would like my installer to show all available databases as features that the user can install - and those that didn't get shipped should be greyed out. I'm thinking of one main setup program

[WiX-users] Merge Modules and Patching

2009-09-30 Thread nearnick
Hi I have this probably quite simple problem with my patching system due to merge modules, but cannot find an answer anywhere. Between two versions of my wix installer the merge module containing a load of dlls has changed. Both versions of the installer work, however the patch I created to go fro

Re: [WiX-users] facing trouble when run the application after installation - EventType : clr20r3

2009-09-30 Thread Sebastian Brand (Instyler Software)
By manually, I mean without the installer (MSI). Until that does not work, how could the installer work either? :) Best regards, Sebastian Brand Deployment consultant E-Mail: sebast...@instyler.com Instyler Setup - Creating WiX-based MSI installations, elegantly. http://www.instyler.com On 30

Re: [WiX-users] Vista UAC for custom actions

2009-09-30 Thread Wilson, Phil
For UAC, deferred is the right thing to do, and running without impersonation is also the right answer. Unless you have arranged to run the entire MSI install elevated, running impersonated as Administrator really means "...but with a limited user token", and immediate custom actions won't be e

[WiX-users] how to create a MSU file?

2009-09-30 Thread Lian Jiang
Hi, Does anybody have any reference about how to create a MSU file? I get no luck by searching online. :( Thanks Lian -- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event y

Re: [WiX-users] do not executing custom actions on uninstall

2009-09-30 Thread Blair
What is your OS? Generally speaking custom actions that affect the state of the machine should generally be "deferred" actions instead of "immediate" actions, as those are part of the generated "installation" script and have access to elevated privileges and can participate in rollback protections

Re: [WiX-users] major upgrades just reinstall, overwriting previous

2009-09-30 Thread Blair
In most UIs based on Windows Installer and as a matter of WI transactions, major upgrades are simply installations that happen, as a side effect, to remove previous version(s). If you are using Windows Installer's progress bar, you may get one or two additional "passes" of the progress bar as the o

Re: [WiX-users] Merge Modules and Patching

2009-09-30 Thread Blair
Which files are the inputs to torch (admin-installed MSIs, wixpdbs, or wixouts)? -Original Message- From: nearnick [mailto:n...@nearglobal.com] Sent: Wednesday, September 30, 2009 9:12 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Merge Modules and Patching Hi I have this

Re: [WiX-users] Merge Modules and Patching

2009-09-30 Thread nearnick
They'd be wixpdbs. Blair-2 wrote: > > Which files are the inputs to torch (admin-installed MSIs, wixpdbs, or > wixouts)? > > -Original Message- > From: nearnick [mailto:n...@nearglobal.com] > Sent: Wednesday, September 30, 2009 9:12 AM > To: wix-users@lists.sourceforge.net > Subject:

Re: [WiX-users] how to create a MSU file?

2009-09-30 Thread Brant Gurganus
Why do you want to create an MSU file? That's not a Windows Installer format. That's a Windows/Microsoft Update format that I don't believe is heavily documented outside of Microsoft. That said, it is a CAB file so you can use 7-zip or similar to extract the contents. However, you can probably find

Re: [WiX-users] do not executing custom actions on uninstall

2009-09-30 Thread Polazhenko Sergey
The target OS is Windows 2003 Server. __ WBR, Polazhenko Sergey > -Original Message- > From: Blair [mailto:os...@live.com] > Sent: Wednesday, September 30, 2009 7:52 PM > To: 'General discussion for Windows Installer XML toolset.' > Subject: Re: [WiX-users] do not e

Re: [WiX-users] Modular install configurations based on available files

2009-09-30 Thread Brian Rogers
Hey Nick, I would look at Burn to help you accomplish some of your goals. You could make an individual MSI for each database you are shipping. Compile those individual MSIs into Burn and then use the search features of Burn to determine which databases have already been installed via MSI searches

[WiX-users] Windows Server 2008 shortcut tooltips

2009-09-30 Thread Nick Hall
I've come across a slightly strange problem which hopefully someone may be able to shed some light on. As part of my installation I create a couple of shortcuts under the ProgramMenuFolder directory. Both shortcuts point to the main executable; one has some additional parameters to invoke a confi

[WiX-users] Trouble using Fragments in merge module files

2009-09-30 Thread Younie, Bradford
I'm developing multiple merge modules that share some data files in common. I want to have the data files defined in a Fragment that each merge module uses. For some reason, the files in my fragment doesn't install, even though it builds with no error. If I add the fragment to the main installer, i

[WiX-users] Square Brackets in a Custom Action

2009-09-30 Thread Phillip_Sidari
I have a custom action that executes appcmd (the IIS 7 tool for metabase modifications) and it needs to contain '[' and ']' in the command line. The following custom action fails to compile with the square brackets: If I remove the square brackets it executes but performs the wrong

[WiX-users] DotNetInstaller 1.7 Setup Bootstrapper Released

2009-09-30 Thread dB .
As usual, forgive me for shameless advertising. A new version of dotNetInstaller, 1.7 has been released. dotNetInstaller is a general purpose setup bootstrapper. It's open source and is free. it's an actively developed industry proven solution and it will do what you need it to do while Burn is

Re: [WiX-users] Square Brackets in a Custom Action

2009-09-30 Thread Mike Carlson (DEV DIV)
First, I'm not intimately familiar with what you're doing, but have you tried making use of the standard IIS custom actions to do what you want to do? See wix.chm for the list of elements in the IIS extension - one of them may be able to help you do this, and then you'll get install, uninstall,

[WiX-users] how to add language neutral Everyone user to a group

2009-09-30 Thread Lian Jiang
Hi, My installer adds Everyone user to a group using this VBscript: set group=GetObject("WinNT://./remote desktop users") group.add "WinNT://everyone" Unfortunately, it does not work on non-en-us locale machines. I guess "Everyone" need to be localized or I should use SID instea

Re: [WiX-users] how to create a MSU file?

2009-09-30 Thread Lian Jiang
Thanks Brant. -Original Message- From: Brant Gurganus [mailto:br...@gurganus.name] Sent: Wednesday, September 30, 2009 10:09 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] how to create a MSU file? Why do you want to create an MSU file? That's not a

[WiX-users] is there a way to ignore one error code instead of all?

2009-09-30 Thread Lian Jiang
Hi, I have a custom action which need a reboot. If I do not ignore the return, my installer will fail due to error 1603. But if I do ignore the return, it is risky that this custom action fails due to other reason and the installer does not rollback. Is there a way to constraint this custom ac

[WiX-users] is wix project always in the same sln of application

2009-09-30 Thread Jason Ding
Hello, By design, is the wix project always in the same sln file as the application project? That is how the wix online help guides through how to create a setup, so when they are in a same sln, we can set the dependency to let the application built first before build the wix project. But is th

Re: [WiX-users] Trouble using Fragments in merge module files

2009-09-30 Thread Blair
My guess is you need a somewhere in your mymodule.wxs file to pull in the fragment in your Templates.wxs file. What do you mean by " If I do the same thing to include them in my main installer, it works fine."? You change for and it works? Or what specifically do you do? -Original Message-

Re: [WiX-users] is wix project always in the same sln of application

2009-09-30 Thread Blair
It can really be done any way you wish (assuming you are handy with msbuild and a text editor), but the best "support" comes from within the same VS solution, as you noted. I'm not sure what you gain by having them be in separate solution files. Care to elaborate? -Original Message- From:

Re: [WiX-users] is there a way to ignore one error code instead of all?

2009-09-30 Thread Blair
This area is documented by the windows installer team in their blog as one (of several) where EXE custom actions are deficient compared to DLL custom actions. The "fix" is to use a DLL custom action that can spawn the EXE, wait for its return, and "do the right thing" with the EXE's return status W

Re: [WiX-users] Multi language patching

2009-09-30 Thread Blair
With the complete per-language packages, you could also try using torch instead of Orca to generate the transforms, then we could try replicating the process to see what adjustments need to be made to make it work. -Original Message- From: Gareth [mailto:gmor...@serif.com] Sent: Monday, S

Re: [WiX-users] do not executing custom actions on uninstall

2009-09-30 Thread Blair
Looking more closely, you may also have problems with repairs and upgrades as well as removals. OK, here is what I see (I will take your SIFilterServer feature as an example, but the issue is the same across all of them): You are asking for your installation action to happen if both of the follow

[WiX-users] Patch doesn't uninstall

2009-09-30 Thread Andy2k8
Why does my patch become non-uninstallable when I add a table to restart an existing service??? How do i still make is uninstallable?? - Andy MSI Developer Schneider Electric:working: -- View this message in context: http://n2.nabble.com/Patch-doesn-t-uninstall-tp3747152p3747152.html Sen

Re: [WiX-users] how to create a MSU file?

2009-09-30 Thread Sebastian Brand (Instyler Software)
Can you tell us why you wanted to create a MSU file? In most places where one would be able to use MSU (MDT and SCCM) there are also possiblities to have msi or exe installations. Best regards, Sebastian Brand Deployment consultant E-Mail: sebast...@instyler.com Instyler Setup - Creating WiX-bas

Re: [WiX-users] Patch doesn't uninstall

2009-09-30 Thread Sebastian Brand (Instyler Software)
What happens when you try to uninstall the patch? Best regards, Sebastian Brand Deployment consultant E-Mail: sebast...@instyler.com Instyler Setup - Creating WiX-based MSI installations, elegantly. http://www.instyler.com -Original Message- From: Andy2k8 [mailto:appr...@gmail.com]

Re: [WiX-users] how to add language neutral Everyone user to a group

2009-09-30 Thread Michael Bednarek
Hi Lian, Our installer had a similar situation. The approach we went for was: 1) Create a custom action VBScript that runs early on in your installer to do the following: - Look up the localized names of the accounts AND GROUPS you care about - Store these localized names in MSI properti