<wix xmlns="http://schemas.microsoft.com/wix/2003/01/wi">
<product id="user-content-132b1e27-270f-4b62-a0bf-afe5d70a3d3d" name="Your Product" language="1033" version="0.0.0.0" manufacturer="Your Company">
<package id="user-content-????????-????-????-????-????????????" description="Description of your product" comments="This will appear in the file summary stream." installerversion="200" compressed="yes">
<media id="user-content-1" cabinet="Product.cab" embedcab="yes">
<directory id="user-content-TARGETDIR" name="SourceDir">
<directory id="user-content-INSTALLDIR" name="s" longname="smtp_service">
<directory id="user-content-agentappDIR" longname="AgentApp_v105" name="AgentApp">
<directory id="user-content-LOGDIR" name="logs">
<component id="user-content-ProductComponent" guid="f36b9dd8-e821-4605-988f-427c81119e82">
<createfolder>
</createfolder></component>
</directory>
</directory>
</directory>
</directory>
<customaction id="user-content-AssignEDir2TARGETDIR" return="check" execute="firstSequence" property="TARGETDIR" value="e:\">
<feature id="user-content-ProductFeature" title="Feature Title" level="1" configurabledirectory="TARGETDIR">
<componentref id="user-content-ProductComponent">
</componentref></feature>
<ui>
<installuisequence>
<custom action="AssignEDir2TARGETDIR" after="ValidateProductID">TARGETDIR=""</custom>
</installuisequence>
</ui>
<installexecutesequence>
<custom action="AssignEDir2TARGETDIR" after="ValidateProductID">TARGETDIR=""</custom>
</installexecutesequence>
</customaction></media></package></product>
</wix>