View Single Post
  #11  
Old 02-02-2011, 07:25
GODZYLLA's Avatar
GODZYLLA GODZYLLA is offline
Registered User
 
Join Date: Feb 2009
Location: Planet Earth
Posts: 27
Thanks: 2
Thanked 5 Times in 3 Posts
GODZYLLA is on a distinguished road
@alexandr frei: Well, I'm guessing you know how to change the disk prompt using Orca... If you don't, don't bother reading the next steps, because in this type of conversion you need to do a little extra:

1. extract mst from autorun.dat with msiX (msix filename of MSI /out c:\msicontent)
2. edit and save mst with orca or appeditor
3. remove old mst from autorun.dat with msidb (msidb -d filename of MSI -j filename of MST to remove)
4. insert new modified mst to autorun.dat with msidb (msidb -d filename of MSI -r filename of MST to insert)
Reply With Quote