Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. msiexec /quiet /i My.msi WEBDIR="C:Path1" /l*v InstallationLog.log
  2.  
  3. <Property Id="WEBDIR">
  4. <IniFileSearch Id="WebsitesDirIni" Name="MySetup.ini" Section="InstallLocations" Key="WebsitesDir" Type="raw"/>
  5. </Property>
  6.  
  7. <Directory Id="TARGETDIR" Name="SourceDir">
  8. <Directory Id="WEBDIR" Name="Path3">
  9. </Directory>
  10. </Directory>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement