View Single Post
  #19  
Old 16-01-2009, 11:43
ravd ravd is offline
Senior Member
 
Join Date: Nov 2007
Location: ???
Posts: 188
Thanks: 0
Thanked 9 Times in 9 Posts
ravd is on a distinguished road
Open notepad and copy paste this into it, save as Filename: msix_extract.bat Save as type: All Files (*.*)
Code:
@ECHO OFF
MD extracted
msix.exe autorun.dat /out extracted\
And put it in same folder with msix.exe and autorun.dat and run it.
Reply With Quote