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:
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
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
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
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
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
19 matches
Mail list logo