ورود

View Full Version : سوال در مورد پسوند .msu



NOSRATGOLAB
پنج شنبه 02 شهریور 1391, 18:39 عصر
سلام اول ببخشید چون من کل سایتو گشتم و جایی بهتر و مشابه با سوالم به غیر از اینجا پیدا نکردم :ناراحت:
خواهش میکنم اگه سوالمم مرتبط با بخش نیست حذف نکنید چون خیلی مهمه واسم

من یه فایل دانلود کردم پسوندش .msu هست و در کامپیوتر من به عنوان فایل ناشناسه می خواستم بدونم واسه باز کردنش نرم افزار خاصی می خواهد؟

ویندوز من xp ایه.

ممنون میشم جواب بدید تو رو خدا:گریه:

حمید محمودی
پنج شنبه 02 شهریور 1391, 21:29 عصر
http://www.file-extensions.org/search/?searchstring=msu&searchtype=2
http://filext.com/file-extension/msu
http://www.fixya.com/support/t3703420-open_msu_file_just_downloaded_in

amin1softco
جمعه 03 شهریور 1391, 09:02 صبح
You can manually extract the contents of an MSU file at the Windows command prompt by typing:
expand -f:* "example.msu" output_directory
You can then manually install the update package by typing the following command:
pkgmgr.exe /n:output_directory\example.xml
(example.msu and example.xml have the same filename prefix).