-
09-22-2013, 04:42 PM #41Junior Member
- Ngày tham gia
- Aug 2015
- Bài viết
- 0
Gửi bởi NTMP_38313
-
09-22-2013, 05:22 PM #42Junior Member
- Ngày tham gia
- Nov 2015
- Bài viết
- 3
Gửi bởi 456x0ng789
còn ko thì bạn làm theo thế này
First of all we need the location that needs permission, let's start by downloading 7-zip (a freeware). - Now, extract and install 7-zip onto your system.
- Go to the folder in which the "Setup.exe" for the game is present
- Right click on the "Setup.exe"
- Select 7-zip -> Extract to "/Setup"
- Now you'll find a folder "Setup", open it and you'll find two files and a folder in it
- Now double-click the file name ".text" and it should show the "Open With" dialog box
- Select "Wordpad" or "Notepad" (Notepad would make the text look very garbled, so I recommend using Wordpad)
- Now the file would open, search for "NPSWF32" inside the document, when it is found, look at the entire line, it should contain a directory
- Usually, it would be
C:\Windows\WinSxS\WMSET10\wpdmtp\xscan-xp\NPSWF32\ak47.bat<span style="font-size: 9px">(If yours is the same, then to make it simpler download this, run it as Administrator and it'll do all the command prompt work for you.)</span> Where C: is the Windows Directory, now this is the directory which the Setup needs, so we have to create it and give access to it. There are 2 ways to do this,
1. Command Prompt
2. Windows Explorer
1. <span style="text-decoration: underline">Command Prompt:</span>
This makes use of command prompt in your OS to give the necessary permissions in the required locations.
First we have to take hold of WinSxS folder, so type in,
takeown /f C:\Windows\WinSxS /r /d y
Now after taking ownership, we have give Access Control (Permissions)
so, type this (after the first command has been executed)
icacls C:\Windows\WinSxS /grant administrators:F /t
Next, we have to create a directory named "WMSET10" in it, create it after browsing to "C:\Windows\WinSxS" or using command prompt (md command)
Now that you've created WMSET10, you'll have to create "wpdmtp" in it, this again needs permission, so now type in,
takeown /f C:\Windows\WinSxS\WMSET10 /r /d y
then, icacls C:\Windows\WinSxS\WMSET10 /grant administrators:F /t
Next we have to create wpdmtp folder, and then we type in the following to grant permission to it,
takeown /f C:\Windows\WinSxS\WMSET10\wpdmtp /r /d y
icacls C:\Windows\WinSxS\WMSET10\wpdmtp /grant administrators:F /t
Now, we have to create "xscan-xp", follow the same steps as above, create the folder, now give permission using
takeown /f C:\Windows\WinSxS\WMSET10\wpdmtp\xscan_xp /r /d y
icacls C:\Windows\WinSxS\WMSET10\wpdmtp\xscan_xp /grant administrators:F /t
Next, create NPSWF32 in same way, using this give permission
takeown /f C:\Windows\WinSxS\WMSET10\wpdmtp\xscan_xp\NPSWF32 /r /d y
icacls C:\Windows\WinSxS\WMSET10\wpdmtp\xscan_xp\NPSWF32 /grant administrators:F /t
You are now all set, create the final Batch file in it. To do this, open NotePad (Run Dialog Box, type Notepad)
Go to File -> Save as and Type in Filename as "ak47.bat"
Now in Save As Type select "All Files"
Save it in C:\Windows\WinSxS\wpdmtp\xscan_xp\NPSWF32, you are now all set and done.
Now run you game's Setup.exe and it should install without any problems!
-
10-18-2013, 05:37 AM #43Silver member
- Ngày tham gia
- Oct 2015
- Bài viết
- 8
Mình làm theo các bước như trên, kick vào setup thì nó hiện bảng này:
admin support mình với, hixx
-
10-18-2013, 05:52 AM #44Junior Member
- Ngày tham gia
- Aug 2015
- Bài viết
- 0
Gửi bởi dragonna
-
10-18-2013, 05:56 AM #45Junior Member
- Ngày tham gia
- Aug 2015
- Bài viết
- 0
mò 1 lúc mới ra, hướng dẫn ở trên nhầm ở bước tạo thư mục là: xscan-xp chứ ko phải là xscan_xp.
link topic gốc để dễ copy mấy câu lệnh comand ở trên: http://www.xaristech.net/2012/12/solution-to-rip-games-npswf32-error.html
gõ /cmd ở ô Dialog box nhé,
p/s: cài khá là lâu
-
10-18-2013, 05:57 AM #46Junior Member
- Ngày tham gia
- Aug 2015
- Bài viết
- 0
Gửi bởi NTMP_38313
-
10-18-2013, 05:59 AM #47Junior Member
- Ngày tham gia
- Nov 2015
- Bài viết
- 2
Gửi bởi dragonna
-
10-18-2013, 06:05 AM #48Junior Member
- Ngày tham gia
- Aug 2015
- Bài viết
- 0
Gửi bởi NTMP_38313
Nhân tiện cho mình hỏi: bản bioshock2 của phonghanh bị lỗi No disk inserted dù thuốc của nosteam hay razor1911+missing file cũng ko được, tìm trên diễn đàn mình mãi ko có link, admin post phần 2 luôn nhé
link bioshockII của phonghanh: http://www.vn-zoom.com/f619/megashare-bioshock-2-kinh-di-full-1-link-7-3-gb-2341600.html
-
02-09-2015, 05:26 AM #49Junior Member
- Ngày tham gia
- Aug 2015
- Bài viết
- 0
mình click vào setup bị lỗi này, thớt giúp với [IMG]smiles/smilev/beat_brick.gif[/IMG][IMG]smiles/smilev/beat_brick.gif[/IMG]
-
02-09-2015, 05:36 AM #50Junior Member
- Ngày tham gia
- Aug 2015
- Bài viết
- 0
Gửi bởi tamheocan
[COLOR=rgb(34, 34, 34)]First of all we need the location that needs permission, let's start by downloading 7-zip (a freeware).[/COLOR]
- Now, extract and install 7-zip onto your system.
- Go to the folder in which the "Setup.exe" for the game is present
- Right click on the "Setup.exe"
- Select 7-zip -> Extract to "/Setup"
- Now you'll find a folder "Setup", open it and you'll find two files and a folder in it
- Now double-click the file name ".text" and it should show the "Open With" dialog box
- Select "Wordpad" or "Notepad" (Notepad would make the text look very garbled, so I recommend using Wordpad)
- Now the file would open, search for "NPSWF32" inside the document, when it is found, look at the entire line, it should contain a directory
- Usually, it would be
[COLOR=rgb(34, 34, 34)]C:\Windows\WinSxS\WMSET10\wpdmtp\xscan-xp\NPSWF32\ak47.bat[/COLOR][COLOR=rgb(34, 34, 34)]<span style="font-size: 9px">(If yours is the same, then to make it simpler download this[/COLOR], run it as Administrator and it'll do all the command prompt work for you.)</span>
[COLOR=rgb(34, 34, 34)]Where C: is the Windows Directory, now this is the directory which the Setup needs, so we have to create it and give access to it.[/COLOR]
[COLOR=rgb(34, 34, 34)]There are 2 ways to do this,[/COLOR]
[COLOR=rgb(34, 34, 34)]1.[/COLOR][COLOR=rgb(34, 34, 34)] Command Prompt[/COLOR]
[COLOR=rgb(34, 34, 34)]2.[/COLOR][COLOR=rgb(34, 34, 34)] Windows Explorer[/COLOR]
[COLOR=rgb(34, 34, 34)]1. <span style="text-decoration: underline">Command Prompt:[/COLOR]</span>
[COLOR=rgb(34, 34, 34)]This makes use of command prompt in your OS to give the necessary permissions in the required locations.[/COLOR]
[COLOR=rgb(34, 34, 34)]First we have to take hold of WinSxS folder, so type in,[/COLOR]
[COLOR=rgb(34, 34, 34)]takeown /f C:\Windows\WinSxS /r /d y[/COLOR]
[COLOR=rgb(34, 34, 34)]Now after taking ownership, we have give Access Control (Permissions)[/COLOR]
[COLOR=rgb(34, 34, 34)]so, type this (after the first command has been executed)[/COLOR]
[COLOR=rgb(34, 34, 34)]icacls C:\Windows\WinSxS /grant administrators:F /t[/COLOR]
[COLOR=rgb(34, 34, 34)]Next, we have to create a directory named "WMSET10" in it, create it after browsing to "C:\Windows\WinSxS" or using command prompt (md command)[/COLOR]
[COLOR=rgb(34, 34, 34)]Now that you've created WMSET10, you'll have to create "wpdmtp" in it, this again needs permission, so now type in,[/COLOR]
[COLOR=rgb(34, 34, 34)]takeown /f C:\Windows\WinSxS\WMSET10 /r /d y[/COLOR]
[COLOR=rgb(34, 34, 34)]then, [/COLOR][COLOR=rgb(34, 34, 34)]icacls C:\Windows\WinSxS\WMSET10 /grant administrators:F /t[/COLOR]
[COLOR=rgb(34, 34, 34)]Next we have to create [/COLOR][COLOR=rgb(34, 34, 34)]wpdmtp [/COLOR][COLOR=rgb(34, 34, 34)]folder, and then we type in the following to grant permission to it,[/COLOR]
[COLOR=rgb(34, 34, 34)]takeown /f C:\Windows\WinSxS\WMSET10\wpdmtp /r /d y
icacls C:\Windows\WinSxS\WMSET10\wpdmtp /grant administrators:F /t[/COLOR]
[COLOR=rgb(34, 34, 34)]Now, we have to create "xscan-xp", follow the same steps as above, create the folder, now give permission using[/COLOR]
[COLOR=rgb(34, 34, 34)]takeown /f C:\Windows\WinSxS\WMSET10\wpdmtp\xscan_xp /r /d y
icacls C:\Windows\WinSxS\WMSET10\wpdmtp\xscan_xp /grant administrators:F /t[/COLOR]
[COLOR=rgb(34, 34, 34)]Next, create NPSWF32 in same way, using this give permission[/COLOR]
[COLOR=rgb(34, 34, 34)]takeown /f C:\Windows\WinSxS\WMSET10\wpdmtp\xscan_xp\NPSWF32 /r /d y
icacls C:\Windows\WinSxS\WMSET10\wpdmtp\xscan_xp\NPSWF32 /grant administrators:F /t[/COLOR]
[COLOR=rgb(34, 34, 34)]You are now all set, create the final Batch file in it. To do this, open NotePad (Run Dialog Box, type [/COLOR][COLOR=rgb(34, 34, 34)]Notepad[/COLOR][COLOR=rgb(34, 34, 34)])[/COLOR]
[COLOR=rgb(34, 34, 34)]Go to File -> Save as and Type in Filename as "[/COLOR][COLOR=rgb(34, 34, 34)]ak47.bat[/COLOR][COLOR=rgb(34, 34, 34)]"
Now in Save As Type select "[/COLOR][COLOR=rgb(34, 34, 34)]All Files[/COLOR][COLOR=rgb(34, 34, 34)]"[/COLOR]
[COLOR=rgb(136, 136, 136)][/COLOR]
[COLOR=rgb(34, 34, 34)]Save it in C:\Windows\WinSxS\wpdmtp\xscan_xp\NPSWF32, you are now all set and done.[/COLOR]
[COLOR=rgb(34, 34, 34)]Now run you game's Setup.exe and it should install without any problems![/COLOR]
Các Chủ đề tương tự
-
[PC] BioShock Infinite Complete Edition-Prồ Phết [Action | Full]
Bởi duccv trong diễn đàn Download Offline Game Phiêu lưu - Kinh dịTrả lời: 319Bài viết cuối: 09-29-2016, 06:17 AM -
[PC] BioShock Infinite-Black Box [Action|2013]
Bởi tmvsaigonvenus trong diễn đàn Download Game Offline Hành ĐộngTrả lời: 0Bài viết cuối: 09-29-2016, 01:51 AM -
[PC ] Joe Dever's Lone Wolf HD Remastered [Action|2014]
Bởi seonghe trong diễn đàn Download Game Offline Nhập VaiTrả lời: 58Bài viết cuối: 09-28-2016, 10:52 AM -
[PC] SunAge Battle for Elysium Remastered PROPER-có đẹt [Action|2014]
Bởi muabanxe trong diễn đàn Download Game Offline Hành ĐộngTrả lời: 0Bài viết cuối: 12-30-2014, 01:03 AM -
[MF] BioShock 2 - Địa ngục mới dưới đáy biển
Bởi hungneu trong diễn đàn Download Game Offline Hành ĐộngTrả lời: 3Bài viết cuối: 09-17-2014, 07:11 PM
1. **Máy rung vùng kín là gì?** Máy rung vùng kín là thiết bị cá nhân chủ nghĩa được thiết kế để hỗ trợ cải thiện khoái cảm dục tình hoặc giúp thư giãn thân. Thiết bị này thường được làm từ các...
Công dụng và lợi ích của máy rung vùng kín: Điều cần lưu ý