|
@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)
|