On 2/10/2010 12:10 PM, Vern Graner wrote:
> On 2/10/2010 12:21 AM, Sascha Beaumont wrote:
>> Without having the source code of those two EXE files you're running
>> and knowing what registry entries they modify there's no benefit to
>> creating an MSI, you might as well stick with the batch file.

So, now that we've established that the method I'm trying is 
"sub-optimal", "bad", "non-best-practice" etc... :)

Is there anyone that could take a crack at converting this batch to 
simple WiX? Even converting these few lines would be enough to get me 
started:

-------------------- CLIP ------------------------
@ECHO OFF
     SET TargetServer=ORION

     NET STOP "Local Collection Agent Service"

     XCOPY /C /V /Y %Source%\STLWA_NT.EXE "%SYSTEMROOT%\SYSTEM32\DRIVERS"

     STLWA_NT -INSTALL
     STLWA_NT -SERVER %TargetServer%

     NET START "Local Collection Agent Service"
--------------------/CLIP ------------------------

TIA. :)

Vern

-- 
Vern Graner CNE/CNA/SSE    | "If the network is down, then you're
Senior Systems Engineer    | obviously incompetent so why are we
Texas Information Services | paying you? Of course, if the network
http://www.txis.com        | is up, then we obviously don't need
Austin Office 512 328-8947 | you, so why are we paying you?" ©VLG

------------------------------------------------------------------------------
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