Hello,
Another newbie question.
Our setup requires that we package an MSI file that is already created.
I have the following code in my wxs file:
<!-- Install the MBSA application -->
<Directory Id='INSTALLDIR_MBSA' Name='MBSA'>
<Component
Id='MBSA_APP' Guid='DE7780AD-0BCE-47f0-B8F8-1DE80F8F68E5'>
<File Id='MBSA_MSI'
Name='MBSASetup-EN.msi' DiskId='1'
Source='$(var.WiX.Global.MBSAAppPath)' Vital='yes' />
<RemoveFolder
Id='MBSAProgramMenuDir' On='uninstall' />
</Component>
</Directory>
It copies the file but I am not sure how then to execute it. I would
rather execute the file than copy it. My previous installer experience
is with InstallShield 11.5 and event hen it wasn't a lot of
customization. Would it help greatly to learn MSI parallel to WiX? Or is
learning the WiX environment sufficient?
Thanks!
-jdix
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users