Re: [WiX-users] Planning a new WiX release

2006-09-19 Thread Rob Mensching
How do you measure the number of successful installs? PS: Sorry for the mess, I'm cleaning up right now and this next build should be much better. - From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Frederik Carlier Sent: Monday, September 18, 2006 22:48 To:

Re: [WiX-users] Problem with install condition based on lang ID

2006-09-19 Thread Mike Dimmick
Frankly, with multi-lingual UI support (especially multiple preference levels in Vista - see GetSystemPreferredUILanguages) you probably shouldn't do this at all. Allow any version to install on any system. Allow multiple versions to be installed side-by-side, or move to a single binary

[WiX-users] Install service using unprivileged user

2006-09-19 Thread Albert Tuulas
Hello, I am trying to install a service that runs under non-Local System account, but under a user account that my WiX script create. I have spent several hours to determine why the service can't be started under the account that MSI creates. The reason is that it didn't have the Log On As a

[WiX-users] Register a provider in machine.config and how to customize wixui

2006-09-19 Thread Reggie Burnett
Guys I have a need to register an assembly in the GAC and in machine.config but I only want to do this if the user has chosen that option. I would like to add a custom installer dialog to present these options but am not sure how to customize the mondo dialog set in wixui. The examples

Re: [WiX-users] FW: issue around INSTALLDIR

2006-09-19 Thread Anirban Basu
Hi, Does this mean that users are not supposed to use the INSTALLDIR variable in their custom actions? But this is a windows installer variable (supposed to set by the windows installer service itself) and it should be safe to use it. What is the reason this is not a recommended step not to use

Re: [WiX-users] Heat - Unable to locate component

2006-09-19 Thread Steven Chin
Thanks From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 19, 2006 11:00 AM To: Steven Chin Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Heat - Unable to locate component Steven Chin wrote: I am running Wix 3.0 and heat.exe is returning

Re: [WiX-users] Heat - Unable to locate component

2006-09-19 Thread Bob Arnson
Steven Chin wrote: I am running Wix 3.0 and heat.exe is returning the error pop-up This application has failed to start because MSVCR80.dll was not found. Re-installing the application may fix this problem. I eventually get another popup Java Plug-in 1.5.0_07 in not installed

Re: [WiX-users] FW: issue around INSTALLDIR

2006-09-19 Thread Anirban Basu
Hi Bob, Thanks for the reply. We have already found out what caused this. U said MSI doesn't set INSTALLDIR; it's entirely up to your package what the directory structure looks like. MSI records where it installs components. U r completely right, but as per our experiment installer

Re: [WiX-users] Shortcut problem, and a few other notes

2006-09-19 Thread Simon Dahlbacka
Thanks, I tried your suggestion, but unfortunately it did not work out, and I end up with the same error about KeyPath and HKCU registry C:\Users\Simon\Documents\Visual Studio 2005\Projects\ComicBook\ComicBook\installer\installer.wxs(35): error LGHT0204: ICE43: Component ComicBookExecutable has

Re: [WiX-users] FW: issue around INSTALLDIR

2006-09-19 Thread Mike Dimmick
For your problem you could simply use a ComponentSearch tofind the component that contains the assembly. Still, I don't like the idea of registering the component using regasm, it still seems far too fragile. -- Mike Dimmick From: Anirban Basu [mailto:[EMAIL PROTECTED] Sent: 19

Re: [WiX-users] Shortcut problem, and a few other notes

2006-09-19 Thread Mike Dimmick
See the validation references: ICE 43 (http://msdn.microsoft.com/library/default.asp?url="">): "The attributes column of Component1 is 0, meaning that the component uses a file as its KeyPath. This causes non-advertised shortcuts in this component to be installed for the first user on the

[WiX-users] Two products from one MSI

2006-09-19 Thread Peter G. Sakhno
Hello. Is it possible to install two separate products from one MSI? -- Best regards, Peter G. Sakhno C-MAP RUSSIA Ltd http://www.c-map.ru/ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's

[WiX-users] ODBCDataSource Errors?

2006-09-19 Thread Joseph Barkley
All,I have searched high and low for information regarding the ODBCDataSource element. The only thing I can find is a posting on this list. From that post, I created the following Code in a component: ODBCDataSource Id=SMSHistoryDSN DriverName=SQL Server Name=SMS-3000 History SQL

[WiX-users] Petition to upgrade source repository to subversion

2006-09-19 Thread Paul Welter
Hi,I've been using WiX for a while now and I'd like to contribute more. However, since most community projects are moving to Subversion, it would be nice if WiX was using subversion as well. Subversion is a much better source repository. Source Forge has a nice easy script to update the repository

Re: [WiX-users] Planning a new WiX release

2006-09-19 Thread Charlie Poole
If Votive is a stumbling block, I hope you'll consider that some users are interested in a new, stable WiX release without particularly caring about Votive. At least this one is. :-) CHarlie From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Frederik CarlierSent:

Re: [WiX-users] FW: issue around INSTALLDIR

2006-09-19 Thread Bob Arnson
Anirban Basu wrote: Are users not supposed to use the "INSTALLDIR" variable in their custom actions? But this is a windows installer variable (supposed to set by the windows installer service itself) and it should be safe to use it. MSI doesn't set INSTALLDIR; it's

Re: [WiX-users] Planning a new WiX release

2006-09-19 Thread Charlie Poole
Hi Justin, Thanks for the info. I find feature stability in the toolset to be important for distributed projects. We just dropped the VS setup from NUnit and began using WiX for the msi installs. I guess I should try out WiX 3 for our development branch before settling on one or the

[WiX-users] Setting sidtype on a service

2006-09-19 Thread Danny Smith
Title: Setting sidtype on a service Im installing a service and after installing it I need to set the sidtype (sc sidtype srvName UNRESTRICTED if done from the cmdline). Ive looked thru the v2.x schema on ServiceInstall and I dont see where I can set it. Does WIX support setting this value?

Re: [WiX-users] Planning a new WiX release

2006-09-19 Thread Rob Mensching
Title: RE: [WiX-users] Planning a new WiX release Heh, so it's more of a negative test: nothing bad seems to have happened so that's good. smile/ That's fine, I was just more curious than anything. You never told me (or I just forgot) how you determined which releases were good to go to

Re: [WiX-users] Setting sidtype on a service

2006-09-19 Thread Mike Dimmick
Title: Setting sidtype on a service Right now I think the only way will be to use a DLL custom action to call ChangeServiceConfig2 with the SERVICE_CONFIG_SERVICE_SID_INFO parameter and a SERVICE_SID_INFO structure with the dwServiceSidType member set to SERVICE_SID_TYPE_UNRESTRICTED. This

Re: [WiX-users] Using BrowseDlg Twice

2006-09-19 Thread Mike Dimmick
Error 2812's textis given in http://msdn.microsoft.com/library/default.asp?url="">as 'The event [2] is not recognized.' Looking up the SelectionBrowse ControlEvent (http://msdn.microsoft.com/library/default.asp?url="">) suggests that you should have a SelectionTree control on the same dialog:

[WiX-users] prerequisite download from WiX!!!

2006-09-19 Thread vij
Hi All,My requirement: Setup msipackage need to performsome pre-installation checks for certain software installations existing on the machineand if a particular software is not found,it shoulddownloadand install the missing software and then continue with my package installation.Is