[WiX-users] Setup Wizard ended prematurely: driver setup

2011-05-19 Thread pradeepcd
Hi, I am trying to create setup file to install device drivers with usbr.inf, usbr.cat, and SiLib.sys, SiUSBXp.sys files, with using Difx tool to install. when I run the code only with .inf and .cat files those files copied into DRVSTORE, but when I try to include .sys files, I am getting error:

Re: [WiX-users] Debugging/Troubleshooting Service Installs

2011-05-19 Thread Brad Lemings
I dunno. I'm inclined to stick with the abstraction principle and trust that the /uninstall option will undo everything done by the /install option. So I only have two custom actions but several applicable scenarios: * Install - RunInstallCmd * Rollback Install - RunUninstallCmd * Repair - Run

Re: [WiX-users] Debugging/Troubleshooting Service Installs

2011-05-19 Thread Castro, Edwin G. (Hillsboro)
My recommendation would be to perform any other activities that the service performs itself during /install in a Windows Installer friendly fashion. The reason is that Windows Installer (and WiX standard custom actions) behave more robustly in the face of failures and associated rollback scenari

Re: [WiX-users] Debugging/Troubleshooting Service Installs

2011-05-19 Thread Brad Lemings
Hi Edwin, I suspected this would be the case -- writing a custom action. The service however must be executed with the /install option before it can be started so unless there's an alternative to writing a custom action, this is the only possible solution. Thanks for the help. Eric. -Or

Re: [WiX-users] Developer with WiX experience needed; proper incremental build support

2011-05-19 Thread Sean Leonard
Thanks! -Sean On 5/19/2011 3:07 PM, Edwin G. Castro wrote: > > Message me at egcastr at gmail (that's not a spelling error, there is no o at > the end) and I'll take a look at this more carefully. I need to do a little > spelunking in the wix2010.targets file before I'm comfortable providing a >

Re: [WiX-users] Debugging/Troubleshooting Service Installs

2011-05-19 Thread Castro, Edwin G. (Hillsboro)
will register the service for you. @Arguments should specify any command line arguments you need to specify when the service starts up. I guess that you currently have Arguments="/install" because you expect msiexec to execute your service to register the service. That's not how works. does

Re: [WiX-users] Developer with WiX experience needed; proper incremental build support

2011-05-19 Thread Edwin G . Castro
Castro, Edwin G. (Hillsboro Fiserv.com> writes: > > This much less a WiX issue and more of a MSBuild issue as that's what is used to perform a build in Visual Studio 2010. > > MSBuild has the concept of Target Inputs and Outputs which it uses to determine whether a target need to be > executed

Re: [WiX-users] Developer with WiX experience needed; proper incremental build support

2011-05-19 Thread John Bergman
Yes, Team Foundation Server. Here is a link. http://www.andrewconnell.com/blog/archive/2006/08/29/4078.aspx It's a little old, but there is a way to do the same type of thing for Wix. What I did was create a wix include file that has this in it And then used the techniq

Re: [WiX-users] Developer with WiX experience needed; proper incremental build support

2011-05-19 Thread Sean Leonard
Sorry, but what is TFS? Are you referring to Team Foundation Server? If so, then no, we do not use that. -Sean On 5/19/2011 1:46 PM, John Bergman wrote: > Are you using TFS? > > -Original Message- > From: Castro, Edwin G. (Hillsboro) [mailto:edwin.cas...@fiserv.com] > Sent: Thursday, May

Re: [WiX-users] Developer with WiX experience needed; proper incremental build support

2011-05-19 Thread John Bergman
Are you using TFS? -Original Message- From: Castro, Edwin G. (Hillsboro) [mailto:edwin.cas...@fiserv.com] Sent: Thursday, May 19, 2011 10:50 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Developer with WiX experience needed; proper incremental buil

Re: [WiX-users] Debugging/Troubleshooting Service Installs

2011-05-19 Thread Brad Lemings
Followup. I have a better idea what the problem is. Either msiexec is not "installing" the service by executing it with the proper /install argument or it is not executing the install command with Administrator privileges. >From the log, it appears that the /install option is specified so I'm

[WiX-users] Debugging/Troubleshooting Service Installs

2011-05-19 Thread Brad Lemings
Greetings, The following excerpt of a Wix file is supposed to install, stop, start, and uninstall a service (exact names have been tweaked): /uninstall I'm trying to install the resulting .MSI with the following com

[WiX-users] TBM#.tmp files littering on repair.

2011-05-19 Thread Tim St. Clair
Our testers found a odd condition when repairing a package our bin directory would be littered with TBM#.tmp files. I'm still gathering the details but I'm wondering if anyone has seen this before. -- Cheers, Timothy St. Clair

Re: [WiX-users] Why are we using a mailing list vs forum?

2011-05-19 Thread Wilson, Phil
I'm not aware of any Microsoft forums specifically for install like the old PlatformSdkMsi news group. MSI questions get scattered around. There's a Windows Forms->ClickOnce and Setup/Deployment Projects that is explicitly VS setup projects (the ones being deprecated) that sometimes gets general

Re: [WiX-users] Developer with WiX experience needed; proper incremental build support

2011-05-19 Thread Castro, Edwin G. (Hillsboro)
This much less a WiX issue and more of a MSBuild issue as that's what is used to perform a build in Visual Studio 2010. MSBuild has the concept of Target Inputs and Outputs which it uses to determine whether a target need to be executed in incremental build scenarios. The wix2010.targets file i

Re: [WiX-users] How To Remove Typical Button On Choose Setup Type Dialog

2011-05-19 Thread Pally Sandher
Create a copy of SetupTypeDlg.wxs, remove the Typical button from your copy & replace all references to SetupTypeDlg in your copy of WiXUI_Mondo with references to your modified SetupTypeDlg. Neil Sleigtholm's blog article on this subject may help get you further along with this -> http://neilslei

Re: [WiX-users] Grouping Merge Modules?

2011-05-19 Thread Pally Sandher
Simply wrap the MergeRef's in a Feature then use a FeatureRef -> http://wix.sourceforge.net/manual-wix3/wix_xsd_featureref.htm Don't worry about HTML e-mail, the list bot strips formatting & sends as list mail as plain text. Palbinder Sandher Software Deployment Engineer T: +44 (0) 141 945 8500

Re: [WiX-users] Why are we using a mailing list vs forum?

2011-05-19 Thread Rob Hamflett
Out of interest, does anyone know what the forums are supposed to be for Windows Installer stuff? There used to be two newsgroups, but then Microsoft decided to convert everything to forums. Posts went round saying the newsgroups were going to be discontinued, and that details about a replace

Re: [WiX-users] Why are we using a mailing list vs forum?

2011-05-19 Thread Rob Hamflett
The email list is mirrored in a news group, which I find much easier to use. server name: news.gmane.org port: 119 group: gmane.comp.windows.devel.wix.user Rob On 18/05/2011 16:59, john.bu...@telvent.com wrote: > Just curious. I find forums easier to use. :o) And SourceForge has a > forums feat