Cannot run any application from extern HDD

LMV

Honorable
May 14, 2013
3
0
10,520
Hi, i just reinstalled my windows XP 32 bit and when I first time plug in my extern HDD (1tb WD) it was normally detected by windows and installed proparly
I can open it and browse files normal but when I want install something like a drivers (GPU, audio for example) it says NSIS.error or PackageForTheWeb error or something like The system cannot find the path specified.
But, when i move instalation file on desktop (somewhere on HDD) i can run it without any problems.
Where could be problem ?
thanks for answers
regards
 
Solution
i fixed it before than anyone even read it lol
When i clicked on a file and choose properties, down in a tab was Security: This file came from another computer and might be blocked.
Everything what u need to do is gpedit.mcs -> User Config -> Administrative templates -> Windows Components -> Attachment Manager -> ENABLE "Do not preserve zone information in file attachments"
This will only help with new files what you download from IE
If you need your old files (like me) you will need download Streams.exe from http://technet.microsoft.com/en-us/sysinternals/bb897440.aspx copy and paste streams.exe in Windows directory (almost in all cases it's C:/Windows)
Next step is, Start -> Run -> cmd and write streams -d filename (only if you...
These links may help with the NSIS error:
http://answers.microsoft.com/en-us/windows/forum/windows_7-system/nsis-error/4e2c6938-8727-4cc8-b783-557e5d0e9f26
http://en.kioskea.net/faq/1966-nsis-error-cannot-install-softwares
http://nsis.sourceforge.net/Why_do_I_get_NSIS_Error

This may help with the Package For The Web error message:
http://consumerdocs.installshield.com/selfservice/viewContent.do?externalId=Q108249&sliceId=1

Can you open other files from the external drive? Files other than install files that is.
 

LMV

Honorable
May 14, 2013
3
0
10,520
i fixed it before than anyone even read it lol
When i clicked on a file and choose properties, down in a tab was Security: This file came from another computer and might be blocked.
Everything what u need to do is gpedit.mcs -> User Config -> Administrative templates -> Windows Components -> Attachment Manager -> ENABLE "Do not preserve zone information in file attachments"
This will only help with new files what you download from IE
If you need your old files (like me) you will need download Streams.exe from http://technet.microsoft.com/en-us/sysinternals/bb897440.aspx copy and paste streams.exe in Windows directory (almost in all cases it's C:/Windows)
Next step is, Start -> Run -> cmd and write streams -d filename (only if you have problem with one file) and when you want to unblock folder or (in my case) whole disk (it doesnt matter if it's external HDD or just HDD, whatever) write streams -s -d C:\foldername or just C:\ for whole disk

it fix my problems, i just want to share it with you
 
Solution