In the words of Chandler Bing.

Can open, worms everywhere. 


Palbinder Sandher 
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the <Virtual Environment>**
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456 
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer


-----Original Message-----
From: Wendell Joost [mailto:wende...@gmail.com] 
Sent: 12 February 2010 00:21
To: v...@txis.com; General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Request for help building a Simple MSI..

<Property Id="TARGETSERVER" Value="ORION"/>

<Media Id="1" DiskPrompt="StubbsBBQ" VolumeLabel="StubbsBBQ" />
    <Directory Id="TARGETDIR" Name="SourceDir"/>
      <Directory Id="SystemFolder">
<Directory Id="Drivers">
<Component Id="STLWA_NT.EXE"
Guid="{2A25F60B-DF8B-43b8-87E5-48E4B63B0152}">
<File Id="STLWA_NT.EXE" Name="STLWA_NT.EXE" DiskId="1" Source="[INSERT
PATH TO SOURCE HERE]STLWA_NT.EXE" /> <ServiceControl Id="LCAS"
Name="Local Collection Agent Service"
Start="both" Stop="both" Wait="yes" />
</Component>
</Directory>
</Directory>

...

    <CustomAction Id="STLWA_NT.EXE1" Execute="deferred"
FileKey="STLWA_NT.EXE" ExeCommand="-INSTALL" Impersonate="no"
Return="ignore" />
    <CustomAction Id="STLWA_NT.EXE2" Execute="deferred"
FileKey="STLWA_NT.EXE" ExeCommand="-SERVER [TARGERSERVER]"
Impersonate="no" Return="ignore" />

The custom actions may require a bit of adjustment to work properly - I
didn't unit test this code.

As to payment ...

I want a bottle of Stubbs BBQ sauce, a fresh copy of the Ugly Americans
CD with Boom Boom Baby, Celis White, Shiner Bock or some HEB swag ...

Wendell

------------------------------------------------------------------------
------
SOLARIS 10 is the OS for Data Centers - provides features such as
DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10
NOW http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to