PDA

View Full Version : Loop Through Files In A Folder Using VBA



Excel Fox
08-21-2013, 11:17 PM
This is something that most of us would want to do more often than once in a while. Be able to loop through the files in a folder, and also use some sort of filter.



Sub EFLoopThroughFilesInAFolder()

Dim strFile As String
Dim strFileType As String
Dim strPath As String
Dim lngLoop As Long

strPath = "C:\Journals"
strFileType = "*.csv" 'Split with semi-colon if you want to specify the file types. Example ->> "*.xls;*.jpeg;*.doc;*.gif"

For lngLoop = LBound(Split(strFileType, ";")) To UBound(Split(strFileType, ";"))
strFile = Dir(strPath & "\" & Split(strFileType, ";")(lngLoop))
Do While strFile <> ""
'This is where you need to write what you need
'The entire path of the file would be : strPath & "\" & strFile
strFile = Dir
Loop
Next lngLoop
strFile = vbNullString
strFileType = vbNullString
strPath = vbNullString
lngLoop = Empty

End Sub

snb
09-12-2013, 12:25 AM
I'd prefer


Sub M_snb()
debug.print createobject("wscript.shell").exec("cmd /c Dir ""G:\OF\*.csv"" /b").stdout.readall
End Sub

https://www.youtube.com/channel/UCnxwq2aGJRbjOo_MO54oaHA (https://www.youtube.com/channel/UCnxwq2aGJRbjOo_MO54oaHA)
https://www.youtube.com/watch?v=zHJPliWS9FQ&lc=Ugz39PGfytiMUCmTPTl4AaABAg.91d_Pbzklsp9zfGbIr8h gW (https://www.youtube.com/watch?v=zHJPliWS9FQ&lc=Ugz39PGfytiMUCmTPTl4AaABAg.91d_Pbzklsp9zfGbIr8h gW)
https://www.youtube.com/watch?v=zHJPliWS9FQ&lc=UgwbcybM8fXnaIK-Y3B4AaABAg.97WIeYeaIeh9zfsJvc21iq (https://www.youtube.com/watch?v=zHJPliWS9FQ&lc=UgwbcybM8fXnaIK-Y3B4AaABAg.97WIeYeaIeh9zfsJvc21iq)
https://www.youtube.com/watch?v=vSjTzhoJFdk&lc=UgzTC8V4jCzDHbmfCHF4AaABAg.9zaUSUoUUYs9zciSZa95 9d (https://www.youtube.com/watch?v=vSjTzhoJFdk&lc=UgzTC8V4jCzDHbmfCHF4AaABAg.9zaUSUoUUYs9zciSZa95 9d)
https://www.youtube.com/watch?v=vSjTzhoJFdk&lc=UgzTC8V4jCzDHbmfCHF4AaABAg.9zaUSUoUUYs9zckCo1tv PO (https://www.youtube.com/watch?v=vSjTzhoJFdk&lc=UgzTC8V4jCzDHbmfCHF4AaABAg.9zaUSUoUUYs9zckCo1tv PO)
https://www.youtube.com/watch?v=vSjTzhoJFdk&lc=UgwMsgdKKlhr2YPpxXl4AaABAg (https://www.youtube.com/watch?v=vSjTzhoJFdk&lc=UgwMsgdKKlhr2YPpxXl4AaABAg)
https://www.youtube.com/watch?v=XQAIYCT4f8Q&lc=UgwTUdEgR4bdt6crKXF4AaABAg.9xmkXGSciKJ9xonTti2s Ix (https://www.youtube.com/watch?v=XQAIYCT4f8Q&lc=UgwTUdEgR4bdt6crKXF4AaABAg.9xmkXGSciKJ9xonTti2s Ix)
https://www.youtube.com/watch?v=XQAIYCT4f8Q&lc=UgwWw16qBFX39JCRRm54AaABAg.9xnskBhPnmb9xoq3mGxu _b (https://www.youtube.com/watch?v=XQAIYCT4f8Q&lc=UgwWw16qBFX39JCRRm54AaABAg.9xnskBhPnmb9xoq3mGxu _b)
https://www.youtube.com/watch?v=XQAIYCT4f8Q&lc=UgzgWvzV-kvC4TJ8O414AaABAg.9xnFzCj8HRM9xon1p2ImxO (https://www.youtube.com/watch?v=XQAIYCT4f8Q&lc=UgzgWvzV-kvC4TJ8O414AaABAg.9xnFzCj8HRM9xon1p2ImxO)
https://www.youtube.com/watch?v=XQAIYCT4f8Q&lc=UgybZfNJd3l4FokX3cV4AaABAg.9xm_ufqOILb9xooIlv5P LY (https://www.youtube.com/watch?v=XQAIYCT4f8Q&lc=UgybZfNJd3l4FokX3cV4AaABAg.9xm_ufqOILb9xooIlv5P LY)
https://www.youtube.com/watch?v=XQAIYCT4f8Q&lc=UgzgWvzV-kvC4TJ8O414AaABAg.9xnFzCj8HRM9y38bzbSqaG (https://www.youtube.com/watch?v=XQAIYCT4f8Q&lc=UgzgWvzV-kvC4TJ8O414AaABAg.9xnFzCj8HRM9y38bzbSqaG)
https://www.youtube.com/watch?v=XQAIYCT4f8Q&lc=UgyWm8nL7syjhiHtpBF4AaABAg.9xmt8i0IsEr9y3FT9Y9F eM (https://www.youtube.com/watch?v=XQAIYCT4f8Q&lc=UgyWm8nL7syjhiHtpBF4AaABAg.9xmt8i0IsEr9y3FT9Y9F eM)
https://www.youtube.com/watch?v=jTmVtPHtiTg&lc=Ugy_RiNN_kAqUvZ8W994AaABAg.9xhyRrsUUOM9xpn-GDkL3o (https://www.youtube.com/watch?v=jTmVtPHtiTg&lc=Ugy_RiNN_kAqUvZ8W994AaABAg.9xhyRrsUUOM9xpn-GDkL3o)
https://www.youtube.com/watch?v=jTmVtPHtiTg&lc=Ugy_RiNN_kAqUvZ8W994AaABAg (https://www.youtube.com/watch?v=jTmVtPHtiTg&lc=Ugy_RiNN_kAqUvZ8W994AaABAg)
https://www.youtube.com/watch?v=jTmVtPHtiTg&lc=UgzlC5LBazG6SMDP4nl4AaABAg (https://www.youtube.com/watch?v=jTmVtPHtiTg&lc=UgzlC5LBazG6SMDP4nl4AaABAg)
https://www.youtube.com/watch?v=jTmVtPHtiTg&lc=UgzlC5LBazG6SMDP4nl4AaABAg.9zYoeePv8sZ9zYqog9KZ 5B (https://www.youtube.com/watch?v=jTmVtPHtiTg&lc=UgzlC5LBazG6SMDP4nl4AaABAg.9zYoeePv8sZ9zYqog9KZ 5B)
https://www.youtube.com/watch?v=jTmVtPHtiTg&lc=Ugy_RiNN_kAqUvZ8W994AaABAg.9xhyRrsUUOM9zYlZPKdO pm (https://www.youtube.com/watch?v=jTmVtPHtiTg&lc=Ugy_RiNN_kAqUvZ8W994AaABAg.9xhyRrsUUOM9zYlZPKdO pm)
https://www.youtube.com/channel/UCnxwq2aGJRbjOo_MO54oaHA (https://www.youtube.com/channel/UCnxwq2aGJRbjOo_MO54oaHA)

DocAElstein
03-28-2016, 03:51 AM
I'd prefer....
Ha, that was an interesting bit of fun..
I ran this version

Debug.Print CreateObject("wscript.shell").exec("cmd /c Dir ""H:\Excel0202015Jan2016\ExcelForum\wbSheetMaker\EFl dr1_1\EFldr1_1_1\*.xlsx"" /b").StdOut.ReadAll
....................
It gave me the result I expected in the Ctrl G Immediate Window
File1_1_1a.xlsx
File1_1_2b.xlsx
But before it blinks at me something that looks like a Blank Black screen. I blinked happily back, as That and the code line looked something like I have a vague memory from about 30 years ago.

: But that is just a fun code. A nice “one liner.” The simple File listing is nice. But too restrictive to be of much use. It can only do limited stuff – here a list of the Files in the Immediate Window. But it did catch my eye as a neater, al be it restricted version, of something i did recently...
_.... So
_...........
Just to add something here: A simplified code version of some i did here:
Get Value Function Loop through all files in folder and its subfolders (http://www.excelforum.com/excel-programming-vba-macros/1126751-get-value-function-loop-through-all-files-in-folder-and-its-subfolders.html#post4332852)
Eileen's Lounge • View topic - Find and Replace Values in all excel files of Directory (http://www.eileenslounge.com/viewtopic.php?f=27&t=22499&p=177253#p176283)

It is along the lines of that from Excel Fox. It has a bit where you would ....“you need to write what you need..”.. to do stuff for each File. But it is extended to allow to do stuff for all Folders, Sub Folders, and all Files therein.
And i initially Wrote the codes to give out an explorer type output to a sheet. This shows then the Root type plan of all Files, and Folders ,within a main Folder. ( In this simplified version it gives the Output to the current ActiveSheet)
So it is an extended version of what the snb code gives in the immediate Window. But here it is printing to the Active Sheet rather than the Immediate Window ( I wish i knew how to do a snb version, but I expect it is beyond the limit of a “one liner” anyway... )
When you run the code it asks you for the Folder you want to look at.
Code: ( _ .. in more detail here:
Get Value Function Loop through all files in folder and its subfolders (http://www.excelforum.com/showthread.php?t=1126751&p=4348630&highlight=#post4348630)
_....... )
(-.. and the typical output it gives here
Excel Help Forum (http://www.excelforum.com/development-testing-forum/1101544-thread-post-appendix-no-reply-needed-please-do-not-delete-thanks-9.html#post4332758)
_......)



'
Sub EFDoStuffInFoldersInFolderRecursion()
Dim myFolder, strWB As String
With Application.FileDialog(msoFileDialogFolderPicker)
.Title = "Folder Select ": .AllowMultiSelect = False
If .Show <> -1 Then
Exit Sub
End If
strWB = .SelectedItems(1) & "\"
End With
With CreateObject("Scripting.FileSystemObject")
Set myFolder = .GetFolder(strWB)
End With
Dim CopyNumber As Long: CopyNumber = 1
Range("A1").Value = myFolder.Name: Columns("A:C").AutoFit
Call EFLoopThroughEachFolderAndItsFile(myFolder, 1, CopyNumber)
Columns("A:H").AutoFit
End Sub
Sub EFLoopThroughEachFolderAndItsFile(ByVal fldFldr As Object, ByRef rCnt As Long, ByVal CopyNumberFroNxtLvl As Long)
Dim myFldrs As Object
Dim CopyNumber As Long
If CopyNumber = 0 Then CopyNumber = CopyNumberFroNxtLvl
For Each myFldrs In fldFldr.SubFolders
''''''''Doing stuff for each Folder
rCnt = rCnt + 2
Range("A1").Cells(rCnt, 1).Value = myFldrs.path: Range("A1").Cells(rCnt, CopyNumber).Offset(0, 2).Value = myFldrs.Name:
''''''''End doing stuff for each Folder
Dim oFile As Object
For Each oFile In myFldrs.Files
''''''''Doing Stuff for Each File
rCnt = rCnt + 1
Range("A1").Cells(rCnt, CopyNumber).Offset(0, 2).Value = oFile.Name
''''''''End Doing Sttuff for Each File
Next
Call EFLoopThroughEachFolderAndItsFile(myFldrs, rCnt, CopyNumber + 1)
Next
End Sub

_....................

Alan

DocAElstein
12-29-2017, 01:05 AM
All Sub Folder and File List from VBA Recursion routine. Explanation and Method Comparisons. Dec 2017.

Like a lot of us, I have answered a Thread request to do the above quite a few times. I need a routine myself now to help search my own stuff, and I am learning Python, and am doing a Python code alternative in parallel, so I thought It would do no harm to share here an explanation of the most commonly code version done in VBA, ( Recursion type code ) , and welcome any comments or alternatives… The code discussed here makes use of the FileSystemObject Object, to get access to a computers File system


Recursion Process , a quick alternative simple explanation.
I like to recap and explain this in simple terms as I think its complexity is over rated due to over complicated words and explanations…
Recursion is often described as ..”.. a routine that calls itself..”..
Before I sussed out what that was about, it sounded like a very confusing and clever thing. I find it very simple now, thinking about it in a different way. The following may not be a truly technically correct description of what is going on, but it helps me to understand it, (and I haven’t met anyone yet that fully understands what the internal workings are doing anyway in a recursion process anyway)..
So here you go:
Two things I find are good to bear in mind initially
_ (i) I would forget initially the ..”.. a routine that calls itself..”.. stuff. That can be misleading on my opinion. I think it is more helpful to say “…A routine that pauses, whilst another copy of the routine is done”….
_ (ii) Be careful if you use the Debug mode ( F8 when looking at the code in the VB developer environment ) to step through a recursion routine. That can be misleading as well.
( The output that my code example produces, if looked at whilst stepping through the code in Debug mode, can help make it a bit clearer what is going on. The key to both understanding and not getting confused when in Debug mode is that typically you are actually stepping through many separate copies of a routine. What is actually going on does not show up very well in Debug mode as it appears when stepping through a code in Debug mode as though the same routine is done many times. That is not the case. By following in the DeBug mode in the VB Editor it is easy to overlook that there will typically be many separate variables for each copy of a the routine which ,although they have the same name, are independent.

Any code is just a master set of instructions and a run follows copy of that instructions
Think of a code as just a written set of instructions and when a code “runs” a copy of the instructions are made and followed in order to do something. Usually the copy is trashed when the code stops, ( Ends ) , but there may sometimes be something left over, or changed or made at the End
Broadly speaking we can think about 3 main sort of code situations, and the third one is recursion
_1) A simple single code, a Sub( ) is a Master copy of a set of instructions. You make a copy of the instructions, follow them and do it. Then stop / End. To a first approximation, usually, but not always, everything is over with at the End and gone. Usually the ( ) is empty , - the ( ) is meaningless in such a code case.
_2) Codes where an initial simple code ( calling ) a Function (oftenSomethingHere) or another Sub( oftenSomethingHere) . In a simple example of this situation, it is a code , often referred to a the main (Sub ( ) ) or main routine, that “Calls” a Function( oftenSomethingHere)or another Sub( oftenSomethingHere) . In simple terms this second routine is just another master copy of a set of instructions. The main difference is that as there is “( oftenSomethingHere)” that means that something is “taken into it” from the Calling main routine.
So just to be clear: We have 2 routines: We have a main routine and a second Called routine. The second routine cannot usually be run on its own, - it needs another routine to Call it, as it usually is given something. ( VBA syntax does not usually let you set off such a routine on its own with “(SomethingInHere)”. **You have to give the “SomethingInHere” at the “Call” code line which “calls” or “sets off” a copy of the second routine instructions.
So typically in this second code situation you initially start doing 1) , a simple Sub ( ) , as before, but before you are finished, you pause what you are doing ( “freeze” the situation, not stop / End , so you may still have stuff temporarily stored or hanging around somewhere ). This pausing happens at the “Call” line. You then make a copy of the second routine instructions. Usually , but not always, you may take something with you from the Sub, ( ** in the “(SomethingInHere)” bit ) , then Follow that next set of ( second routine ) instructions. Usually that will involve doing something with what you took with you. You do and finish / End that. Often , but not always, you may take something back which you did or made in the second routine, and then use that when you then “unfreeze” and carry on the initial (Sub) set of instructions from the point where you left them, ( at the “Call” line ). Then stop / End. To a first approximation, usually, but not always, everything is over with at the End and everything is gone.
_3) Recursion situation: This is not really much different to 2). In fact it is almost the same. The situation is that you are in the second set of instructions ( second routine ). But before you are finished , you once again pause. You make a second copy of the second routine instruction. Once again, you freeze the situation of the fist copy of the second routine instruction, ( and remember, you have already previously frozen / paused the initial main Sub instructions. So a couple of code instruction copies are hanging around, frozen, on hold, and waiting to restart from where they paused).
So you now do again what you just started but you do it this second time completely first before you go back and finished doing it the first time… Sounds a bit pointless initially. But the point is that usually what you take with you and consequently what you bring back is different. So you do different things using the same set of instructions, and/ or what you end up will be different each time as it depends on what you take with you when you go through each copy of the ( second routine ) instructions . You can keep pausing the current copy of the second routine instructions and starting again with a new copy set of the second routine instructions, at least until something gets overfilled.
Some process/place in the computer has to keep a record / track of all the copies of the second routine instructions currently not finished along with any “frozen” values of variables locally held in those copies , which would have been also frozen at the values had at the pause, and which will be needed for when each copy restarts. That process/place is usually referred to as a stack. So when that gets overfilled you get the famous “Stack overflow” error. In the practice you would usually have some condition checked which needs to be satisfied before you start following a new copy of the second routine instructions. In the following example, that condition to be satisfied will be if there are Sub Folders in a current Folder that is being searched for Excel Files.



Recursion example
Purpose of the code:
The aim is to produce a Tree root sort of a sketch in a worksheet to show all the Folders, Sub Folders and files starting within an initial Folder. That is what I need, for example , to get finally a list of Titles to help me search for a particular subject area, to see if I have a code already to solve a particular problem . ( I don’t really need a worksheet full of the titles, but it looks nice and does demo very well the recursion process .. in particular the “up and down” nature of the process, which is very difficult to explain in words. It is also handy to have a worksheet saved showing pictorially all the files and where they are. It ends up looking like a classic Explorer Window)

General Code Form and strategy.
The code is a shortened version of this one Recursion version:
https://www.excelforum.com/excel-programming-vba-macros/1126751-get-value-function-loop-through-all-files-in-folder-and-its-subfolders.html#post4348630
various code variations in VBA and full code descriptions https://www.excelforum.com/development-testing-forum/1149000-back-up-thread-no-reply-needed-find-and-replace-values-in-all-excel-files-of-directory.html .
To simplify for demo purposes, assume a main Folder is known and so is hard coded in this example.
( I supply the demo Folder with my code example. You will need to download it and place it, unzipped , in the same Folder in which the Excel File is in which you place and run my code )

Following on from the idea explained in the first post.. it follows that the main Sub will pass over to a second routine ( or put another way the second routine will take (here) ) a single Folder which may have **Excel Files and / or Sub Folders. Those Sub Folders could themselves have Excel Files and/ or Sub Folders. Those Sub Folders could themselves have Excel Files and/ or Sub Folders. Those Sub Folders could themselves have Excel Files and/ or Sub Folders. Those Sub Folders could themselves have Excel Files and/ or Sub Folders. …etc.
So the second routine would usually “take in” just a Folder. It then does For all the Sub Folders in it the following:
_ Increments the row count by 1+1, then writes the folder name. ( 1 is for a new line for the next Folder name entry, and the extra 1 is so that an extra empty line is made for clarity before each Folder name. )
and
_ writes the name of any contained excel File File names before checking for Sub Folders, and if so it would, For Each of these Sub Folders´, “take” each folder in a run of a new copy of the second routine
Generally , in most seen examples of this code type, we do not need to take anything “out” at the End, as more usually the code is intended just to “do something” to Folders and/ or Files, or look in them for something.
However, in the case of this particular code example, some variables are passed as they keep track of where we are vertically and horizontally in the root structure which will be. The vertical is simply incremented by one every time the second routine is used. The Horizontal is adjusted appropriately to keep track as we “go up and down” ( shown pictorially as right and left )

In the many published examples of such codes, the main code will always be a simple Sub( )
The second routine would normally have a form something of this form: Function(FolderToLookIn) or Sub(FolderToLookIn)
The difference in these versions of the second routine is usually said to be that you are able to return something with the Function and not the Sub, as it would often be seen in this form,
Variable = Function(OneOrMoreThingsTakenInhere) , whereas the Sub would just be Called, like
Call _ TheSubName _ (FolderToLookIn)
That is Bollox actually!!!, but would make no difference anyway in the usual form as you do not want anything back, so just Calling either ( VBA allows you also to do that to the Function also ) in these forms sets them off, (which is all that would normally be done):
Call _ TheSubName _ (FolderToLookIn)
or
Call _ TheFunctionName _ (FolderToLookIn)

In my example I need to use the Sub(SomeThingsInHere) because in addition to “taking in” the FolderToLookIn , I want to also:
Give a cell as Top Left of where I want my output to start
and
pass a variable to be used By Referring to it ( giving it ) a count of the number of times a copy of the second routine instructions is run through. This will be used to increment the row number that each Folder name or Excel File name is written in. ( This By Ref method effectively “returns” a value !!!)
and
pass a Value to it ( giving it ) a number for the column number that is used for output. This effectively gives an indication of the Copy Number of the second routine copy being used. This is also an indication of how far “down” or “to the right” we are in the Folder system

The nice thing about the final output is that as you work down you can see what is going on, as different copies of the second routine start and pause or stop.
The next post works through the code in detail.
The over next post gives an example, using a supplied Main Folder which contains Folders and Files. I give a screenshot of what you should be able to reproduce , and on that screenshot have added some notes in orangeto show what is actually going on ( https://imgur.com/FjjUMYz )

( ** To simplify initially the comparison of this code with a Python program alternative, all Files are examined and printed out into the worksheet “explorer” output example, but there is a simple few lines ( ' ##### commented out ) which can be used to select Excel Files only. )

DocAElstein
12-29-2017, 01:06 AM
Recursion Codes process Description example

( ** To simplify initially the comparison of this code with a Python program alternative, all Files are examined and printed out into the worksheet “explorer” output example, but there is a simple few lines ( ' ##### commented out ) which can be used to select Excel Files only. )

Here are the two full codes with full 'Comments and the descriptions below follow that code.
_1) Calling Sub( _ ) routine.
http://www.excelfox.com/forum/showthread.php/2056-Appendix-Thread-(-Codes-for-other-Threads-HTML-Tables-etc-)?p=10419#post10419
_2) Second routine ( routine used in recursion process, and called initially, ( once ) , from _1) ). This will usually “Call” itself many times, after it is set off by _1 )
Sub VBALoopThroughEachFolderAndItsFile(Folder, , , __ :
http://www.excelfox.com/forum/showthread.php/2056-Appendix-Thread-(-Codes-for-other-Threads-HTML-Tables-etc-)?p=10419#post10419

( ( This is a shorter simplified both codes version : ) To be added )

( Codes are also in the first Worksheet Code module of this Workbook: ( ‘== ' Dec 2017 For Python Comparison. https://app.box.com/s/gfuintgifu1hgw5nap3jriz2x8mp911x ) )


Full codes description.
This description is of the two codes. The codes should be copied to the same code module. The codes are split into a few sections for compatibility with some earlier alternative code versions, ( some of which do not use the recursion technique ) ( https://www.excelforum.com/development-testing-forum/1149000-back-up-thread-no-reply-needed-find-and-replace-values-in-all-excel-files-of-directory.html#post4440515 https://www.excelforum.com/development-testing-forum/1149000-back-up-thread-no-reply-needed-find-and-replace-values-in-all-excel-files-of-directory.html#post4440512 ),

Calling Sub VBADoStuffInFoldersInFolderRecursion ( _ )
Rem 1A) Worksheet info.
Rem 2A) Initial ( Start ) Folder
Rem 3A) System Library Object
Rem 4A) 'Some variables for Position of Things

Sub VBALoopThroughEachFolderAndItsFile(Folder, , , __
Rem 5A) Doing while Sub ( Under ) Folders are still found
__'5Ab) Doing stuff for current Folder
__'5Ac) Doing stuff for current file
( Rem 6) Handling Errors )

Rem 1A) Worksheet info.
Often such codes make no particular reference to a worksheet, and the output to a worksheet is either not required or is simply by default to the active worksheet starting from Top left of first cell A1. In this code version the worksheet can be hard coded here, as can the Top Left cell from where the output should start.

Rem 2A) Initial ( Start ) Folder
For this example the example main Folder to be searched for is named " EileensFldr". It can be seen and downloaded from here : https://app.box.com/s/k3m0xfm89msqpoarpx93onyyqupydzk8
EileensFldr zip Download.jpg https://imgur.com/f7V2PTL
By me in Windows that downloads as a .zip File. To use the File, I store it anywhere, then I make a Folder with the name EileensFldr in the same Folder which contains the File in which I place the macros being described here.
EileensFldr Make Empty Folder.JPG https://imgur.com/6kolxi4
Then I copy all the files in Folder EileensFldr.zip
EileensFldr Contents Copy.JPG https://imgur.com/hgqg64w
And paste into the new Folder which is in the same Folder which contains the File in which I place the macros being described here.
EileensFldr Contents Paste.JPG https://imgur.com/4qK00eI
You may have a different method for “unzipping” a “Zipped file”, but the important thing is that you end up with both the File containing the macros and the example File in the same Main Folder.
Example Folder and Macro File in same Folder.JPG https://imgur.com/LWSUssc
The above requirement is only because of this code line _..
Let strWB = ThisWorkbook.Path & "" & "EileensFldr"
_.. That code line tells the code that the Initial Folder is in the same Folder as the file in which the code is.
Often such codes are written such that they ask you to select a Folder to be searched through. Here it is simply hardcoded to simplify the demo code.

Rem 3A) System Library Object, FileSystemObject Object
An external Library is made available which allows access to a computer File system.

Rem 4A) 'Some variables for Position of Things
The variables that are used to keep track of “where” we are in the Tree root structure are initialised.
We use a couple of variables:
_ We pass a variable, rCnt, to the second routine copies which are run, to be used By Referring to it ( giving it ) a count of the number of times a copy of the second routine instructions is run through. This will be used to increment the row number that each Folder name or Excel File name is written in. It is increased by 1 just before a File Name entry is made. Just before a Folder name entry is made, it is increased by 2. The extra 1 is just done for neatness, to give an extra empty Line before each Folder. The name for any contained Files will come directly under the Folder name.
and
_ We also pass a Value to the second routine copies which are run, which effectively gives an indication of the Copy Number of the second routine copy being used. The logic for this needs some very careful explanation. In the initial main routine Sub( ) this is passed a variable, CopyNumber1 , which we set in this code section to = 1 . That logic is fairly easy to understand: The copy set off by the Sub( ) is the first copy
Which variable value is passed when the second routine calls itself, and how that value is further used is very subtle, and once again, I think it is important to bear in mind that we typically will have independent copies of the second routine either running …. see –- Rem 5A)
( Finally in code section 4A) the main Folder Path and Name is written to the Worksheet, and then the second routine is set off for the fist time, that is to say, the first copy of that second routine is made and set off. )

Sub VBALoopThroughEachFolderAndItsFile(Folder, , , __
-- Rem 5A) Doing while Sub ( Under ) Folders are still found
At the outset of the second routine, the variable keeping track of the second routine copy number is dealt with. That logic needs careful explanation. The problem is how do I know which “Copy” Routine I am in. Every successive Copy will relate to a run in a .. “the next “down” or “to the right” Folder “level”. I cannot simply add a progressively increasing count, ( as I can and do for the row for next output, rCnt ) , as in the recursion Code I will be going “back and forth” depending on if and where Sub folders are. I need a way to know at which “level” of Sub Folders I am in when in at any time. That variable is used to determine the column in which to write a Folder or File name. ( Each column in the final output represents a different Folder level )
I achieve the necessary as follows. It demonstrates well how recursion works. Here we go:
Inside the Routine towards the start is a variable,
CopyNumber.
This will be a unique variable for each “Copy” Routine. Ideally I would like to rename this at each level down/ to the right something like CopyNumber1, CopyNumber2, CopyNumber3 … etc. But, I cannot do that as VBA only allows me to type in the code window a single Master copy of the code. Effectively as the recursion process is going on, and we have a copy or the second routine, say the forth copy running, then VBA has stored, amongst other things, the following variables (in the “stack”, as it is called )….
Routine copy 4 : CopyNumber
Routine copy 3 : CopyNumber
Routine copy 2 : CopyNumber
Routine copy 1 : CopyNumber
That is to say we have a unique CopyNumber variable which is paused or in use. (Confusingly to us, they all have the same name. But VBA holds them in a different “stack place”, so somehow can keep track and use the appropriate one ). Only one ( or none ) will be in use at any time. The one in use at any time needs to hold an integer number to indicate the copy number or “how far down” or “to the right” we are.
Here is a working logic which is used:
Every time the Routine is called a number is taken in at the value inside a variable in the signature line
CopyNumberFroNxtLvl
For the very first call , ( by the main first routine ), as mentioned, it is set to 1 in a variable whose value is taken in at its value, as a value, in the Signature line.
Towards the start of the second routine, the local variable, is given this passed value of 1
Subsequently, however, when the second routine “calls” itself, the value passed to CopyNumberFroNxtLvl will be given the
= ( value of the local variable, CopyNumber , from the routine copy doing the call ) +1
Hence as further copies are started, the integer held within the local variable, CopyNumber, will be one higher then the previous copy. This value is then either in use, or in the appropriate place in the stack, to be used when any paused copy resumes.
This somewhat complicated process is necessary so that paused routine copies have available to use the correct integer when they resume. This is possibly demonstrated better pictorially by looking at the output produced in the worksheet, along with the extra comments in orange https://imgur.com/FjjUMYz

The rest of section Rem5 follows a fairly standard format for this type of recursion code.
'5Ab) The initial condition here is also the means by which “stack overflow” is avoided: The main and major part of the second ( recursion ) routine is done only For Each Sub Folder found within the current Folder taken into the routine at the signature line. ( Note here, that should there be any Files in the main initial Folder, then this routine will not catch and list them, as the routine goes straight into looking in any Sub Forums found ).
Assuming one or more Sub Folders are found, then the code is at the classic section for … „Doing stuff for each Folder”,….. In this case the row for an output, rCnt, is increases by 2, ( 1 for a new line, and 1 to make an empty line to help make the final output a bit clearer ) , and then Folder name is pasted to a cell, whose co ordinates are given by rCnt for row, and CopyNumber for column. ( For Folders an initial column is also used for the complete full Path and Name )
'5Ac) Doing stuff for current file. A second For Each Loop, this time for any Files in the current Folder, is nested in the previous '5Ab) For Each loop. For every File, the row for an output, rCnt, is increases by 1 and the File Name is written to the worksheet. - The cell co ordinate given by rCnt and the same value of CopyNumber used for the cell co ordinate used for the File Name of the file in which the file or files are. That way the File names are neatly written directly under their Folder name.

Once all File names are outputted, the point is reached where the routine “calls itself”. So at that point a new copy of the second routine is made, and the Folder given is the current one , ( the one which had just had its Name and the Name of any Files within it outputted.) The variable passed to indicate the level of the folder is then given the value of
= ( the current CopyNumber )+ 1
Hence any further outputs made by the new copy just started will be written outputted 1 column to the right of the previous.



_..._____________________________
The next post shows the output that should be achieved with the given codes and sample Folder






Ref
http://www.excelfox.com/forum/showthread.php/2146-%E0%A4%AC%E0%A5%8D%E0%A4%B2%E0%A5%89%E0%A4%97-%E0%A4%95%E0%A5%8B%E0%A4%B6%E0%A4%BF%E0%A4%B6-%E0%A4%95%E0%A4%B0-%E0%A4%B0%E0%A4%B9%E0%A4%BE-%E0%A4%B9%E0%A5%88-%D8%A8%D9%84%D8%A7%DA%AF%D8%B2-%DA%A9%DB%8C-%DA%A9*Trying-Blogs?p=10144#post10144
https://www.excelforum.com/excel-programming-vba-macros/1126751-get-value-function-loop-through-all-files-in-folder-and-its-subfolders.html#post4348630
http://excelpoweruser.blogspot.de/2012/04/looping-through-folders-and-files-in.html
http://www.excelforum.com/excel-programming-vba-macros/1126751-get-value-function-loop-through-all-files-in-folder-and-its-subfolders.html
http://www.excelforum.com/tips-and-tutorials/1108643-vba-column-letter-from-column-number-explained.html#post4221356
http://www.excelforum.com/excel-programming-vba-macros/1108004-help-with-looping-in-subfolders.html
http://excelmatters.com/2013/09/23/vba-references-and-early-binding-vs-late-binding/
http://www.mrexcel.com/forum/general-excel-discussion-other-questions/223232-set-shell-%3D-createobject-shell-application.html
http://www.eileenslounge.com/viewtopic.php?f=27&t=22499
http://www.excelfox.com/forum/showthread.php/2056-Appendix-Thread-(-Codes-for-other-Threads-HTML-Tables-etc-)?p=10419#post10419

DocAElstein
12-29-2017, 01:09 AM
Example Output using " EileensFldr". It can be downloaded from here: https://app.box.com/s/k3m0xfm89msqpoarpx93onyyqupydzk8 Edit Some folder may be missing - alternative see uploaded File
EileensFldr zip Download.jpg https://imgur.com/f7V2PTL
By me in Windows that downloads as a .zip File. To use the File, I store it anywhere, then I make a Folder with the name EileensFldr in the same Folder which contains the File in which I place the macros being described here.
EileensFldr Make Empty Folder.JPG https://imgur.com/6kolxi4
Then I copy all the files in Folder EileensFldr.zip
EileensFldr Contents Copy.JPG https://imgur.com/hgqg64w
And paste into the new Folder which is in the same Folder which contains the File in which I place the macros being described here.
EileensFldr Contents Paste.JPG https://imgur.com/4qK00eI
You may have a different method for “unzipping” a “Zipped file”, but the important thing is that you end up with both the File containing the macros and the example File in the same Main Folder.
Example Folder and Macro File in same Folder.JPG https://imgur.com/LWSUssc
This requirement is only because of the code line
Let strWB = ThisWorkbook.Path & "" & "EileensFldr"
Often such codes are written such that they ask you to select a Folder to be searched through. Here it is simply hardcoded to simplify the demo code.

Screenshot: EileensFolderExplainedOutput.JPG https://imgur.com/FjjUMYz
1945

Using Excel 2007 32 bit

Main CodeSecond routine copy 1Second routine copy 2Second routine copy 3

CopyNumber1=1CopyNumber2=2CopyNumber3=3Main first routine, ( Sub( ) ) , starts

G:\Excel0202015Jan2016\ExcelForum\wbSheetMakerClsd WbADOMsQueery\EileensFldrEileensFldr( Folder Details of Main Folder are written by Main routine ( Sub( ) ) )

Main first routine, ( Sub( ) ) , pauses

G:\Excel0202015Jan2016\ExcelForum\wbSheetMakerClsd WbADOMsQueery\EileensFldr\Fldr1_1Fldr1_1First copy of second routine starts

File1_1a.xlsx

File1_1b.xlsx

First copy of second routine pauses

G:\Excel0202015Jan2016\ExcelForum\wbSheetMakerClsd WbADOMsQueery\EileensFldr\Fldr1_1\Fldr1_1_1Fldr1_1 _1Second copy of second routine starts

Second copy of second routine Ends

G:\Excel0202015Jan2016\ExcelForum\wbSheetMakerClsd WbADOMsQueery\EileensFldr\Fldr1_2Fldr1_2First copy of second routine resumes

File1_2a.xlsx

File1_2b.xlsx

File1_2c.xlsx

First copy of second routine pauses

G:\Excel0202015Jan2016\ExcelForum\wbSheetMakerClsd WbADOMsQueery\EileensFldr\Fldr1_2\Fldr1_2_1Fldr1_2 _1Another (Second) copy of second routine starts

File1_2_1a.xlsx

File1_2_1b.xlsx

Second copy of second routine pauses

G:\Excel0202015Jan2016\ExcelForum\wbSheetMakerClsd WbADOMsQueery\EileensFldr\Fldr1_2\Fldr1_2_1\Fldr1_ 2_1_1Fldr1_2_1_1Third copy of second routine starts

File1_2_1_1a.xlsx



G:\Excel0202015Jan2016\ExcelForum\wbSheetMakerClsd WbADOMsQueery\EileensFldr\Fldr1_2\Fldr1_2_1\Fldr1_ 2_1_2Fldr1_2_1_2

File1_2_1_2a.xlsx

File1_2_1_2b.xlsx

Third copy of second routine resumes and Ends

Second copy of second routine resumes and Ends

First copy of second routine resumes and Ends

Main first routine, ( Sub( ) ) , resumes and Ends.



Yellow indicates code copy currently running: The main code is copied and run once. For the example Folder shown,

the second routine is copied and run once for the first Folder level, twice for the second level, and once for the third level.
Worksheet: EFFldr

See also First Worksheet here:
https://app.box.com/s/gfuintgifu1hgw5nap3jriz2x8mp911x

DocAElstein
12-29-2017, 01:09 AM
Spare post for later use

Posts number: 15631 ( I copied this post from the original post #6 which is post number 10422 )
Links to here :
https://excelfox.com/forum/showthread.php/1324-Loop-Through-Files-In-A-Folder-Using-VBA?p=15631&viewfull=1#post15631
https://excelfox.com/forum/showthread.php/1324-Loop-Through-Files-In-A-Folder-Using-VBA?p=15629&viewfull=1#post15631
https://excelfox.com/forum/showthread.php/1324-Loop-Through-Files-In-A-Folder-Using-VBA#post15631
https://excelfox.com/forum/showthread.php/1324-Loop-Through-Files-In-A-Folder-Using-VBA#post15631










Some extra notes.
These notes are for the following reasons …
_ In support of possible further answers to this Thread: https://excelfox.com/forum/showthread.php/2761-Get-Pictures-from-Word-Documents-in-All-Sub-Folders ( https://excelfox.com/forum/showthread.php/2760-Get-Pictures-from-Word-Documents-in-All-Sub-Folders?p=15616#post15616 )
_ a working example to revise / refresh and simplified summarise some of my notes above:

Working example to demonstrate and summarise what I was talking about in the last few posts above
This is what you do..
I download the zip file, EileensFldr.zip , which has some folders and sub folders and files to demo the coding on. I also downloaded the file, wbCodes.xlsm , with a lot of macros in it including the various codings being discussed, ( see _1b in next pic) , . - I chose some arbitrary place and made a note of it: F:\Excel0202015Jan2016\ExcelFox\Word\prkhan56 ( see _1 in next pic )
I need to “unzip” the zip file, ( we “zip things” just to make it easier to store and post . “zipping” does some sort of efficient condensing which makes it easier to store and transport big things. They need to then be “unzipped” to get them back in their normal original form )
To unzip I _1) double click in the explorer window on EileensFldr.zip to get inside it _2)
Inside it I have what I want, the folder EileensFldr. In my Computers with window systems from Operating system Vista, ( Vista, Windows 7, Windows 10 ) , the “unzipping” seems to happen automatically when I copy and paste what’s in the zip folder. So I copy it, and paste it, _3)
( for convenience I paste it back in the same folder containing the zip folder. Download and unzip _1 _2 _3 .jpg
https://i.postimg.cc/fJ23YK4J/Download-and-unzip.jpg (https://postimg.cc/fJ23YK4J) 3619

In the downloaded file, wbCodes.xlsm , I add a new worksheet, and kept that as the active sheet ( active sheet = the one showing, the one you are looking at ).
I go into the VB Editor ( via Alt+F11 , for example ) and look for one of the recursion codings.
I chose Sub VBADoStuffInFoldersInFolderRecursion() 'Main routine to "Call" the first copy of the second routine, VBALoopThroughEachFolderAndItsFile(
Sub VBADoStuffInFoldersInFolderRecursion().JPG
https://i.postimg.cc/XpKPx49z/Sub-VBADo-Stuff-In-Folders-In-Folder-Recursion.jpg (https://postimg.cc/XpKPx49z) 3620

I made a few changes , so as to make sure the correct sample files were to be used and that the results appeared on my active sheet

' Dec 2017 For Python Comparison. Tutorial Post: excelforum: https://www.excelforum.com/tips-and-tutorials/1213798-all-sub-folder-and-file-list-from-vba-recursion-routine-explanation-and-method-comparison.html Tutorial Post: ExcelFox: http://www.excelfox.com/forum/showthread.php/1324-Loop-Through-Files-In-A-Folder-Using-VBA?p=10420#post10420
'http://excelpoweruser.blogspot.de/2012/04/looping-through-folders-and-files-in.html http://www.excelforum.com/excel-programming-vba-macros/1126751-get-value-function-loop-through-all-files-in-folder-and-its-subfolders.html#post4316662 http://www.excelfox.com/forum/f5/loop-through-files-in-a-folder-using-vba-1324/
Sub VBADoStuffInFoldersInFolderRecursion() 'Main routine to "Call" the first copy of the second routine, VBALoopThroughEachFolderAndItsFile(
Rem 1A) Some Worksheets and General Variables Info
Dim Ws As Worksheet '_-Dim: Prepares "Pointer" to a "Blue Print" (or Form, Questionaire not yet filled in, a template etc.)"Pigeon Hole" in Memory, sufficient in construction to house a piece of Paper with code text giving the relevant information for the particular Variable Type. VBA is sent to it when it passes it. In a Routine it may be given a particular “Value”, or (“Values” for Objects). There instructions say then how to do that and handle(store) that(those). At Dim the created Paper is like a Blue Print that has some empty spaces not yet filled in. A String is a a bit tricky. The Blue Print code line Paper in the Pigeon Hole will allow to note the string Length and an Initial start memory Location. This Location well have to change frequently as strings of different length are assigned. Instructiions will tell how to do this. Theoretically a specilal value vbNullString is set to aid in quich checks.. But..http://www.mrexcel.com/forum/excel-questions/361246-vbnullstring-2.html#post4411
' Set Ws = ThisWorkbook.Worksheets.Item(1) 'Worksheets("EFFldr") 'CHANGE TO SUIT YOUR WORKSHEET '_- Set: Fill or partially Fill: Setting to a Class will involve the use of an extra New at this code line. I will then have an Object referred to as an instance of a Class. At this point I include information on my Pointer Pigeon hole for a distinct distinguishable usage of an Object of the Class. For the case of something such as a Workbook this instancing has already been done, and in addition some values are filled in specific memory locations which are also held as part of the information in the Pigeon Hole Pointer. We will have a different Pointer for each instance. In most excel versions we already have a few instances of Worksheets. Such instances Objects can be further used., - For this a Dim to the class will be necessary, but the New must be omitted at Set. I can assign as many variables that I wish to the same existing instance
Set Ws = ActiveSheet
Ws.Range("B3:F30").ClearContents ' This line only needed for demo code
Dim celTL As Range: Set celTL = Ws.Range("B3") 'Top left of where Listing should go
Rem 2A) Get Folder Info
Dim strWB As String ' "Pointer" to a "Blue Print" (or Form, Questionaire not yet filled in, a template etc.)"Pigeon Hole" in Memory, sufficient in construction to house a piece of Paper with code text giving the relevant information for the particular Variable Type. VBA is sent to it when it passes it. In a Routine it may be given a particular “Value”, or (“Values” for Objects). There instructions say then how to do that and handle(store) that(those). At Dim the created Paper is like a Blue Print that has some empty spaces not yet filled in. A String is a a bit tricky. The Blue Print code line Paper in the Pigeon Hole will allow to note the string Length and an Initial start memory Location. This Location well have to change frequently as strings of different length are assigned. Instructiions will tell how to do this. Theoretically a specilal value vbNullString is set to aid in quich checks.. But..http://www.mrexcel.com/forum/excel-questions/361246-vbnullstring-2.html#post44116
' Let strWB = ThisWorkbook.Path & "\" & "EileensFldr" ' 'CHANGE TO SUIT if you store the main Folder to be looked through somewhere other than in the same Folder as this workbook in which the codes are in
Let strWB = "F:\Excel0202015Jan2016\ExcelFox\Word\prkhan56\Eile ensFldr"
Rem 3A ) ' FileSystemObject Object


That’s it!
Run the macro, Sub VBADoStuffInFoldersInFolderRecursion() 'Main routine to "Call" the first copy of the second routine, VBALoopThroughEachFolderAndItsFile( ( make sure you have the new made sheet active )
The results match those given in the previous posts: Example results.jpg https://i.postimg.cc/V0XzDpFW/Example-results.jpg (https://postimg.cc/V0XzDpFW)
https://i.postimg.cc/3NcWJH4V/Example-results.jpg (https://postimages.org/)



Another example
Just a practical example. .. I am curious to see if some files containing information about my drivers on a computer change when I install a simple HP Printer, ( HP 1050 ). ……._ Continued in next page #2.

DocAElstein
09-06-2021, 02:24 PM
yxykvjhlkhjkjvjvkjvd

DocAElstein
09-06-2021, 02:24 PM
yxkjvölajvölajvljv

DocAElstein
09-06-2021, 02:24 PM
aldhfahfkahfhf

DocAElstein
09-06-2021, 02:24 PM
Another example
Just a practical example. .. I am curious to see if some files containing information about my drivers on a computer change when I install a simple HP Printer, ( HP 1050 ). ……._ Continued in next post.

DocAElstein
09-06-2021, 02:24 PM
_.. continued from a post beforepost

This is post number 15732
Links to here
https://excelfox.com/forum/showthread.php/1324-Loop-Through-Files-In-A-Folder-Using-VBA?p=15633&viewfull=1#post15732
https://excelfox.com/forum/showthread.php/1324-Loop-Through-Files-In-A-Folder-Using-VBA?p=15633&viewfull=1#post15732
https://excelfox.com/forum/showthread.php/1324-Loop-Through-Files-In-A-Folder-Using-VBA/page2 #post15732
https://excelfox.com/forum/showthread.php/1324-Loop-Through-Files-In-A-Folder-Using-VBA/page2 #post15732




_... continued from last post
Another example
Just a practical example. .. I am curious to see if some files containing information about my drivers on a computer change when I install a simple HP Printer, ( HP 1050 ).
The difficulty in doing this is that I get a lot of files in various sub folders. A couple of things help me
_ The first is getting a tree like or “explorer” type view of the files. That is what my recursion macro does.

So, here we go again.
I make a new worksheet and make sure its active when I run the macro, so I still use Set Ws = ActiveSheet
I change the path appropriately to where I have copied the 2 folders which usually have a lot of files related to drivers ( By the way you usually find those two folders at somewhere like C:\Windows\System32 )

The next screen shot shows where I copied these 2 folders to. So the path I need to hard code into my macro is
F:\DriversDruckerFromPoohFirstPetraRotWin7Starter\ Aug2021Vorhere
Poohs-Drivers-BeforePath.jpg https://i.postimg.cc/1VfFfTp1/Poohs-Drivers-Before.jpg (https://postimg.cc/1VfFfTp1)
( I don’t need to concern myself about those extra 3 pics I have at that location, since my macro ignores files in the first instance, and only looks at folders there. ( As it goes into those 2 folders and any sub folders, then it will look for both folders and files ) )


Looking at the results, I see an enormous amount of files, and the results go over to about column G
PoohsDriversBeforeResults.JPG https://i.postimg.cc/p9jRXB9c/Poohs-Drivers-Before-Results.jpg (https://postimg.cc/p9jRXB9c)

We note that the tree like / explore like structure output starts at cell B3, as determined by this code line
Dim celTL As Range: Set celTL = Ws.Range("B3") 'Top left of where Listing should go

For this example I will use the same sheet, but now modify that code line to start at H3. Then on changing the path to F:\DriversDruckerFromPoohFirstPetraRotWin7Starter\ After Disc Install, I run the macro again to get the new results alongside the Before results. ( I also 'disabled the code line Ws.Range("B3:F30").ClearContents ' This line only needed for demo code
)

Results
At F:\DriversDruckerFromPoohFirstPetraRotWin7Starter\ After Disc Install\drivers I have an extra
usbscan.sys

I then go a long way down in DriverStore to find this lot

F:\DriversDruckerFromPoohFirstPetraRotWin7Starter\ After Disc Install\DriverStore\FileRepository\hpscanminidrv_d j1050_j410.inf_x86_neutral_f8801e0bb3ab9eb4hpscanm inidrv_dj1050_j410.inf_x86_neutral_f8801e0bb3ab9eb 4

HPScanMiniDrv_DJ1050_J410.INF

hpscanminidrv_dj1050_j410.PNF

HPScanMiniDrv_DJ1050_J410x32.CAT



F:\DriversDruckerFromPoohFirstPetraRotWin7Starter\ After Disc Install\DriverStore\FileRepository\hpscanminidrv_d j1050_j410.inf_x86_neutral_f8801e0bb3ab9eb4\driver sdrivers



F:\DriversDruckerFromPoohFirstPetraRotWin7Starter\ After Disc Install\DriverStore\FileRepository\hpscanminidrv_d j1050_j410.inf_x86_neutral_f8801e0bb3ab9eb4\driver s\scanner



F:\DriversDruckerFromPoohFirstPetraRotWin7Starter\ After Disc Install\DriverStore\FileRepository\hpscanminidrv_d j1050_j410.inf_x86_neutral_f8801e0bb3ab9eb4\driver s\scanner\x32





F:\DriversDruckerFromPoohFirstPetraRotWin7Starter\ After Disc Install\DriverStore\FileRepository\hpvpl04.inf_x86 _neutral_4dd0ab13ea43b845hpvpl04.inf_x86_neutral_4 dd0ab13ea43b845

HPMACRONAMES.gpd

hpvpl04.cat

hpvpl04.inf

hpvpl04.ini

hpvpl04.PNF

hp_deskjet_2050_04.gpd

locale.gpd

stdnames.gpd



F:\DriversDruckerFromPoohFirstPetraRotWin7Starter\ After Disc Install\DriverStore\FileRepository\hpvpl04.inf_x86 _neutral_4dd0ab13ea43b845\i386i386

hpfime50.dll

hpinkcoi8911.dll

hpinksts8911.dll

hpinksts8911LM.dll

hpvpldrv04.dll

hpvplres04.dll

hpvplui04.dll

unidrv.dll

unidrv.hlp

unidrvui.dll

unires.dll
Worksheet: FirstPetraPoohWin7



‘wbCodesDriversDruckerFromPoohFirstPetraRotWin7S tarter.xlsm’ https://app.box.com/s/k9hqq3mq7972kcucn428ghcd4gciquhn




Transgression Vamp
I am wondering at this point if I might like to see all the files in some way in a forum post. A table is going to be very big. Putting it in a code window will help to get the scroll bars, but I expect it will still be way to big.
A simple text file is probably as best you can get. This looses no ease of visibility in the vertical because a line feed is a line feed.
The horizontal is a problem. Lets look at ways to get over that
Here are some interesting ideas to get over the problem of a typical forum editor “eating” spaces more than 1
http://www.eileenslounge.com/viewtopic.php?f=26&t=22603 - But that in itself produces a lot of extra text.
A nice coincidence associated with how Excel uses the clipboard gives us another possibility:
( Once again the vertical is not an issue. Mostly in computing we use the traditional “invisible” characters in a text string which historically were needed to tell a printer to feed another line ( Line Feed , vbLf ) and to make the printing carriage return to the left ( Carriage Return, vbCr ) )
When Excel copies to the clipboard, an Excel Clipboard appears to store links allowing a subsequent paste to transfer all formatting from a cell, but also, interesting to us, a windows clipboard holds
_ the values,
_the two characters to indicate a new line ( vbCr & vbLf )
_ and, most useful to us, a “cell wall” or cell separator is indicated by another “invisible” character , the tab ( vbTab )

............................................._

DocAElstein
09-06-2021, 02:24 PM
This is post number 16536
Links to here
https://excelfox.com/forum/showthread.php/1324-Loop-Through-Files-In-A-Folder-Using-VBA?p=15633&viewfull=1#post16536
https://excelfox.com/forum/showthread.php/1324-Loop-Through-Files-In-A-Folder-Using-VBA?p=15633&viewfull=1#post16536
https://excelfox.com/forum/showthread.php/1324-Loop-Through-Files-In-A-Folder-Using-VBA/page2#post16536
https://excelfox.com/forum/showthread.php/1324-Loop-Through-Files-In-A-Folder-Using-VBA/page2#post16536

_................................................


I am wondering at this point if I might like to see all the files in some way in a forum post. A table is going to be very big. Putting it in a code window will help to get the scroll bars, but I expect it will still be way to big.
A simple text file is probably as best you can get. This looses no ease of visibility in the vertical because a line feed is a line feed.
The horizontal is a problem. Lets look at ways to get over that
Here are some interesting ideas to get over the problem of a typical forum editor “eating” spaces more than 1
http://www.eileenslounge.com/viewtopic.php?f=26&t=22603 - But that in itself produces a lot of extra text.
A nice coincidence associated with how Excel uses the clipboard gives us another possibility:
( Once again the vertical is not an issue. Mostly in computing we use the traditional “invisible” characters in a text string which historically were needed to tell a printer to feed another line ( Line Feed , vbLf ) and to make the printing carriage return to the left ( Carriage Return, vbCr ) )
When Excel copies to the clipboard, an Excel Clipboard appears to store links allowing a subsequent paste to transfer all formatting from a cell, but also, interesting to us, a windows clipboard holds
_ the values,
_the two characters to indicate a new line ( vbCr & vbLf )
_ and, most useful to us, a “cell wall” or cell separator is indicated by another “invisible” character , the tab ( vbTab )


We can clarify and demo all that with a simple macro example.
The following macro at line number 1, selects an arbitrary 3 row, 2 column range.
That range can be filed or empty, but for the sake of this demo, a line after the selection, line number 2 puts some arbitrary text info in, which is the item number of the cell , relative to the top left cell of the range. ( If that Item stuff confuses you, or does not work , then just 'comment out all the lines up to and including line 2, and the demo will continue for empty cells. )

The macro then does a .Copy in line 3
As far as I can tell, that .Copy , does 3 things related to the clipboard(s)
_(i) Excel Clipboard info is made/ held , related to linking to the cells to allow Excel pasting ( .PasteSpecial ), options to allow all formatting of cells to be copied within Excel
_(ii) Office Clipboard info is either doing a restricted version of what (i) does, or possibly stores a lot of information, allowing some of the formatting to be copied into other Office applications ,- a typical example would be allowing an Excel spreadsheet range, to be copied into Word as a table having similar looking table like formatting.
_(ii) The Windows Clipboard, what we are interested in, will be a simple text of both or cells values and the discussed “invisible” characters which help us to determine the row and column , or cell, to which the values come from.

Depending on how and where you view the returned text , ( which is in variable TxtOut ) , you may see some structured table like formatting such as this:

Rng_Item(1, 1) and Rng_Item( 1 ) Rng_Item(1, 2) and Rng_Item( 2 )
Rng_Item(2, 1) and Rng_Item( 3 ) Rng_Item(2, 2) and Rng_Item( 4 )
Rng_Item(3, 1) and Rng_Item( 5 ) Rng_Item(3, 2) and Rng_Item( 6 )
( I can’t view that text by a simple paste into the forum, as the forum editor will “eat” spaces more than 1, reducing all spaces in between text to just 1. That makes it more difficult to see to which cell the text belongs )

Row\ColCD
7511Rng_Item(1, 1) and Rng_Item( 1 )Rng_Item(1, 2) and Rng_Item( 2 )

7512Rng_Item(2, 1) and Rng_Item( 3 )Rng_Item(2, 2) and Rng_Item( 4 )

7513Rng_Item(3, 1) and Rng_Item( 5 )Rng_Item(3, 2) and Rng_Item( 6 )


To get a more visual descriptive look at the exact characters there, I wrote a function to return me each character, including any “invisible” ones. The last line of the macro uses that function.

Here, a typical output from that function , ( This form is how you would create that text string in a VBA coding - indicivdual text bits and any “hidden” characters need to be joined with a & – that is just VBA syntax for creating a sting in a code line. )
_ for case of the added values in the cells

"Rng" & "_" & "Item" & "(" & "1" & "," & " 1" & ")" & " and Rng" & "_" & "Item" & "(" & " 1 " & ")" & vbTab & "Rng" & "_" & "Item" & "(" & "1" & "," & " 2" & ")" & " and Rng" & "_" & "Item" & "(" & " 2 " & ")" & vbCr & vbLf & "Rng" & "_" & "Item" & "(" & "2" & "," & " 1" & ")" & " and Rng" & "_" & "Item" & "(" & " 3 " & ")" & vbTab & "Rng" & "_" & "Item" & "(" & "2" & "," & " 2" & ")" & " and Rng" & "_" & "Item" & "(" & " 4 " & ")" & vbCr & vbLf & "Rng" & "_" & "Item" & "(" & "3" & "," & " 1" & ")" & " and Rng" & "_" & "Item" & "(" & " 5 " & ")" & vbTab & "Rng" & "_" & "Item" & "(" & "3" & "," & " 2" & ")" & " and Rng" & "_" & "Item" & "(" & " 6 " & ")" & vbCr & vbLf
and finally
_ for case of empty cells

vbTab & vbCr & vbLf & vbTab & vbCr & vbLf & vbTab & vbCr & vbLf


Comparing those, we see that we start with a cell’s value, then a “cell wall” , indicated by the “invisible” character vbTab , then the second cell’s value, then a new line start is indicated by the pair of “invisible” characters, vbCr & vbLf, and so on.

For the sake of clarity, the next view is another view given by my function in a text file, for the two cases

"Rng" & "_" & "Item" & "(" & "1" & "," & " 1" & ")" & " and Rng" & "_" & "Item" & "(" & " 1 " & ")" & vbTab & "Rng" & "_" & "Item" & "(" & "1" & "," & " 2" & ")" & " and Rng" & "_" & "Item" & "(" & " 2 " & ")" & vbCr & vbLf
"Rng" & "_" & "Item" & "(" & "2" & "," & " 1" & ")" & " and Rng" & "_" & "Item" & "(" & " 3 " & ")" & vbTab & "Rng" & "_" & "Item" & "(" & "2" & "," & " 2" & ")" & " and Rng" & "_" & "Item" & "(" & " 4 " & ")" & vbCr & vbLf
"Rng" & "_" & "Item" & "(" & "3" & "," & " 1" & ")" & " and Rng" & "_" & "Item" & "(" & " 5 " & ")" & vbTab & "Rng" & "_" & "Item" & "(" & "3" & "," & " 2" & ")" & " and Rng" & "_" & "Item" & "(" & " 6 " & ")" & vbCr & vbLf

vbTab & vbCr & vbLf
vbTab & vbCr & vbLf
vbTab & vbCr & vbLf


( Having the final vbCr & vbLf just seems to be a general computer characteristic when any text is displayed. – An empty text document would , using my function, typically return the two “invisible” characters, vbCr & vbLf )

Hopefully that “gives the picture” of what’s going on. Summary, macros, and working example in next post

DocAElstein
09-06-2021, 02:24 PM
This post gives the macros and a file example for the last couple of posts, and begins the discussion for a working example of a text file explorer type view .

This is the basic example macro used to get the results of the last post https://excelfox.com/forum/showthread.php/1324-Loop-Through-Files-In-A-Folder-Using-VBA?p=15730&viewfull=1#post15730

(The function, WtchaGot_Unic_NotMuchIfYaChoppedItOff(
) , is a bit too big to post, but an example can be found in the uploaded file and a full description with various code versions here: https://excelfox.com/forum/showthread.php/2302-quot-What%e2%80%99s-in-a-String-quot-VBA-break-down-Loop-through-character-contents-of-a-string )

Sub WhatsInWindowsClipboard() ' https://excelfox.com/forum/showthread.php/1324-Loop-Through-Files-In-A-Folder-Using-VBA?p=15730&viewfull=1#post15730 https://excelfox.com/forum/showthread.php/1324-Loop-Through-Files-In-A-Folder-Using-VBA?p=15633&viewfull=1#post15633
Dim Ws As Worksheet: Set Ws = ActiveSheet
1 Ws.Range("C7511:D7513").Select
Dim RngOrg As Range: Set RngOrg = Selection
Dim Clms As Long 'Rws As Long
Let Clms = RngOrg.Columns.Count ': Let Rws = Rng.Rws.Count
Dim strEval As String
Let strEval = "=" & """Rng_Item(""" & "&" & "(Row(" & RngOrg.Address & ")" & "-" & "Row(" & RngOrg.Item(1).Address & ")" & ")+1&" & """, """ & "&" & "(Column(" & RngOrg.Address & ")-Column(" & RngOrg.Item(1).Address & "))+1" & "&" & """) and Rng_Item( """ & "&" & "(Column(" & RngOrg.Address & ")-Column(" & RngOrg.Item(1).Address & "))+1+" & "(((Row(" & RngOrg.Address & ")" & "-" & "Row(" & RngOrg.Item(1).Address & ")" & ")+1-1)*" & Clms & ")" & "&" & """ )""" ' https://www.excelforum.com/development-testing-forum/1154829-collection-stuff-of-codes-for-other-threads-no-reply-needed.html#post4561126
' = RngItm ( ( cellRw - TopLeftRw )+1 , ( cellClm - TopLeftClm )+1 ) and RngItm ( ( cellClm - TopLeftClm )+1+ ((( CellRw - TopLeftRw )+1-1)* ClmsCount ) )
Debug.Print strEval ' This is what you would write in a cell: ="Rng_Item("&(Row($C$7511:$D$7513)-Row($C$7511))+1&", "&(Column($C$7511:$D$7513)-Column($C$7511))+1&") and Rng_Item( "&(Column($C$7511:$D$7513)-Column($C$7511))+1+(((Row($C$7511:$D$7513)-Row($C$7511))+1-1)*2)&" )" It is the string that VBA's Evaluate(" ") needs to see in order to give you what you would get if you typed thaat in manually in the cells ( In this particular example you would need to select a 3 row, 2 column range in the worksheet, add the formula to the formula bar, then do the Ctrl+Shift*Enter entry to get the array of resutls
2 Let Selection.Value = Evaluate(strEval)
3 Selection.Copy
' _(iii) Windows Clipboard
'Dim objCliS As DataObject '**Early Binding. Object from the class MS Forms, This is for an Object from the class MS Forms. This will be a Data Object of what we "send" to the Clipboard. It has the Methods I need to send text to the Clipboard. I will use this to put Things in the Clipboard. Bringing things out I will do with another Data Object
' Set objCliS = New DataObject '**Must enable Forms Library: In VB Editor do this: Tools -- References - scroll down to Microsoft Forms 2.0 Object Library -- put checkmark in. Note if you cannot find it try OR IF NOT THERE..you can add that manually: VBA Editor -- Tools -- References -- Browse -- and find FM20.DLL file under C:\WINDOWS\system32 and select it --> Open --> OK.
' ( or instead of those two lines Dim obj As New DataObject which is the same ). or next two lines are...
Dim objCliS As Object ' ...Late Binding equivalent'
Set objCliS = GetObject("New:{1C3B4210-F441-11CE-B9EA-00AA006B1A69}") ' http://excelmatters.com/2013/10/04/late-bound-msforms-dataobject/ https://web.archive.org/web/20140610055224/http://excelmatters.com/2013/10/04/late-bound-msforms-dataobject/ ( https://web.archive.org/web/20140610024217/http://excelmatters.com/2013/05/21/transposing-an-array-using-an-in-memory-listbox/ ) http://www.eileenslounge.com/viewtopic.php?p=289020#p289020
objCliS.GetFromClipboard
Dim TxtOut As String: Let TxtOut = objCliS.GetText() 'retrieve the text . ( In this case all I have in it is the text )
Debug.Print TxtOut
' Rng_Item(1, 1) and Rng_Item( 1 ) Rng_Item(1, 2) and Rng_Item( 2 )
' Rng_Item(2, 1) and Rng_Item( 3 ) Rng_Item(2, 2) and Rng_Item( 4 )
' Rng_Item(3, 1) and Rng_Item( 5 ) Rng_Item(3, 2) and Rng_Item( 6 )
Call WtchaGot_Unic_NotMuchIfYaChoppedItOff(TxtOut)
End Sub



Example of a text file explorer type view
So what we are trying to do now is reproduce the typical Excel spreadsheet explore view with a text file looking similar. The horizontal alignment we are trying to get from the “invisible” character vbTab. The hope is that this will help the explorer type horizontal alignment to be maintained.
So we want to make a text file from the Excel spreadsheet, and we have been discussing the useful coincidence that in the ( Windows ) clipboard we have after a .Copy we have exactly what we want.
So we need do no more than copy all the spreadsheet range we are interested in, ( typically the UsedRange in our Excel spreadsheet explorer type view ) , and put the text that is then in the Windows ) clipboard into a text file.
Simple! – Like this

Sub WorksheetToTextFileOverWindowsClipboard() ' https://excelfox.com/forum/showthread.php/1324-Loop-Through-Files-In-A-Folder-Using-VBA?p=15731&viewfull=1#post15731
Rem 1 Copy to Clipboard(s)
Dim Ws As Worksheet: Set Ws = ActiveSheet
Dim RngOrg As Range: Set RngOrg = Ws.UsedRange
RngOrg.Copy
Rem 2 get text held in Windows Clipboard
' _(iii) Windows Clipboard
'Dim objCliS As DataObject '**Early Binding. Object from the class MS Forms, This is for an Object from the class MS Forms. This will be a Data Object of what we "send" to the Clipboard. It has the Methods I need to send text to the Clipboard. I will use this to put Things in the Clipboard. Bringing things out I will do with another Data Object
' Set objCliS = New DataObject '**Must enable Forms Library: In VB Editor do this: Tools -- References - scroll down to Microsoft Forms 2.0 Object Library -- put checkmark in. Note if you cannot find it try OR IF NOT THERE..you can add that manually: VBA Editor -- Tools -- References -- Browse -- and find FM20.DLL file under C:\WINDOWS\system32 and select it --> Open --> OK.
' ( or instead of those two lines Dim obj As New DataObject which is the same ). or next two lines are...
Dim objCliS As Object ' ...Late Binding equivalent'
Set objCliS = GetObject("New:{1C3B4210-F441-11CE-B9EA-00AA006B1A69}") ' http://excelmatters.com/2013/10/04/late-bound-msforms-dataobject/ https://web.archive.org/web/20140610055224/http://excelmatters.com/2013/10/04/late-bound-msforms-dataobject/ ( https://web.archive.org/web/20140610024217/http://excelmatters.com/2013/05/21/transposing-an-array-using-an-in-memory-listbox/ ) http://www.eileenslounge.com/viewtopic.php?p=289020#p289020
objCliS.GetFromClipboard
Dim TxtOut As String: Let TxtOut = objCliS.GetText() 'retrieve the text . ( In this case all I have in it is the text )
Debug.Print TxtOut
Rem 3 put text into text file
Dim FileNum2 As Long: Let FileNum2 = FreeFile(0) ' https://msdn.microsoft.com/en-us/vba/language-reference-vba/articles/freefile-function
Dim PathAndFileName2 As String
Let PathAndFileName2 = ThisWorkbook.Path & "\" & "WorksheetToTextFileOverWindowsClipboard.txt"
Open PathAndFileName2 For Output As #FileNum2 ' CHANGE TO SUIT ' Will be made if not there
Print #FileNum2, TxtOut ' write out entire text file
Close #FileNum2

End Sub

Some results in the next post

DocAElstein
11-01-2021, 04:38 PM
Here are some screenshots of the text file produced, as discussed in the last post.
https://i.postimg.cc/xqBy0V5X/Excel-Worksheet-Explorer-Intext-File.jpg (https://postimg.cc/xqBy0V5X)
https://i.postimg.cc/hz58zkq3/Excel-Worksheet-Explorer-Intext-File-Printer.jpg (https://postimg.cc/hz58zkq3)
https://i.postimg.cc/yk9hxppv/Full-text-File.jpg (https://postimg.cc/yk9hxppv)

Unfortunately it’s still much too big to put in a post. The formatting is not great either.



Here are all the text files going backwards.

The two lists together on one worksheet
‘WorksheetToTextFileOverWindowsTwoLists.txt’ https://app.box.com/s/pycmoo2hqp054hqfaeaaow6ivd41hwmg 491KB

The two lists, with the extra stuff offset to the right
‘WorksheetToTextFileOverWindowsClipboardTwoLists AndOffset.txt’ https://app.box.com/s/09nj0ytdq0hmrvjj7yta2kmwytre2w86
https://i.postimg.cc/T1RtSxNG/Excel-Worksheet-Explorer-Intext-File-Printer.jpg
549KB

First List, before Install from DVD
‘WorksheetToTextFileOverWindowsBefore.txt’ https://app.box.com/s/n6a6b5lphi97mxtdebokjiz9khlshies 240KB

List after install
FirstPetraPoohWin7Both https://app.box.com/s/i3tt9dklryn5wxhntpljauyuzu8x89be 259Kb

Just the offset list:
Here I simply isolate the large chunk of new stuff from the Excel file by changing the range used in the macro to Set RngOrg = Ws.Range("P1577:U1610")
‘WorksheetToTextFileOverWindowsClipboardP1577_U1 610.txt’ : https://app.box.com/s/3g5ss2mcedybp96zogp9yhsslwjnnqk8
https://i.postimg.cc/rFwhN8tN/Excel-Worksheet-Explorer-Intext-File.jpg
2KB



Here are a few screen shots of the computer situation
Before Driver Disc Inserting and installing Driver
https://i.postimg.cc/tR87q3Vx/Before-1050-Download.jpg
https://i.postimg.cc/ZnGGGKnW/Before1050-Download.jpg
https://i.postimg.cc/rFWsKDSY/Before1050-Download.jpg

Inserting Disc and install
https://i.postimg.cc/Kv47VDh3/After-putting-disc-in.jpg https://i.postimg.cc/Kv47VDh3/After-putting-disc-in.jpg
https://i.postimg.cc/qqqKP4SH/unchecked-last-three-options-in-install.jpg https://i.postimg.cc/qqqKP4SH/unchecked-last-three-options-in-install.jpg

https://i.postimg.cc/fyqcyJmb/3-Icons-after-install.jpg https://i.postimg.cc/fyqcyJmb/3-Icons-after-install.jpg
https://i.postimg.cc/R01wfPKy/Finished-install-but-said-missing-something.jpg https://i.postimg.cc/R01wfPKy/Finished-install-but-said-missing-something.jpg
https://i.postimg.cc/C1Fk4j41/Finished-install-but-said-missing-something-Details-button-no-good.jpg https://i.postimg.cc/C1Fk4j41/Finished-install-but-said-missing-something-Details-button-no-good.jpg
https://i.postimg.cc/nhD4VVzH/After-install-before-drucker-connect-no-new-drucker-in-Word.jpg https://i.postimg.cc/nhD4VVzH/After-install-before-drucker-connect-no-new-drucker-in-Word.jpg
https://i.postimg.cc/RZDDyZY4/All-went-well-by-first-print.jpg
https://i.postimg.cc/hjpxZfC0/New-option-in-Word-after-install.jpg

After Install
https://i.postimg.cc/BvhHMj7B/Ask-to-set-up-before-first-zweiter-neu.jpg
https://i.postimg.cc/MTNRJhSc/Put-Tigger-in-Pooh-that-already-had-stoffel-in.jpg
https://i.postimg.cc/CLj89P61/Put-Tigger-in-Pooh-that-already-had-stoffel-in-a-Kopie1-appeared.jpg
https://i.postimg.cc/prjjWqWs/set-up-before-first-zweiter-neu.jpg
https://i.postimg.cc/RCJKLV7w/set-up-before-first-zweiter-neu.jpg
https://i.postimg.cc/xTrHxD5h/set-up-before-first-zweiter-neu.jpg

DocAElstein
11-01-2021, 04:38 PM
Here, again, for the mainly DVD instillation are the main added files for this computer ( PoohFirstPetraRotWin7Starter ( Aug 2021 nach repair in PC Shop ) )
At F:\DriversDruckerFromPoohFirstPetraRotWin7Starter\ After Disc Install\drivers I have an extra
usbscan.sys

I then go a long way down in DriverStore to find this lot

F:\DriversDruckerFromPoohFirstPetraRotWin7Starter\ After Disc Install\DriverStore\FileRepository\hpscanminidrv_d j1050_j410.inf_x86_neutral_f8801e0bb3ab9eb4hpscanm inidrv_dj1050_j410.inf_x86_neutral_f8801e0bb3ab9eb 4

HPScanMiniDrv_DJ1050_J410.INF

hpscanminidrv_dj1050_j410.PNF

HPScanMiniDrv_DJ1050_J410x32.CAT



F:\DriversDruckerFromPoohFirstPetraRotWin7Starter\ After Disc Install\DriverStore\FileRepository\hpscanminidrv_d j1050_j410.inf_x86_neutral_f8801e0bb3ab9eb4\driver sdrivers



F:\DriversDruckerFromPoohFirstPetraRotWin7Starter\ After Disc Install\DriverStore\FileRepository\hpscanminidrv_d j1050_j410.inf_x86_neutral_f8801e0bb3ab9eb4\driver s\scanner



F:\DriversDruckerFromPoohFirstPetraRotWin7Starter\ After Disc Install\DriverStore\FileRepository\hpscanminidrv_d j1050_j410.inf_x86_neutral_f8801e0bb3ab9eb4\driver s\scanner\x32





F:\DriversDruckerFromPoohFirstPetraRotWin7Starter\ After Disc Install\DriverStore\FileRepository\hpvpl04.inf_x86 _neutral_4dd0ab13ea43b845hpvpl04.inf_x86_neutral_4 dd0ab13ea43b845

HPMACRONAMES.gpd

hpvpl04.cat

hpvpl04.inf

hpvpl04.ini

hpvpl04.PNF

hp_deskjet_2050_04.gpd

locale.gpd

stdnames.gpd



F:\DriversDruckerFromPoohFirstPetraRotWin7Starter\ After Disc Install\DriverStore\FileRepository\hpvpl04.inf_x86 _neutral_4dd0ab13ea43b845\i386i386

hpfime50.dll

hpinkcoi8911.dll

hpinksts8911.dll

hpinksts8911LM.dll

hpvpldrv04.dll

hpvplres04.dll

hpvplui04.dll

unidrv.dll

unidrv.hlp

unidrvui.dll

unires.dll
Worksheet: FirstPetraPoohWin7


Here a copy from the Immediate Window


F:\DriversDruckerFromPoohFirstPetraRotWin7Starter\ After Disc Install\DriverStore\FileRepository\hpscanminidrv_d j1050_j410.inf_x86_neutral_f8801e0bb3ab9eb4 hpscanminidrv_dj1050_j410.inf_x86_neutral_f8801e0b b3ab9eb4
HPScanMiniDrv_DJ1050_J410.INF
hpscanminidrv_dj1050_j410.PNF
HPScanMiniDrv_DJ1050_J410x32.CAT

F:\DriversDruckerFromPoohFirstPetraRotWin7Starter\ After Disc Install\DriverStore\FileRepository\hpscanminidrv_d j1050_j410.inf_x86_neutral_f8801e0bb3ab9eb4\driver s drivers

F:\DriversDruckerFromPoohFirstPetraRotWin7Starter\ After Disc Install\DriverStore\FileRepository\hpscanminidrv_d j1050_j410.inf_x86_neutral_f8801e0bb3ab9eb4\driver s\scanner

F:\DriversDruckerFromPoohFirstPetraRotWin7Starter\ After Disc Install\DriverStore\FileRepository\hpscanminidrv_d j1050_j410.inf_x86_neutral_f8801e0bb3ab9eb4\driver s\scanner\x32


F:\DriversDruckerFromPoohFirstPetraRotWin7Starter\ After Disc Install\DriverStore\FileRepository\hpvpl04.inf_x86 _neutral_4dd0ab13ea43b845 hpvpl04.inf_x86_neutral_4dd0ab13ea43b845
HPMACRONAMES.gpd
hpvpl04.cat
hpvpl04.inf
hpvpl04.ini
hpvpl04.PNF
hp_deskjet_2050_04.gpd
locale.gpd
stdnames.gpd

F:\DriversDruckerFromPoohFirstPetraRotWin7Starter\ After Disc Install\DriverStore\FileRepository\hpvpl04.inf_x86 _neutral_4dd0ab13ea43b845\i386 i386
hpfime50.dll
hpinkcoi8911.dll
hpinksts8911.dll
hpinksts8911LM.dll
hpvpldrv04.dll
hpvplres04.dll
hpvplui04.dll
unidrv.dll
unidrv.hlp
unidrvui.dll
unires.dll



Here a paste from the text file produced

F:\DriversDruckerFromPoohFirstPetraRotWin7Starter\ After Disc Install\DriverStore\FileRepository\hpscanminidrv_d j1050_j410.inf_x86_neutral_f8801e0bb3ab9eb4 hpscanminidrv_dj1050_j410.inf_x86_neutral_f8801e0b b3ab9eb4
HPScanMiniDrv_DJ1050_J410.INF
hpscanminidrv_dj1050_j410.PNF
HPScanMiniDrv_DJ1050_J410x32.CAT

F:\DriversDruckerFromPoohFirstPetraRotWin7Starter\ After Disc Install\DriverStore\FileRepository\hpscanminidrv_d j1050_j410.inf_x86_neutral_f8801e0bb3ab9eb4\driver s drivers

F:\DriversDruckerFromPoohFirstPetraRotWin7Starter\ After Disc Install\DriverStore\FileRepository\hpscanminidrv_d j1050_j410.inf_x86_neutral_f8801e0bb3ab9eb4\driver s\scanner

F:\DriversDruckerFromPoohFirstPetraRotWin7Starter\ After Disc Install\DriverStore\FileRepository\hpscanminidrv_d j1050_j410.inf_x86_neutral_f8801e0bb3ab9eb4\driver s\scanner\x32


F:\DriversDruckerFromPoohFirstPetraRotWin7Starter\ After Disc Install\DriverStore\FileRepository\hpvpl04.inf_x86 _neutral_4dd0ab13ea43b845 hpvpl04.inf_x86_neutral_4dd0ab13ea43b845
HPMACRONAMES.gpd
hpvpl04.cat
hpvpl04.inf
hpvpl04.ini
hpvpl04.PNF
hp_deskjet_2050_04.gpd
locale.gpd
stdnames.gpd

F:\DriversDruckerFromPoohFirstPetraRotWin7Starter\ After Disc Install\DriverStore\FileRepository\hpvpl04.inf_x86 _neutral_4dd0ab13ea43b845\i386 i386
hpfime50.dll
hpinkcoi8911.dll
hpinksts8911.dll
hpinksts8911LM.dll
hpvpldrv04.dll
hpvplres04.dll
hpvplui04.dll
unidrv.dll
unidrv.hlp
unidrvui.dll
unires.dll


The screen shot of a view of the text file:
https://i.postimg.cc/rKztx6Rc/Text-File-Of-Range-P1577-U1610.jpg (https://postimg.cc/rKztx6Rc)



The conclusion , probably is that this is easer to see in a Excel file,
and
that if we want to view in a forum post, the first of the above, ( which is a Rory Archibald Forum Tools table without borders of a small section of the full drivers files), is probably the best we can get

Oh well, the last Transgression Vamp at least confirmed the above conclusion




‘wbCodesDriversDruckerFromPoohFirstPetraRotWin7S tarter.xlsm’ https://app.box.com/s/k9hqq3mq7972kcucn428ghcd4gciquhn

DocAElstein
11-01-2021, 04:38 PM
ölsdjösdjöldsjlsdjgdösö

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for SerSzuD later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for SerSzuD later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
SerSszuD HP 1010 Files from HP site downloaded and installed drivers

Furthering the example, I have another computer and want to compare the driver file produced for the same product- I have obtained the driver in this second case from the HP site https://support.hp.com/de-de/drivers/selfservice/hp-deskjet-1050-all-in-one-printer-series-j410/4027462/model/4027464
https://support.hp.com/de-de/drivers/selfservice/closure/hp-deskjet-1050-all-in-one-printer-series-j410/4027462/model/4027464?ssfFlag=true&sku=
DJ1050_J410_1313-1.exe : https://drive.google.com/file/d/1BGIYiyIrGsoyApL61_jHFWRPSkgdGOxi/view?usp=drive_web

I will start with downloading the last file used, ‘wbCodesDriversDruckerFromPoohFirstPetraRotWin7S tarter.xlsm’ https://app.box.com/s/k9hqq3mq7972kcucn428ghcd4gciquhn
, rename it wbCodesDriversDruckerFromSerSszuD.xlsm Later uploaded here: https://app.box.com/s/p6sncbqissotych7sdtnqtpuoy91s499
, then I will delete all content on the last 4 Worksheet tabs,
https://i.postimg.cc/wTkPQ8qL/Clear-Worksheets.jpg
and use them for the corresponding views for the new computer with downloaded driver
https://i.postimg.cc/QN1vVKv6/Rename-Worksheet-Tab-Names.jpg
Here is that file re uploaded in the new name
wbCodesDriversDruckerFromSerSszuD.xlsm : https://app.box.com/s/p6sncbqissotych7sdtnqtpuoy91s499

F:\DriversDruckersFromSerrzzud\Before1050aDownload , F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect
This the main before folder we need to look in, F:\DriversDruckersFromSerrzzud\Before1050aDownload ,
https://i.postimg.cc/PJW770mG/main-Folder-Ser-Sszu-DDrivers.jpg ,
and as always, we don’t need to worry about any files there, as in the main folder, only the folders are considered. Thereafter, folders and files are considered.
( I tend to put such a folder temporarily fairly well “up the explorer levels” , to keep the full text path short, rather than deep down in some folder subfolders place, as this often simplifies things, and can help prevent problems that sometimes come in with very long full paths.

Here , similarly the main after folder path that we need, F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect
https://i.postimg.cc/ZqTHVCqL/main-After-Folder-Ser-Sszu-DDrivers.jpg



Results.
In the case of computer SerSszuD , I just see the main extra section in DriverStore for the after compared with before installation
_____ Workbook: wbCodesDriversDruckerFromPoohSerSszuD.xlsm ( Using Excel 2007 32 bit )

F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_gp io2_skl.inf_amd64_b68199ad84607c21ialpss2i_gpio2_s kl.inf_amd64_b68199ad84607c21

iaLPSS2i_GPIO2.sys

iaLPSS2i_GPIO2_SKL.inf



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_bxt_p.inf_amd64_190858fd8e931883ialpss2i_i2c_bxt _p.inf_amd64_190858fd8e931883

iaLPSS2i_I2C_BXT_P.inf

iaLPSS2i_I2C_BXT_P.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_cnl.inf_amd64_f668309b543472ebialpss2i_i2c_cnl.i nf_amd64_f668309b543472eb

iaLPSS2i_I2C_CNL.inf

iaLPSS2i_I2C_CNL.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_glk.inf_amd64_7b6c08738ca8a856ialpss2i_i2c_glk.i nf_amd64_7b6c08738ca8a856

iaLPSS2i_I2C_GLK.inf

iaLPSS2i_I2C_GLK.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_skl.inf_amd64_9d9dbb01837eba23ialpss2i_i2c_skl.i nf_amd64_9d9dbb01837eba23

iaLPSS2i_I2C.sys

iaLPSS2i_I2C_SKL.inf



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpssi_gpi o.inf_amd64_62ffa3c95446bcfcialpssi_gpio.inf_amd64 _62ffa3c95446bcfc

ialpssi_gpio.inf

iaLPSSi_GPIO.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpssi_i2c .inf_amd64_8e00e1aed7fbdf70ialpssi_i2c.inf_amd64_8 e00e1aed7fbdf70

ialpssi_i2c.inf

iaLPSSi_I2C.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\iastorav.in f_amd64_87f761c07c99d5e7iastorav.inf_amd64_87f761c 07c99d5e7

iastorav.inf

iaStorAVC.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\iastorv.inf _amd64_9c09bd1df352f065iastorv.inf_amd64_9c09bd1df 352f065

iastorv.inf

iaStorV.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\idtsec.inf_ amd64_9321d33f1997dbfdidtsec.inf_amd64_9321d33f199 7dbfd

idtsec.dll

idtsec.inf
Worksheet: SerSszuDBothAndOffset

That seems to be somewhat different file composition , compared with the previous computer which used the DVD


Some other general results for computer SerSszuD in next post

DocAElstein
11-01-2021, 04:38 PM
Some other general results for computer SerSszuD, after the Drucker driver download experiments from the last posts.

Produced text files
‘WorksheetToTextFileOverWindowsClipboardSerSszuD BothAndOffset.txt’ https://app.box.com/s/hv9464ivu9h4by9lminw6hxszqi24pap 380.3KB
‘WorksheetToTextFileOverWindowsClipboardSerSszuD Both.txt’ https://app.box.com/s/ar68tiqli12gwkafksn66l610op0h33s 360.2KB
‘WorksheetToTextFileOverWindowsClipboardSerSszuD After.txt’ https://app.box.com/s/ixmy9mcot11mms7q8dq41acyndyyza99 258.3KB
‘WorksheetToTextFileOverWindowsClipboardSerSszuD Before.txt’ https://app.box.com/s/3drphcz1h3ib6299v9ahtu5z83mbtjpg 173.2KB


Before any downloading, and installing
‘WorksheetToTextFileOverWindowsClipboardSerSszuD Before.txt’ https://app.box.com/s/3drphcz1h3ib6299v9ahtu5z83mbtjpg

https://i.postimg.cc/nV0sN217/Word-shown-Druckers.jpg https://i.postimg.cc/nV0sN217/Word-shown-Druckers.jpg
https://i.postimg.cc/JnQyr5Vf/Error-from-versuche-drucker-einzufugen.jpg https://i.postimg.cc/JnQyr5Vf/Error-from-versuche-drucker-einzufugen.jpg
https://i.postimg.cc/PJ3PZfqK/System-Steuerung.jpg https://i.postimg.cc/PJ3PZfqK/System-Steuerung.jpg

https://i.postimg.cc/Vk30DNWV/Downloaded-Driver-for-1050a-Drucker.jpg https://i.postimg.cc/Vk30DNWV/Downloaded-Driver-for-1050a-Drucker.jpg
https://i.postimg.cc/3xyDXGmG/After-douible-clicking-Installing-1050a-Drucker-Driver.jpg https://i.postimg.cc/3xyDXGmG/After-douible-clicking-Installing-1050a-Drucker-Driver.jpg
https://i.postimg.cc/T1YKp5Tp/Installing-1050-Driver.jpg https://i.postimg.cc/T1YKp5Tp/Installing-1050-Driver.jpg
https://i.postimg.cc/Jn8DCdg3/Install-weiter-ohne-zu-konnect-drucker.jpg https://i.postimg.cc/Jn8DCdg3/Install-weiter-ohne-zu-konnect-drucker.jpg
https://i.postimg.cc/fbmtFhHT/Finish-Install.jpg https://i.postimg.cc/fbmtFhHT/Finish-Install.jpg

After Download Before any connect
https://i.postimg.cc/Y0xbFChv/Sucessful-Net-Framework-3-5-enthaelt-Net-2-0-and-3-0.jpg https://i.postimg.cc/Y0xbFChv/Sucessful-Net-Framework-3-5-enthaelt-Net-2-0-and-3-0.jpg
https://i.postimg.cc/Dwpp505s/3-New-Desktop-Icons.jpg https://i.postimg.cc/Dwpp505s/3-New-Desktop-Icons.jpg
https://i.postimg.cc/GpB7fRSf/No-Change-In-Systensteuerung-Druckers.jpg https://i.postimg.cc/GpB7fRSf/No-Change-In-Systensteuerung-Druckers.jpg
https://i.postimg.cc/9MZxWp2t/No-Change-In-Systensteuerung-Druckers.jpg https://i.postimg.cc/9MZxWp2t/No-Change-In-Systensteuerung-Druckers.jpg
https://i.postimg.cc/mk4mhH2x/No-Change-In-Word.jpg https://i.postimg.cc/mk4mhH2x/No-Change-In-Word.jpg
https://i.postimg.cc/bY06W33q/Gedrucht-auf-einer-Scanned-auf-die-anderer.jpg
https://i.postimg.cc/y84LVTH8/Programme-is-there.jpg https://i.postimg.cc/y84LVTH8/Programme-is-there.jpg

Attempting to install from disc after download
https://i.postimg.cc/9QNVTW7g/Installing-nothing-could-be-clicked-says-already-there.jpg https://i.postimg.cc/9QNVTW7g/Installing-nothing-could-be-clicked-says-already-there.jpg

After a connect
https://i.postimg.cc/KjTtVd4r/For-Blumen-Druck.jpg https://i.postimg.cc/KjTtVd4r/For-Blumen-Druck.jpg

Later as time goes on
https://i.postimg.cc/bY06W33q/Gedrucht-auf-einer-Scanned-auf-die-anderer.jpg https://i.postimg.cc/bY06W33q/Gedrucht-auf-einer-Scanned-auf-die-anderer.jpg
https://i.postimg.cc/3w1G2fhx/Connect-second-drucker-get-Kopie-1-even-if-first-is-no-longer-connected.jpg https://i.postimg.cc/3w1G2fhx/Connect-second-drucker-get-Kopie-1-even-if-first-is-no-longer-connected.jpg
https://i.postimg.cc/Rh6n5MHW/Connect-Wolfy-as-third-drucker-get-Kopie-2-even-if-first-is-no-longer-connected.jpg https://i.postimg.cc/Rh6n5MHW/Connect-Wolfy-as-third-drucker-get-Kopie-2-even-if-first-is-no-longer-connected.jpg
https://i.postimg.cc/HL6JrJ0J/Connect-Wolfy-as-third-drucker-get-Kopie-2-even-if-first-is-no-longer-connected.jpg https://i.postimg.cc/HL6JrJ0J/Connect-Wolfy-as-third-drucker-get-Kopie-2-even-if-first-is-no-longer-connected.jpg
https://i.postimg.cc/FKrdFbS5/System-Steuerung-showing-all-used-Druckers.jpg https://i.postimg.cc/FKrdFbS5/System-Steuerung-showing-all-used-Druckers.jpg



I decided to do some checks, just for fun. A month or so later I check folders drivers and DriverStore again

I then reinstalled the four things showing in the programme list, and I note that when I de installed
_ HP Deskjet 1050 j410 series- Grundlegende Software für das Geräte , the admin right warning said I was removing 1d8302.msi
_ HP Deskjet 1050 j410 series Hilfe , the admin right warning said I was removing 1d8311.msi
_ HP Photo Creations , it went into a de installing
_ Studie zur Verbesserung von HP Deskjet 1050 J410 series Produkten , the admin right warning said I was removing 1d8307.msi

Here some changes after de install ( I did not restart computer )
https://i.postimg.cc/VLc7wR1L/Gone-from-system-steuerung.jpg https://i.postimg.cc/VLc7wR1L/Gone-from-system-steuerung.jpg
https://i.postimg.cc/gkqg2Zky/Gone-from-Word.jpg https://i.postimg.cc/gkqg2Zky/Gone-from-Word.jpg

Here the file, and I add some more worksheets
wbCodesDriversDruckerFromSerSszuD.xlsm : https://app.box.com/s/8aes7925x6xbjd0bwo6dwttu3cn7ucgp
In a worksheet BeforeAndNovCheckAfterDeInstall we see one major change that has somehow occurred, a section has appeared
_____ Workbook: wbCodesDriversDruckerFromSerSszuD.xlsm ( Using Excel 2007 32 bit )

G:\DriversFromSerSsuDCheckDeInstalled\DDFsDDFs

CertificateStore_DDF.xml

DMClient_DDF.xml

EnrollmentStatusTrackingDDF.xml

EnterpriseModernAppManagementDDF.xml

NGCProDDF_v1.2_final.xml

Win32CompatibilityAppraiser_DDF.xml
Worksheet: BeforeAndNovCheckAfterDeInstall

And then there are a few simple changes…
A mrxsmb10.sys has gone from F:\DriversDruckersFromSerrzzud\Before1050aDownload \drivers

An usbscan.sys has remained/ appeared now November in G:\DriversFromSerSsuDCheckDeInstalled\drivers

A hosts.ics has remained/ appeared now November in G:\DriversFromSerSsuDCheckDeInstalled\drivers\etc
WorksheetToTextFileOverWindowsClipboardBeforeAndNo vCheckAfterDeInstall.txt https://app.box.com/s/dvr8intl1rl8yr9oye2g7svirumpa5bj 337.5KB
‘WorksheetToTextFileOverWindowsClipboardAfterDeI nstall.txt’ https://app.box.com/s/h4dl75no3leqfelm24i0te7f5qap1ln1 164.3KB



In the next post we look at the effect now of a DVD install into SerSszuD

DocAElstein
11-01-2021, 04:38 PM
Here is the DVD info
First all uploaded via Google Email attachment
Autorun.inf https://drive.google.com/file/d/1q_kbuHuqtG3eqYpw-CeVAAwILXUkZh5b/view?usp=drive_web
Autorun.inf https://drive.google.com/file/d/1q_kbuHuqtG3eqYpw-CeVAAwILXUkZh5b/view?usp=drive_web
D1050x64.cab https://drive.google.com/file/d/1P8ifhXcmjHkT08pb73bbgqJCX6eKfR7B/view?usp=drive_web
D1050x64.msi https://drive.google.com/file/d/158j67PsaAHuQjf3yzfBq569cSom40E7R/view?usp=drive_web
D1050x64_1025.mst https://drive.google.com/file/d/1MdEG4r7pgq2BomAiiGqjoF1wQQuKye0S/view?usp=drive_web
D1050x64_1028.mst https://drive.google.com/file/d/11fCf6v09S8a0dv4BCd5w-7iU0ZviiR4X/view?usp=drive_web
D1050x64_1029.mst https://drive.google.com/file/d/1m5pP09fmF7skQD7yYgBQfxAcbuxeLGEw/view?usp=drive_web
D1050x64_1030.mst https://drive.google.com/file/d/1upEYW2e-Lsssfyrl8vjnqQGn4a8eKe1D/view?usp=drive_web
D1050x64_1031.mst https://drive.google.com/file/d/18mqMdFzjWmb6ALuM6JKhFkKcYXmyWLOD/view?usp=drive_web
D1050x64_1032.mst https://drive.google.com/file/d/1RrfQXOW4viqjRwpiuc9z4x1LLDB5HumF/view?usp=drive_web
D1050x64_1034.mst https://drive.google.com/file/d/1Y9HfGnl95e7fA1P9Snmy9RrYrZ2Hq7FO/view?usp=drive_web
D1050x64_1035.mst https://drive.google.com/file/d/1zTvvMWwCuYTy4JuyKlazo4p73i443U7D/view?usp=drive_web
D1050x64_1036.mst https://drive.google.com/file/d/1X6a_Gm-3IrlHf3K5OGXA_vCDll-oTe5q/view?usp=drive_web
D1050x64_1037.mst https://drive.google.com/file/d/1F7n659Uy-ND1ONbHqxZJqT6jgvk4SIG0/view?usp=drive_web
D1050x64_1038.mst https://drive.google.com/file/d/14b5c9bohF-Aze2fzJzTCUsj0sRO2vA5H/view?usp=drive_web
D1050x64_1040.mst https://drive.google.com/file/d/1xyY6KsL8xkFhCoQ5zUyhcu9zdx04iyuJ/view?usp=drive_web
D1050x64_1041.mst https://drive.google.com/file/d/18eb_16ZqlzAw_Br_zWcTmxLoLPPnJ-b1/view?usp=drive_web
D1050x64_1042.mst https://drive.google.com/file/d/1gwjYKQff_IZmpfxI2ZtmlMMYPWQRTj7J/view?usp=drive_web
D1050x64_1043.mst https://drive.google.com/file/d/1ikj5lLvQyAdrGOCtm7VyjLMGVyjgEtrh/view?usp=drive_web
D1050x64_1044.mst https://drive.google.com/file/d/1nnKRC2a0W4RFPS5NDtgtyjyRZNiMaeT5/view?usp=drive_web
D1050x64_1045.mst https://drive.google.com/file/d/1JYZmVlocewuD9XA80D6bDS0AdzI-paL_/view?usp=drive_web
D1050x64_1046.mst https://drive.google.com/file/d/1PRhX0WW70i4zNdEb9RKs8vtwQ9pAfyAq/view?usp=drive_web
D1050x64_1049.mst https://drive.google.com/file/d/1rzwKp_JUMs4CHCy5EOptrsQhJtLNJxpd/view?usp=drive_web
D1050x64_1053.mst https://drive.google.com/file/d/1vJCqw1FSOThQm1o99DHJ0UUk5O-yRE6B/view?usp=drive_web
D1050x64_1055.mst https://drive.google.com/file/d/1YzEEn9go_wwO3-IqKuN9v6ASHL11b3Ee/view?usp=drive_web
D1050x64_2052.mst https://drive.google.com/file/d/1V_1wI0Yu-BH0pGybsiA9qdTKE5Ldmg8X/view?usp=drive_web
D1050x86.cab https://drive.google.com/file/d/1gsH0pusvgDwdGDUx7SvUwJnxcK4Eo_XS/view?usp=drive_web
D1050x86.msi https://drive.google.com/file/d/1PNz0lJ5iMKjA-UcSfHt3SdlivF2W5-7p/view?usp=drive_web
D1050x86_1025.mst https://drive.google.com/file/d/1fQnEpyvkMEYbFgYUnXBWJkMVc37o4IE0/view?usp=drive_web
D1050x86_1028.mst https://drive.google.com/file/d/1yTzGVx-oc6ytwYxGStfMYrqFeH6cbFgQ/view?usp=drive_web
D1050x86_1029.mst https://drive.google.com/file/d/18-YB8irh1q8tRe4YauTfBti-MIQGB2hT/view?usp=drive_web
D1050x86_1030.mst https://drive.google.com/file/d/1tzW4M7W0NdGH7dKKiBf3l82rW8KkCX-P/view?usp=drive_web
D1050x86_1031.mst https://drive.google.com/file/d/1GwSwiTriD-1RPR-OWswzOUlnO9C5CAtD/view?usp=drive_web
D1050x86_1032.mst https://drive.google.com/file/d/1re1cuJ5WrGK_oiwr_IIZw88TLYnzKH0I/view?usp=drive_web
D1050x86_1034.mst https://drive.google.com/file/d/18hwG99_I3pxHSEQTF5yazVyW42lGey7s/view?usp=drive_web
D1050x86_1035.mst https://drive.google.com/file/d/1nQ79m2i-y048xnXFYFddd1NIJ8fIk30R/view?usp=drive_web
D1050x86_1036.mst https://drive.google.com/file/d/1Az1uG9E7s0sHuEF95IvFKluo2vEl57pq/view?usp=drive_web
D1050x86_1037.mst https://drive.google.com/file/d/1UmmqquCPFFGE5E5szquW-i_SzsFiCpnM/view?usp=drive_web
D1050x86_1038.mst https://drive.google.com/file/d/1QrKGHf5IOEx-KC9qSl-BTDWQHBa2tP6i/view?usp=drive_web
D1050x86_1040.mst https://drive.google.com/file/d/1D0bC2jFH44jcBfON0BisLWNHZnNMMEoq/view?usp=drive_web
D1050x86_1041.mst https://drive.google.com/file/d/18JmynEvfMFl8f07l49Cp9iA_xGoFIKuZ/view?usp=drive_web
D1050x86_1042.mst https://drive.google.com/file/d/1sHvNELCo3AlyKEzhWoDVjbffkLK3IL82/view?usp=drive_web
D1050x86_1043.mst https://drive.google.com/file/d/1piEtdUUC3rW_pfMHo_lnuXt3zOboVxAG/view?usp=drive_web
D1050x86_1044.mst https://drive.google.com/file/d/1zRoGLe9xtOl9zK4hUoNpaZrIW5yOoi4n/view?usp=drive_web
D1050x86_1045.mst https://drive.google.com/file/d/1az3QKt5HjetLm4w9gReO2QOK8ofVjzqz/view?usp=drive_web
D1050x86_1046.mst https://drive.google.com/file/d/1yodywEfIoV01KQkr50z0B1EGCt6VnufD/view?usp=drive_web
D1050x86_1049.mst https://drive.google.com/file/d/1ph_o5UMVWkQUECL-kJzZZswrz81aNGy1/view?usp=drive_web
D1050x86_1053.mst https://drive.google.com/file/d/1CrdTAgWGnBR8hxCt6Q-K48ZGMW6LhNeQ/view?usp=drive_web
D1050x86_1055.mst https://drive.google.com/file/d/16IHCqPw4Y-i85DtRGbS_GGaBxF7xDZEQ/view?usp=drive_web
D1050x86_2052.mst https://drive.google.com/file/d/1CU_pohgwqEYBe2ZX5cjOguCDg45dUgOe/view?usp=drive_web
ErrorReporter.exe https://drive.google.com/file/d/199_ngM7ncrWTUxmErYG7ywsahfEfPSX8/view?usp=drive_web
Full_x64.cab https://drive.google.com/file/d/19Sy-sRXNKbqOu4bdvuZ3EaBtRKSHTNrc/view?usp=drive_web
Full_x86.cab https://drive.google.com/file/d/1YNNlE8aMJq3paRNZvxRjVIhh6ck67ZfT/view?usp=drive_web
HP-DQEX5.exe https://drive.google.com/file/d/1s5cOWmrJ5MXoGDCxlrgO5vAXF3_oY39h/view?usp=drive_web
hp_deskjet_2050_04.gpd https://drive.google.com/file/d/1tYSpYekIhESVgl1hc5CbWGj9e3oYmTLi/view?usp=drive_web
HPCommunication.dll https://drive.google.com/file/d/1LSu2tm8eeTw4mDM3delCOCau4qxTu_mo/view?usp=drive_web
HPCommunication.X.manifest https://drive.google.com/file/d/1nNoZ76CsoeFYlLpUiSGewhipfmbbmHrk/view?usp=drive_web
HPeDiag.dll https://drive.google.com/file/d/16girQfOJZLiKeMYUCct2-9VqFOaqvtdi/view?usp=drive_web
HPeDiag.X.manifest https://drive.google.com/file/d/1cLbftXEjEEX8X1A-7X1oNvEaqbB4q0PW/view?usp=drive_web
HPeSupport.dll https://drive.google.com/file/d/1NAKZ87upH0OZX8n6_59aBLSO60ySuL14/view?usp=drive_web
HPeSupport.X.manifest https://drive.google.com/file/d/1NwfRoBnHNB4lm1KkuPjrF6qNOGKcKN-m/view?usp=drive_web
HPMACRONAMES.gpd https://drive.google.com/file/d/1XYjR2GlIuAUyrgnmIFgl0dpv00Tb2hty/view?usp=drive_web
HPScanMiniDrv_DJ1050_J410.INF https://drive.google.com/file/d/1uyAfT6CCWfieeKVFN4L8-d9KlSJ_i1iK/view?usp=drive_web
HPScanMiniDrv_DJ1050_J410x32.CAT https://drive.google.com/file/d/1BvvkA5cO6SWRk12EcvS654GZeKqgMf-S/view?usp=drive_web
HPScanMiniDrv_DJ1050_J410x64.CAT https://drive.google.com/file/d/1OTXOhCmvYD5KNPorVOl-ACTZD8IlHZf5/view?usp=drive_web
HPScripting.dll https://drive.google.com/file/d/1M9-SzHQAck6doPgGGulxQS7Q8YzhfBcG/view?usp=drive_web
HPScripting.X.manifest https://drive.google.com/file/d/126kNGP0aH-gRK8gJjHjeibqZsL-5rMY2/view?usp=drive_web
hpvpl04.cat https://drive.google.com/file/d/1J7jD5fJNriraJNuaNMU5DzI8VVeByIKj/view?usp=drive_web
hpvpl04.inf https://drive.google.com/file/d/122Nu2Igv6BXBK6RQPno-nbB1Lx1MjIvp/view?usp=drive_web
hpvpl04.ini https://drive.google.com/file/d/18F1ZcWgNpvNzBdNNWe86Kj_LqdmOAr14/view?usp=drive_web
InstallMetrics.dll https://drive.google.com/file/d/1_BOiLcnDH-BabncvIy_K1i91FfqG4il8/view?usp=drive_web
InstallMetrics.X.manifest https://drive.google.com/file/d/1_Yaeqpb5d7pt7mRUbA5juc4CnLHgTCil/view?usp=drive_web
InternetUtil.dll https://drive.google.com/file/d/1VaYN7XENZ2C2JbG_j0MbmwIndWbVfvky/view?usp=drive_web
InternetUtil.X.manifest https://drive.google.com/file/d/1OrneUYHWUx23V29Jyd6yt2_t4cIgIVUh/view?usp=drive_web
locale.gpd https://drive.google.com/file/d/1DiC-fXog0sjO6IynwBV_6r99Y7ssHCOU/view?usp=drive_web
ReadMe.chm https://drive.google.com/file/d/1DSuTjd8j2wRups6s4miEex7katR4rRX4/view?usp=drive_web
RulesEngine.dll https://drive.google.com/file/d/1DlmFy_Rz1YEJIZgFsUn3YghMW2OP2G_0/view?usp=drive_web
RulesEngine.X.manifest https://drive.google.com/file/d/1XV09Ip09Lc2wGMxOMfg4qdZi6OFHxpI8/view?usp=drive_web
Setup.exe https://drive.google.com/file/d/1kAqB7eExArTseowWkpzOSV0BwE4fTdRd/view?usp=drive_web
stdnames.gpd https://drive.google.com/file/d/1NrF42p-Hncnm9i7BEZAQHJ6MaR1u2ikU/view?usp=drive_web

2 Folders, one copied from the disc and the zip made from that folder
Note: A wllogin_32 , Typ Windows Installer-Paket, would not let itself be copied to the Main Folder ,
( and the zip Folder is made from that folder
https://drive.google.com/file/d/1q_kbuHuqtG3eqYpw-CeVAAwILXUkZh5b/view?usp=drive_web


Won’t Install for Windows 10 !!!
https://i.postimg.cc/g0cLpHvf/DVD-rein-nichts-passieret.jpg https://i.postimg.cc/g0cLpHvf/DVD-rein-nichts-passieret.jpg
It starts after double click , then the typical warning window says I am opening HP-DQEX5.exe
On clicking Ja ( Yes ) just briefly a window starts saying getting ready, but then this brick wall is hit:
https://i.postimg.cc/9fxRQwbz/DVD-software-only-fo-XP-Vista-and-Win7.jpg https://i.postimg.cc/9fxRQwbz/DVD-software-only-fo-XP-Vista-and-Win7.jpg

So in the next post I will look at a second re install from a download from the HP site

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
SerSszuD HP 1010 Files from HP site downloaded and installed drivers

Furthering the example, I have another computer and want to compare the driver file produced for the same product- I have obtained the driver in this second case from the HP site https://support.hp.com/de-de/drivers/selfservice/hp-deskjet-1050-all-in-one-printer-series-j410/4027462/model/4027464
https://support.hp.com/de-de/drivers/selfservice/closure/hp-deskjet-1050-all-in-one-printer-series-j410/4027462/model/4027464?ssfFlag=true&sku=
DJ1050_J410_1313-1.exe : https://drive.google.com/file/d/1BGIYiyIrGsoyApL61_jHFWRPSkgdGOxi/view?usp=drive_web

I will start with downloading the last file used, ‘wbCodesDriversDruckerFromPoohFirstPetraRotWin7S tarter.xlsm’ https://app.box.com/s/k9hqq3mq7972kcucn428ghcd4gciquhn
, rename it wbCodesDriversDruckerFromSerSszuD.xlsm Later uploaded here: https://app.box.com/s/p6sncbqissotych7sdtnqtpuoy91s499
, then I will delete all content on the last 4 Worksheet tabs,
https://i.postimg.cc/wTkPQ8qL/Clear-Worksheets.jpg
and use them for the corresponding views for the new computer with downloaded driver
https://i.postimg.cc/QN1vVKv6/Rename-Worksheet-Tab-Names.jpg
Here is that file re uploaded in the new name
wbCodesDriversDruckerFromSerSszuD.xlsm : https://app.box.com/s/p6sncbqissotych7sdtnqtpuoy91s499

F:\DriversDruckersFromSerrzzud\Before1050aDownload , F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect
This the main before folder we need to look in, F:\DriversDruckersFromSerrzzud\Before1050aDownload ,
https://i.postimg.cc/PJW770mG/main-Folder-Ser-Sszu-DDrivers.jpg ,
and as always, we don’t need to worry about any files there, as in the main folder, only the folders are considered. Thereafter, folders and files are considered.
( I tend to put such a folder temporarily fairly well “up the explorer levels” , to keep the full text path short, rather than deep down in some folder subfolders place, as this often simplifies things, and can help prevent problems that sometimes come in with very long full paths.

Here , similarly the main after folder path that we need, F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect
https://i.postimg.cc/ZqTHVCqL/main-After-Folder-Ser-Sszu-DDrivers.jpg



Results.
In the case of computer SerSszuD , I just see the main extra section in DriverStore for the after compared with before installation
_____ Workbook: wbCodesDriversDruckerFromPoohSerSszuD.xlsm ( Using Excel 2007 32 bit )

F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_gp io2_skl.inf_amd64_b68199ad84607c21ialpss2i_gpio2_s kl.inf_amd64_b68199ad84607c21

iaLPSS2i_GPIO2.sys

iaLPSS2i_GPIO2_SKL.inf



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_bxt_p.inf_amd64_190858fd8e931883ialpss2i_i2c_bxt _p.inf_amd64_190858fd8e931883

iaLPSS2i_I2C_BXT_P.inf

iaLPSS2i_I2C_BXT_P.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_cnl.inf_amd64_f668309b543472ebialpss2i_i2c_cnl.i nf_amd64_f668309b543472eb

iaLPSS2i_I2C_CNL.inf

iaLPSS2i_I2C_CNL.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_glk.inf_amd64_7b6c08738ca8a856ialpss2i_i2c_glk.i nf_amd64_7b6c08738ca8a856

iaLPSS2i_I2C_GLK.inf

iaLPSS2i_I2C_GLK.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_skl.inf_amd64_9d9dbb01837eba23ialpss2i_i2c_skl.i nf_amd64_9d9dbb01837eba23

iaLPSS2i_I2C.sys

iaLPSS2i_I2C_SKL.inf



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpssi_gpi o.inf_amd64_62ffa3c95446bcfcialpssi_gpio.inf_amd64 _62ffa3c95446bcfc

ialpssi_gpio.inf

iaLPSSi_GPIO.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpssi_i2c .inf_amd64_8e00e1aed7fbdf70ialpssi_i2c.inf_amd64_8 e00e1aed7fbdf70

ialpssi_i2c.inf

iaLPSSi_I2C.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\iastorav.in f_amd64_87f761c07c99d5e7iastorav.inf_amd64_87f761c 07c99d5e7

iastorav.inf

iaStorAVC.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\iastorv.inf _amd64_9c09bd1df352f065iastorv.inf_amd64_9c09bd1df 352f065

iastorv.inf

iaStorV.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\idtsec.inf_ amd64_9321d33f1997dbfdidtsec.inf_amd64_9321d33f199 7dbfd

idtsec.dll

idtsec.inf
Worksheet: SerSszuDBothAndOffset

That seems to be somewhat different file composition , compared with the previous computer which used the DVD


Some other general results for computer SerSszuD in next post

DocAElstein
11-01-2021, 04:38 PM
Some other general results for computer SerSszuD, after the Drucker driver download experiments from the last posts.

Produced text files
‘WorksheetToTextFileOverWindowsClipboardSerSszuD BothAndOffset.txt’ https://app.box.com/s/hv9464ivu9h4by9lminw6hxszqi24pap 380.3KB
‘WorksheetToTextFileOverWindowsClipboardSerSszuD Both.txt’ https://app.box.com/s/ar68tiqli12gwkafksn66l610op0h33s 360.2KB
‘WorksheetToTextFileOverWindowsClipboardSerSszuD After.txt’ https://app.box.com/s/ixmy9mcot11mms7q8dq41acyndyyza99 258.3KB
‘WorksheetToTextFileOverWindowsClipboardSerSszuD Before.txt’ https://app.box.com/s/3drphcz1h3ib6299v9ahtu5z83mbtjpg 173.2KB


Before any downloading, and installing
‘WorksheetToTextFileOverWindowsClipboardSerSszuD Before.txt’ https://app.box.com/s/3drphcz1h3ib6299v9ahtu5z83mbtjpg

https://i.postimg.cc/nV0sN217/Word-shown-Druckers.jpg https://i.postimg.cc/nV0sN217/Word-shown-Druckers.jpg
https://i.postimg.cc/JnQyr5Vf/Error-from-versuche-drucker-einzufugen.jpg https://i.postimg.cc/JnQyr5Vf/Error-from-versuche-drucker-einzufugen.jpg
https://i.postimg.cc/PJ3PZfqK/System-Steuerung.jpg https://i.postimg.cc/PJ3PZfqK/System-Steuerung.jpg

https://i.postimg.cc/Vk30DNWV/Downloaded-Driver-for-1050a-Drucker.jpg https://i.postimg.cc/Vk30DNWV/Downloaded-Driver-for-1050a-Drucker.jpg
https://i.postimg.cc/3xyDXGmG/After-douible-clicking-Installing-1050a-Drucker-Driver.jpg https://i.postimg.cc/3xyDXGmG/After-douible-clicking-Installing-1050a-Drucker-Driver.jpg
https://i.postimg.cc/T1YKp5Tp/Installing-1050-Driver.jpg https://i.postimg.cc/T1YKp5Tp/Installing-1050-Driver.jpg
https://i.postimg.cc/Jn8DCdg3/Install-weiter-ohne-zu-konnect-drucker.jpg https://i.postimg.cc/Jn8DCdg3/Install-weiter-ohne-zu-konnect-drucker.jpg
https://i.postimg.cc/fbmtFhHT/Finish-Install.jpg https://i.postimg.cc/fbmtFhHT/Finish-Install.jpg

After Download Before any connect
https://i.postimg.cc/Y0xbFChv/Sucessful-Net-Framework-3-5-enthaelt-Net-2-0-and-3-0.jpg https://i.postimg.cc/Y0xbFChv/Sucessful-Net-Framework-3-5-enthaelt-Net-2-0-and-3-0.jpg
https://i.postimg.cc/Dwpp505s/3-New-Desktop-Icons.jpg https://i.postimg.cc/Dwpp505s/3-New-Desktop-Icons.jpg
https://i.postimg.cc/GpB7fRSf/No-Change-In-Systensteuerung-Druckers.jpg https://i.postimg.cc/GpB7fRSf/No-Change-In-Systensteuerung-Druckers.jpg
https://i.postimg.cc/9MZxWp2t/No-Change-In-Systensteuerung-Druckers.jpg https://i.postimg.cc/9MZxWp2t/No-Change-In-Systensteuerung-Druckers.jpg
https://i.postimg.cc/mk4mhH2x/No-Change-In-Word.jpg https://i.postimg.cc/mk4mhH2x/No-Change-In-Word.jpg
https://i.postimg.cc/bY06W33q/Gedrucht-auf-einer-Scanned-auf-die-anderer.jpg
https://i.postimg.cc/y84LVTH8/Programme-is-there.jpg https://i.postimg.cc/y84LVTH8/Programme-is-there.jpg

Attempting to install from disc after download
https://i.postimg.cc/9QNVTW7g/Installing-nothing-could-be-clicked-says-already-there.jpg https://i.postimg.cc/9QNVTW7g/Installing-nothing-could-be-clicked-says-already-there.jpg

After a connect
https://i.postimg.cc/KjTtVd4r/For-Blumen-Druck.jpg https://i.postimg.cc/KjTtVd4r/For-Blumen-Druck.jpg

Later as time goes on
https://i.postimg.cc/bY06W33q/Gedrucht-auf-einer-Scanned-auf-die-anderer.jpg https://i.postimg.cc/bY06W33q/Gedrucht-auf-einer-Scanned-auf-die-anderer.jpg
https://i.postimg.cc/3w1G2fhx/Connect-second-drucker-get-Kopie-1-even-if-first-is-no-longer-connected.jpg https://i.postimg.cc/3w1G2fhx/Connect-second-drucker-get-Kopie-1-even-if-first-is-no-longer-connected.jpg
https://i.postimg.cc/Rh6n5MHW/Connect-Wolfy-as-third-drucker-get-Kopie-2-even-if-first-is-no-longer-connected.jpg https://i.postimg.cc/Rh6n5MHW/Connect-Wolfy-as-third-drucker-get-Kopie-2-even-if-first-is-no-longer-connected.jpg
https://i.postimg.cc/HL6JrJ0J/Connect-Wolfy-as-third-drucker-get-Kopie-2-even-if-first-is-no-longer-connected.jpg https://i.postimg.cc/HL6JrJ0J/Connect-Wolfy-as-third-drucker-get-Kopie-2-even-if-first-is-no-longer-connected.jpg
https://i.postimg.cc/FKrdFbS5/System-Steuerung-showing-all-used-Druckers.jpg https://i.postimg.cc/FKrdFbS5/System-Steuerung-showing-all-used-Druckers.jpg



I decided to do some checks, just for fun. A month or so later I check folders drivers and DriverStore again

I then reinstalled the four things showing in the programme list, and I note that when I de installed
_ HP Deskjet 1050 j410 series- Grundlegende Software für das Geräte , the admin right warning said I was removing 1d8302.msi
_ HP Deskjet 1050 j410 series Hilfe , the admin right warning said I was removing 1d8311.msi
_ HP Photo Creations , it went into a de installing
_ Studie zur Verbesserung von HP Deskjet 1050 J410 series Produkten , the admin right warning said I was removing 1d8307.msi

Here some changes after de install ( I did not restart computer )
https://i.postimg.cc/VLc7wR1L/Gone-from-system-steuerung.jpg https://i.postimg.cc/VLc7wR1L/Gone-from-system-steuerung.jpg
https://i.postimg.cc/gkqg2Zky/Gone-from-Word.jpg https://i.postimg.cc/gkqg2Zky/Gone-from-Word.jpg

Here the file, and I add some more worksheets
wbCodesDriversDruckerFromSerSszuD.xlsm : https://app.box.com/s/8aes7925x6xbjd0bwo6dwttu3cn7ucgp
In a worksheet BeforeAndNovCheckAfterDeInstall we see one major change that has somehow occurred, a section has appeared
_____ Workbook: wbCodesDriversDruckerFromSerSszuD.xlsm ( Using Excel 2007 32 bit )

G:\DriversFromSerSsuDCheckDeInstalled\DDFsDDFs

CertificateStore_DDF.xml

DMClient_DDF.xml

EnrollmentStatusTrackingDDF.xml

EnterpriseModernAppManagementDDF.xml

NGCProDDF_v1.2_final.xml

Win32CompatibilityAppraiser_DDF.xml
Worksheet: BeforeAndNovCheckAfterDeInstall

And then there are a few simple changes…
A mrxsmb10.sys has gone from F:\DriversDruckersFromSerrzzud\Before1050aDownload \drivers

An usbscan.sys has remained/ appeared now November in G:\DriversFromSerSsuDCheckDeInstalled\drivers

A hosts.ics has remained/ appeared now November in G:\DriversFromSerSsuDCheckDeInstalled\drivers\etc
WorksheetToTextFileOverWindowsClipboardBeforeAndNo vCheckAfterDeInstall.txt https://app.box.com/s/dvr8intl1rl8yr9oye2g7svirumpa5bj 337.5KB
‘WorksheetToTextFileOverWindowsClipboardAfterDeI nstall.txt’ https://app.box.com/s/h4dl75no3leqfelm24i0te7f5qap1ln1 164.3KB



In the next post we look at the effect now of a DVD install into SerSszuD

DocAElstein
11-01-2021, 04:38 PM
Here is the DVD info
First all uploaded via Google Email attachment
Autorun.inf https://drive.google.com/file/d/1q_kbuHuqtG3eqYpw-CeVAAwILXUkZh5b/view?usp=drive_web
Autorun.inf https://drive.google.com/file/d/1q_kbuHuqtG3eqYpw-CeVAAwILXUkZh5b/view?usp=drive_web
D1050x64.cab https://drive.google.com/file/d/1P8ifhXcmjHkT08pb73bbgqJCX6eKfR7B/view?usp=drive_web
D1050x64.msi https://drive.google.com/file/d/158j67PsaAHuQjf3yzfBq569cSom40E7R/view?usp=drive_web
D1050x64_1025.mst https://drive.google.com/file/d/1MdEG4r7pgq2BomAiiGqjoF1wQQuKye0S/view?usp=drive_web
D1050x64_1028.mst https://drive.google.com/file/d/11fCf6v09S8a0dv4BCd5w-7iU0ZviiR4X/view?usp=drive_web
D1050x64_1029.mst https://drive.google.com/file/d/1m5pP09fmF7skQD7yYgBQfxAcbuxeLGEw/view?usp=drive_web
D1050x64_1030.mst https://drive.google.com/file/d/1upEYW2e-Lsssfyrl8vjnqQGn4a8eKe1D/view?usp=drive_web
D1050x64_1031.mst https://drive.google.com/file/d/18mqMdFzjWmb6ALuM6JKhFkKcYXmyWLOD/view?usp=drive_web
D1050x64_1032.mst https://drive.google.com/file/d/1RrfQXOW4viqjRwpiuc9z4x1LLDB5HumF/view?usp=drive_web
D1050x64_1034.mst https://drive.google.com/file/d/1Y9HfGnl95e7fA1P9Snmy9RrYrZ2Hq7FO/view?usp=drive_web
D1050x64_1035.mst https://drive.google.com/file/d/1zTvvMWwCuYTy4JuyKlazo4p73i443U7D/view?usp=drive_web
D1050x64_1036.mst https://drive.google.com/file/d/1X6a_Gm-3IrlHf3K5OGXA_vCDll-oTe5q/view?usp=drive_web
D1050x64_1037.mst https://drive.google.com/file/d/1F7n659Uy-ND1ONbHqxZJqT6jgvk4SIG0/view?usp=drive_web
D1050x64_1038.mst https://drive.google.com/file/d/14b5c9bohF-Aze2fzJzTCUsj0sRO2vA5H/view?usp=drive_web
D1050x64_1040.mst https://drive.google.com/file/d/1xyY6KsL8xkFhCoQ5zUyhcu9zdx04iyuJ/view?usp=drive_web
D1050x64_1041.mst https://drive.google.com/file/d/18eb_16ZqlzAw_Br_zWcTmxLoLPPnJ-b1/view?usp=drive_web
D1050x64_1042.mst https://drive.google.com/file/d/1gwjYKQff_IZmpfxI2ZtmlMMYPWQRTj7J/view?usp=drive_web
D1050x64_1043.mst https://drive.google.com/file/d/1ikj5lLvQyAdrGOCtm7VyjLMGVyjgEtrh/view?usp=drive_web
D1050x64_1044.mst https://drive.google.com/file/d/1nnKRC2a0W4RFPS5NDtgtyjyRZNiMaeT5/view?usp=drive_web
D1050x64_1045.mst https://drive.google.com/file/d/1JYZmVlocewuD9XA80D6bDS0AdzI-paL_/view?usp=drive_web
D1050x64_1046.mst https://drive.google.com/file/d/1PRhX0WW70i4zNdEb9RKs8vtwQ9pAfyAq/view?usp=drive_web
D1050x64_1049.mst https://drive.google.com/file/d/1rzwKp_JUMs4CHCy5EOptrsQhJtLNJxpd/view?usp=drive_web
D1050x64_1053.mst https://drive.google.com/file/d/1vJCqw1FSOThQm1o99DHJ0UUk5O-yRE6B/view?usp=drive_web
D1050x64_1055.mst https://drive.google.com/file/d/1YzEEn9go_wwO3-IqKuN9v6ASHL11b3Ee/view?usp=drive_web
D1050x64_2052.mst https://drive.google.com/file/d/1V_1wI0Yu-BH0pGybsiA9qdTKE5Ldmg8X/view?usp=drive_web
D1050x86.cab https://drive.google.com/file/d/1gsH0pusvgDwdGDUx7SvUwJnxcK4Eo_XS/view?usp=drive_web
D1050x86.msi https://drive.google.com/file/d/1PNz0lJ5iMKjA-UcSfHt3SdlivF2W5-7p/view?usp=drive_web
D1050x86_1025.mst https://drive.google.com/file/d/1fQnEpyvkMEYbFgYUnXBWJkMVc37o4IE0/view?usp=drive_web
D1050x86_1028.mst https://drive.google.com/file/d/1yTzGVx-oc6ytwYxGStfMYrqFeH6cbFgQ/view?usp=drive_web
D1050x86_1029.mst https://drive.google.com/file/d/18-YB8irh1q8tRe4YauTfBti-MIQGB2hT/view?usp=drive_web
D1050x86_1030.mst https://drive.google.com/file/d/1tzW4M7W0NdGH7dKKiBf3l82rW8KkCX-P/view?usp=drive_web
D1050x86_1031.mst https://drive.google.com/file/d/1GwSwiTriD-1RPR-OWswzOUlnO9C5CAtD/view?usp=drive_web
D1050x86_1032.mst https://drive.google.com/file/d/1re1cuJ5WrGK_oiwr_IIZw88TLYnzKH0I/view?usp=drive_web
D1050x86_1034.mst https://drive.google.com/file/d/18hwG99_I3pxHSEQTF5yazVyW42lGey7s/view?usp=drive_web
D1050x86_1035.mst https://drive.google.com/file/d/1nQ79m2i-y048xnXFYFddd1NIJ8fIk30R/view?usp=drive_web
D1050x86_1036.mst https://drive.google.com/file/d/1Az1uG9E7s0sHuEF95IvFKluo2vEl57pq/view?usp=drive_web
D1050x86_1037.mst https://drive.google.com/file/d/1UmmqquCPFFGE5E5szquW-i_SzsFiCpnM/view?usp=drive_web
D1050x86_1038.mst https://drive.google.com/file/d/1QrKGHf5IOEx-KC9qSl-BTDWQHBa2tP6i/view?usp=drive_web
D1050x86_1040.mst https://drive.google.com/file/d/1D0bC2jFH44jcBfON0BisLWNHZnNMMEoq/view?usp=drive_web
D1050x86_1041.mst https://drive.google.com/file/d/18JmynEvfMFl8f07l49Cp9iA_xGoFIKuZ/view?usp=drive_web
D1050x86_1042.mst https://drive.google.com/file/d/1sHvNELCo3AlyKEzhWoDVjbffkLK3IL82/view?usp=drive_web
D1050x86_1043.mst https://drive.google.com/file/d/1piEtdUUC3rW_pfMHo_lnuXt3zOboVxAG/view?usp=drive_web
D1050x86_1044.mst https://drive.google.com/file/d/1zRoGLe9xtOl9zK4hUoNpaZrIW5yOoi4n/view?usp=drive_web
D1050x86_1045.mst https://drive.google.com/file/d/1az3QKt5HjetLm4w9gReO2QOK8ofVjzqz/view?usp=drive_web
D1050x86_1046.mst https://drive.google.com/file/d/1yodywEfIoV01KQkr50z0B1EGCt6VnufD/view?usp=drive_web
D1050x86_1049.mst https://drive.google.com/file/d/1ph_o5UMVWkQUECL-kJzZZswrz81aNGy1/view?usp=drive_web
D1050x86_1053.mst https://drive.google.com/file/d/1CrdTAgWGnBR8hxCt6Q-K48ZGMW6LhNeQ/view?usp=drive_web
D1050x86_1055.mst https://drive.google.com/file/d/16IHCqPw4Y-i85DtRGbS_GGaBxF7xDZEQ/view?usp=drive_web
D1050x86_2052.mst https://drive.google.com/file/d/1CU_pohgwqEYBe2ZX5cjOguCDg45dUgOe/view?usp=drive_web
ErrorReporter.exe https://drive.google.com/file/d/199_ngM7ncrWTUxmErYG7ywsahfEfPSX8/view?usp=drive_web
Full_x64.cab https://drive.google.com/file/d/19Sy-sRXNKbqOu4bdvuZ3EaBtRKSHTNrc/view?usp=drive_web
Full_x86.cab https://drive.google.com/file/d/1YNNlE8aMJq3paRNZvxRjVIhh6ck67ZfT/view?usp=drive_web
HP-DQEX5.exe https://drive.google.com/file/d/1s5cOWmrJ5MXoGDCxlrgO5vAXF3_oY39h/view?usp=drive_web
hp_deskjet_2050_04.gpd https://drive.google.com/file/d/1tYSpYekIhESVgl1hc5CbWGj9e3oYmTLi/view?usp=drive_web
HPCommunication.dll https://drive.google.com/file/d/1LSu2tm8eeTw4mDM3delCOCau4qxTu_mo/view?usp=drive_web
HPCommunication.X.manifest https://drive.google.com/file/d/1nNoZ76CsoeFYlLpUiSGewhipfmbbmHrk/view?usp=drive_web
HPeDiag.dll https://drive.google.com/file/d/16girQfOJZLiKeMYUCct2-9VqFOaqvtdi/view?usp=drive_web
HPeDiag.X.manifest https://drive.google.com/file/d/1cLbftXEjEEX8X1A-7X1oNvEaqbB4q0PW/view?usp=drive_web
HPeSupport.dll https://drive.google.com/file/d/1NAKZ87upH0OZX8n6_59aBLSO60ySuL14/view?usp=drive_web
HPeSupport.X.manifest https://drive.google.com/file/d/1NwfRoBnHNB4lm1KkuPjrF6qNOGKcKN-m/view?usp=drive_web
HPMACRONAMES.gpd https://drive.google.com/file/d/1XYjR2GlIuAUyrgnmIFgl0dpv00Tb2hty/view?usp=drive_web
HPScanMiniDrv_DJ1050_J410.INF https://drive.google.com/file/d/1uyAfT6CCWfieeKVFN4L8-d9KlSJ_i1iK/view?usp=drive_web
HPScanMiniDrv_DJ1050_J410x32.CAT https://drive.google.com/file/d/1BvvkA5cO6SWRk12EcvS654GZeKqgMf-S/view?usp=drive_web
HPScanMiniDrv_DJ1050_J410x64.CAT https://drive.google.com/file/d/1OTXOhCmvYD5KNPorVOl-ACTZD8IlHZf5/view?usp=drive_web
HPScripting.dll https://drive.google.com/file/d/1M9-SzHQAck6doPgGGulxQS7Q8YzhfBcG/view?usp=drive_web
HPScripting.X.manifest https://drive.google.com/file/d/126kNGP0aH-gRK8gJjHjeibqZsL-5rMY2/view?usp=drive_web
hpvpl04.cat https://drive.google.com/file/d/1J7jD5fJNriraJNuaNMU5DzI8VVeByIKj/view?usp=drive_web
hpvpl04.inf https://drive.google.com/file/d/122Nu2Igv6BXBK6RQPno-nbB1Lx1MjIvp/view?usp=drive_web
hpvpl04.ini https://drive.google.com/file/d/18F1ZcWgNpvNzBdNNWe86Kj_LqdmOAr14/view?usp=drive_web
InstallMetrics.dll https://drive.google.com/file/d/1_BOiLcnDH-BabncvIy_K1i91FfqG4il8/view?usp=drive_web
InstallMetrics.X.manifest https://drive.google.com/file/d/1_Yaeqpb5d7pt7mRUbA5juc4CnLHgTCil/view?usp=drive_web
InternetUtil.dll https://drive.google.com/file/d/1VaYN7XENZ2C2JbG_j0MbmwIndWbVfvky/view?usp=drive_web
InternetUtil.X.manifest https://drive.google.com/file/d/1OrneUYHWUx23V29Jyd6yt2_t4cIgIVUh/view?usp=drive_web
locale.gpd https://drive.google.com/file/d/1DiC-fXog0sjO6IynwBV_6r99Y7ssHCOU/view?usp=drive_web
ReadMe.chm https://drive.google.com/file/d/1DSuTjd8j2wRups6s4miEex7katR4rRX4/view?usp=drive_web
RulesEngine.dll https://drive.google.com/file/d/1DlmFy_Rz1YEJIZgFsUn3YghMW2OP2G_0/view?usp=drive_web
RulesEngine.X.manifest https://drive.google.com/file/d/1XV09Ip09Lc2wGMxOMfg4qdZi6OFHxpI8/view?usp=drive_web
Setup.exe https://drive.google.com/file/d/1kAqB7eExArTseowWkpzOSV0BwE4fTdRd/view?usp=drive_web
stdnames.gpd https://drive.google.com/file/d/1NrF42p-Hncnm9i7BEZAQHJ6MaR1u2ikU/view?usp=drive_web

2 Folders, one copied from the disc and the zip made from that folder
Note: A wllogin_32 , Typ Windows Installer-Paket, would not let itself be copied to the Main Folder ,
( and the zip Folder is made from that folder
https://drive.google.com/file/d/1q_kbuHuqtG3eqYpw-CeVAAwILXUkZh5b/view?usp=drive_web


Won’t Install for Windows 10 !!!
https://i.postimg.cc/g0cLpHvf/DVD-rein-nichts-passieret.jpg https://i.postimg.cc/g0cLpHvf/DVD-rein-nichts-passieret.jpg
It starts after double click , then the typical warning window says I am opening HP-DQEX5.exe
On clicking Ja ( Yes ) just briefly a window starts saying getting ready, but then this brick wall is hit:
https://i.postimg.cc/9fxRQwbz/DVD-software-only-fo-XP-Vista-and-Win7.jpg https://i.postimg.cc/9fxRQwbz/DVD-software-only-fo-XP-Vista-and-Win7.jpg

So in the next post I will look at a second re install from a download from the HP site

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
Here is the DVD info
First all uploaded via Google Email attachment
Autorun.inf https://drive.google.com/file/d/1q_kbuHuqtG3eqYpw-CeVAAwILXUkZh5b/view?usp=drive_web
Autorun.inf https://drive.google.com/file/d/1q_kbuHuqtG3eqYpw-CeVAAwILXUkZh5b/view?usp=drive_web
D1050x64.cab https://drive.google.com/file/d/1P8ifhXcmjHkT08pb73bbgqJCX6eKfR7B/view?usp=drive_web
D1050x64.msi https://drive.google.com/file/d/158j67PsaAHuQjf3yzfBq569cSom40E7R/view?usp=drive_web
D1050x64_1025.mst https://drive.google.com/file/d/1MdEG4r7pgq2BomAiiGqjoF1wQQuKye0S/view?usp=drive_web
D1050x64_1028.mst https://drive.google.com/file/d/11fCf6v09S8a0dv4BCd5w-7iU0ZviiR4X/view?usp=drive_web
D1050x64_1029.mst https://drive.google.com/file/d/1m5pP09fmF7skQD7yYgBQfxAcbuxeLGEw/view?usp=drive_web
D1050x64_1030.mst https://drive.google.com/file/d/1upEYW2e-Lsssfyrl8vjnqQGn4a8eKe1D/view?usp=drive_web
D1050x64_1031.mst https://drive.google.com/file/d/18mqMdFzjWmb6ALuM6JKhFkKcYXmyWLOD/view?usp=drive_web
D1050x64_1032.mst https://drive.google.com/file/d/1RrfQXOW4viqjRwpiuc9z4x1LLDB5HumF/view?usp=drive_web
D1050x64_1034.mst https://drive.google.com/file/d/1Y9HfGnl95e7fA1P9Snmy9RrYrZ2Hq7FO/view?usp=drive_web
D1050x64_1035.mst https://drive.google.com/file/d/1zTvvMWwCuYTy4JuyKlazo4p73i443U7D/view?usp=drive_web
D1050x64_1036.mst https://drive.google.com/file/d/1X6a_Gm-3IrlHf3K5OGXA_vCDll-oTe5q/view?usp=drive_web
D1050x64_1037.mst https://drive.google.com/file/d/1F7n659Uy-ND1ONbHqxZJqT6jgvk4SIG0/view?usp=drive_web
D1050x64_1038.mst https://drive.google.com/file/d/14b5c9bohF-Aze2fzJzTCUsj0sRO2vA5H/view?usp=drive_web
D1050x64_1040.mst https://drive.google.com/file/d/1xyY6KsL8xkFhCoQ5zUyhcu9zdx04iyuJ/view?usp=drive_web
D1050x64_1041.mst https://drive.google.com/file/d/18eb_16ZqlzAw_Br_zWcTmxLoLPPnJ-b1/view?usp=drive_web
D1050x64_1042.mst https://drive.google.com/file/d/1gwjYKQff_IZmpfxI2ZtmlMMYPWQRTj7J/view?usp=drive_web
D1050x64_1043.mst https://drive.google.com/file/d/1ikj5lLvQyAdrGOCtm7VyjLMGVyjgEtrh/view?usp=drive_web
D1050x64_1044.mst https://drive.google.com/file/d/1nnKRC2a0W4RFPS5NDtgtyjyRZNiMaeT5/view?usp=drive_web
D1050x64_1045.mst https://drive.google.com/file/d/1JYZmVlocewuD9XA80D6bDS0AdzI-paL_/view?usp=drive_web
D1050x64_1046.mst https://drive.google.com/file/d/1PRhX0WW70i4zNdEb9RKs8vtwQ9pAfyAq/view?usp=drive_web
D1050x64_1049.mst https://drive.google.com/file/d/1rzwKp_JUMs4CHCy5EOptrsQhJtLNJxpd/view?usp=drive_web
D1050x64_1053.mst https://drive.google.com/file/d/1vJCqw1FSOThQm1o99DHJ0UUk5O-yRE6B/view?usp=drive_web
D1050x64_1055.mst https://drive.google.com/file/d/1YzEEn9go_wwO3-IqKuN9v6ASHL11b3Ee/view?usp=drive_web
D1050x64_2052.mst https://drive.google.com/file/d/1V_1wI0Yu-BH0pGybsiA9qdTKE5Ldmg8X/view?usp=drive_web
D1050x86.cab https://drive.google.com/file/d/1gsH0pusvgDwdGDUx7SvUwJnxcK4Eo_XS/view?usp=drive_web
D1050x86.msi https://drive.google.com/file/d/1PNz0lJ5iMKjA-UcSfHt3SdlivF2W5-7p/view?usp=drive_web
D1050x86_1025.mst https://drive.google.com/file/d/1fQnEpyvkMEYbFgYUnXBWJkMVc37o4IE0/view?usp=drive_web
D1050x86_1028.mst https://drive.google.com/file/d/1yTzGVx-oc6ytwYxGStfMYrqFeH6cbFgQ/view?usp=drive_web
D1050x86_1029.mst https://drive.google.com/file/d/18-YB8irh1q8tRe4YauTfBti-MIQGB2hT/view?usp=drive_web
D1050x86_1030.mst https://drive.google.com/file/d/1tzW4M7W0NdGH7dKKiBf3l82rW8KkCX-P/view?usp=drive_web
D1050x86_1031.mst https://drive.google.com/file/d/1GwSwiTriD-1RPR-OWswzOUlnO9C5CAtD/view?usp=drive_web
D1050x86_1032.mst https://drive.google.com/file/d/1re1cuJ5WrGK_oiwr_IIZw88TLYnzKH0I/view?usp=drive_web
D1050x86_1034.mst https://drive.google.com/file/d/18hwG99_I3pxHSEQTF5yazVyW42lGey7s/view?usp=drive_web
D1050x86_1035.mst https://drive.google.com/file/d/1nQ79m2i-y048xnXFYFddd1NIJ8fIk30R/view?usp=drive_web
D1050x86_1036.mst https://drive.google.com/file/d/1Az1uG9E7s0sHuEF95IvFKluo2vEl57pq/view?usp=drive_web
D1050x86_1037.mst https://drive.google.com/file/d/1UmmqquCPFFGE5E5szquW-i_SzsFiCpnM/view?usp=drive_web
D1050x86_1038.mst https://drive.google.com/file/d/1QrKGHf5IOEx-KC9qSl-BTDWQHBa2tP6i/view?usp=drive_web
D1050x86_1040.mst https://drive.google.com/file/d/1D0bC2jFH44jcBfON0BisLWNHZnNMMEoq/view?usp=drive_web
D1050x86_1041.mst https://drive.google.com/file/d/18JmynEvfMFl8f07l49Cp9iA_xGoFIKuZ/view?usp=drive_web
D1050x86_1042.mst https://drive.google.com/file/d/1sHvNELCo3AlyKEzhWoDVjbffkLK3IL82/view?usp=drive_web
D1050x86_1043.mst https://drive.google.com/file/d/1piEtdUUC3rW_pfMHo_lnuXt3zOboVxAG/view?usp=drive_web
D1050x86_1044.mst https://drive.google.com/file/d/1zRoGLe9xtOl9zK4hUoNpaZrIW5yOoi4n/view?usp=drive_web
D1050x86_1045.mst https://drive.google.com/file/d/1az3QKt5HjetLm4w9gReO2QOK8ofVjzqz/view?usp=drive_web
D1050x86_1046.mst https://drive.google.com/file/d/1yodywEfIoV01KQkr50z0B1EGCt6VnufD/view?usp=drive_web
D1050x86_1049.mst https://drive.google.com/file/d/1ph_o5UMVWkQUECL-kJzZZswrz81aNGy1/view?usp=drive_web
D1050x86_1053.mst https://drive.google.com/file/d/1CrdTAgWGnBR8hxCt6Q-K48ZGMW6LhNeQ/view?usp=drive_web
D1050x86_1055.mst https://drive.google.com/file/d/16IHCqPw4Y-i85DtRGbS_GGaBxF7xDZEQ/view?usp=drive_web
D1050x86_2052.mst https://drive.google.com/file/d/1CU_pohgwqEYBe2ZX5cjOguCDg45dUgOe/view?usp=drive_web
ErrorReporter.exe https://drive.google.com/file/d/199_ngM7ncrWTUxmErYG7ywsahfEfPSX8/view?usp=drive_web
Full_x64.cab https://drive.google.com/file/d/19Sy-sRXNKbqOu4bdvuZ3EaBtRKSHTNrc/view?usp=drive_web
Full_x86.cab https://drive.google.com/file/d/1YNNlE8aMJq3paRNZvxRjVIhh6ck67ZfT/view?usp=drive_web
HP-DQEX5.exe https://drive.google.com/file/d/1s5cOWmrJ5MXoGDCxlrgO5vAXF3_oY39h/view?usp=drive_web
hp_deskjet_2050_04.gpd https://drive.google.com/file/d/1tYSpYekIhESVgl1hc5CbWGj9e3oYmTLi/view?usp=drive_web
HPCommunication.dll https://drive.google.com/file/d/1LSu2tm8eeTw4mDM3delCOCau4qxTu_mo/view?usp=drive_web
HPCommunication.X.manifest https://drive.google.com/file/d/1nNoZ76CsoeFYlLpUiSGewhipfmbbmHrk/view?usp=drive_web
HPeDiag.dll https://drive.google.com/file/d/16girQfOJZLiKeMYUCct2-9VqFOaqvtdi/view?usp=drive_web
HPeDiag.X.manifest https://drive.google.com/file/d/1cLbftXEjEEX8X1A-7X1oNvEaqbB4q0PW/view?usp=drive_web
HPeSupport.dll https://drive.google.com/file/d/1NAKZ87upH0OZX8n6_59aBLSO60ySuL14/view?usp=drive_web
HPeSupport.X.manifest https://drive.google.com/file/d/1NwfRoBnHNB4lm1KkuPjrF6qNOGKcKN-m/view?usp=drive_web
HPMACRONAMES.gpd https://drive.google.com/file/d/1XYjR2GlIuAUyrgnmIFgl0dpv00Tb2hty/view?usp=drive_web
HPScanMiniDrv_DJ1050_J410.INF https://drive.google.com/file/d/1uyAfT6CCWfieeKVFN4L8-d9KlSJ_i1iK/view?usp=drive_web
HPScanMiniDrv_DJ1050_J410x32.CAT https://drive.google.com/file/d/1BvvkA5cO6SWRk12EcvS654GZeKqgMf-S/view?usp=drive_web
HPScanMiniDrv_DJ1050_J410x64.CAT https://drive.google.com/file/d/1OTXOhCmvYD5KNPorVOl-ACTZD8IlHZf5/view?usp=drive_web
HPScripting.dll https://drive.google.com/file/d/1M9-SzHQAck6doPgGGulxQS7Q8YzhfBcG/view?usp=drive_web
HPScripting.X.manifest https://drive.google.com/file/d/126kNGP0aH-gRK8gJjHjeibqZsL-5rMY2/view?usp=drive_web
hpvpl04.cat https://drive.google.com/file/d/1J7jD5fJNriraJNuaNMU5DzI8VVeByIKj/view?usp=drive_web
hpvpl04.inf https://drive.google.com/file/d/122Nu2Igv6BXBK6RQPno-nbB1Lx1MjIvp/view?usp=drive_web
hpvpl04.ini https://drive.google.com/file/d/18F1ZcWgNpvNzBdNNWe86Kj_LqdmOAr14/view?usp=drive_web
InstallMetrics.dll https://drive.google.com/file/d/1_BOiLcnDH-BabncvIy_K1i91FfqG4il8/view?usp=drive_web
InstallMetrics.X.manifest https://drive.google.com/file/d/1_Yaeqpb5d7pt7mRUbA5juc4CnLHgTCil/view?usp=drive_web
InternetUtil.dll https://drive.google.com/file/d/1VaYN7XENZ2C2JbG_j0MbmwIndWbVfvky/view?usp=drive_web
InternetUtil.X.manifest https://drive.google.com/file/d/1OrneUYHWUx23V29Jyd6yt2_t4cIgIVUh/view?usp=drive_web
locale.gpd https://drive.google.com/file/d/1DiC-fXog0sjO6IynwBV_6r99Y7ssHCOU/view?usp=drive_web
ReadMe.chm https://drive.google.com/file/d/1DSuTjd8j2wRups6s4miEex7katR4rRX4/view?usp=drive_web
RulesEngine.dll https://drive.google.com/file/d/1DlmFy_Rz1YEJIZgFsUn3YghMW2OP2G_0/view?usp=drive_web
RulesEngine.X.manifest https://drive.google.com/file/d/1XV09Ip09Lc2wGMxOMfg4qdZi6OFHxpI8/view?usp=drive_web
Setup.exe https://drive.google.com/file/d/1kAqB7eExArTseowWkpzOSV0BwE4fTdRd/view?usp=drive_web
stdnames.gpd https://drive.google.com/file/d/1NrF42p-Hncnm9i7BEZAQHJ6MaR1u2ikU/view?usp=drive_web

2 Folders, one copied from the disc and the zip made from that folder
Note: A wllogin_32 , Typ Windows Installer-Paket, would not let itself be copied to the Main Folder ,
( and the zip Folder is made from that folder
https://drive.google.com/file/d/1q_kbuHuqtG3eqYpw-CeVAAwILXUkZh5b/view?usp=drive_web


Won’t Install for Windows 10 !!!
https://i.postimg.cc/g0cLpHvf/DVD-rein-nichts-passieret.jpg https://i.postimg.cc/g0cLpHvf/DVD-rein-nichts-passieret.jpg
It starts after double click , then the typical warning window says I am opening HP-DQEX5.exe
On clicking Ja ( Yes ) just briefly a window starts saying getting ready, but then this brick wall is hit:
https://i.postimg.cc/9fxRQwbz/DVD-software-only-fo-XP-Vista-and-Win7.jpg https://i.postimg.cc/9fxRQwbz/DVD-software-only-fo-XP-Vista-and-Win7.jpg

So in the next post I will look at a second re install from a download from the HP site

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
SerSszuD HP 1010 Files from HP site downloaded and installed drivers

Furthering the example, I have another computer and want to compare the driver file produced for the same product- I have obtained the driver in this second case from the HP site https://support.hp.com/de-de/drivers/selfservice/hp-deskjet-1050-all-in-one-printer-series-j410/4027462/model/4027464
https://support.hp.com/de-de/drivers/selfservice/closure/hp-deskjet-1050-all-in-one-printer-series-j410/4027462/model/4027464?ssfFlag=true&sku=
DJ1050_J410_1313-1.exe : https://drive.google.com/file/d/1BGIYiyIrGsoyApL61_jHFWRPSkgdGOxi/view?usp=drive_web

I will start with downloading the last file used, ‘wbCodesDriversDruckerFromPoohFirstPetraRotWin7S tarter.xlsm’ https://app.box.com/s/k9hqq3mq7972kcucn428ghcd4gciquhn
, rename it wbCodesDriversDruckerFromSerSszuD.xlsm Later uploaded here: https://app.box.com/s/p6sncbqissotych7sdtnqtpuoy91s499
, then I will delete all content on the last 4 Worksheet tabs,
https://i.postimg.cc/wTkPQ8qL/Clear-Worksheets.jpg
and use them for the corresponding views for the new computer with downloaded driver
https://i.postimg.cc/QN1vVKv6/Rename-Worksheet-Tab-Names.jpg
Here is that file re uploaded in the new name
wbCodesDriversDruckerFromSerSszuD.xlsm : https://app.box.com/s/p6sncbqissotych7sdtnqtpuoy91s499

F:\DriversDruckersFromSerrzzud\Before1050aDownload , F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect
This the main before folder we need to look in, F:\DriversDruckersFromSerrzzud\Before1050aDownload ,
https://i.postimg.cc/PJW770mG/main-Folder-Ser-Sszu-DDrivers.jpg ,
and as always, we don’t need to worry about any files there, as in the main folder, only the folders are considered. Thereafter, folders and files are considered.
( I tend to put such a folder temporarily fairly well “up the explorer levels” , to keep the full text path short, rather than deep down in some folder subfolders place, as this often simplifies things, and can help prevent problems that sometimes come in with very long full paths.

Here , similarly the main after folder path that we need, F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect
https://i.postimg.cc/ZqTHVCqL/main-After-Folder-Ser-Sszu-DDrivers.jpg



Results.
In the case of computer SerSszuD , I just see the main extra section in DriverStore for the after compared with before installation
_____ Workbook: wbCodesDriversDruckerFromPoohSerSszuD.xlsm ( Using Excel 2007 32 bit )

F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_gp io2_skl.inf_amd64_b68199ad84607c21ialpss2i_gpio2_s kl.inf_amd64_b68199ad84607c21

iaLPSS2i_GPIO2.sys

iaLPSS2i_GPIO2_SKL.inf



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_bxt_p.inf_amd64_190858fd8e931883ialpss2i_i2c_bxt _p.inf_amd64_190858fd8e931883

iaLPSS2i_I2C_BXT_P.inf

iaLPSS2i_I2C_BXT_P.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_cnl.inf_amd64_f668309b543472ebialpss2i_i2c_cnl.i nf_amd64_f668309b543472eb

iaLPSS2i_I2C_CNL.inf

iaLPSS2i_I2C_CNL.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_glk.inf_amd64_7b6c08738ca8a856ialpss2i_i2c_glk.i nf_amd64_7b6c08738ca8a856

iaLPSS2i_I2C_GLK.inf

iaLPSS2i_I2C_GLK.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_skl.inf_amd64_9d9dbb01837eba23ialpss2i_i2c_skl.i nf_amd64_9d9dbb01837eba23

iaLPSS2i_I2C.sys

iaLPSS2i_I2C_SKL.inf



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpssi_gpi o.inf_amd64_62ffa3c95446bcfcialpssi_gpio.inf_amd64 _62ffa3c95446bcfc

ialpssi_gpio.inf

iaLPSSi_GPIO.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpssi_i2c .inf_amd64_8e00e1aed7fbdf70ialpssi_i2c.inf_amd64_8 e00e1aed7fbdf70

ialpssi_i2c.inf

iaLPSSi_I2C.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\iastorav.in f_amd64_87f761c07c99d5e7iastorav.inf_amd64_87f761c 07c99d5e7

iastorav.inf

iaStorAVC.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\iastorv.inf _amd64_9c09bd1df352f065iastorv.inf_amd64_9c09bd1df 352f065

iastorv.inf

iaStorV.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\idtsec.inf_ amd64_9321d33f1997dbfdidtsec.inf_amd64_9321d33f199 7dbfd

idtsec.dll

idtsec.inf
Worksheet: SerSszuDBothAndOffset

That seems to be somewhat different file composition , compared with the previous computer which used the DVD


Some other general results for computer SerSszuD in next post

DocAElstein
11-01-2021, 04:38 PM
Some other general results for computer SerSszuD, after the Drucker driver download experiments from the last posts.

Produced text files
‘WorksheetToTextFileOverWindowsClipboardSerSszuD BothAndOffset.txt’ https://app.box.com/s/hv9464ivu9h4by9lminw6hxszqi24pap 380.3KB
‘WorksheetToTextFileOverWindowsClipboardSerSszuD Both.txt’ https://app.box.com/s/ar68tiqli12gwkafksn66l610op0h33s 360.2KB
‘WorksheetToTextFileOverWindowsClipboardSerSszuD After.txt’ https://app.box.com/s/ixmy9mcot11mms7q8dq41acyndyyza99 258.3KB
‘WorksheetToTextFileOverWindowsClipboardSerSszuD Before.txt’ https://app.box.com/s/3drphcz1h3ib6299v9ahtu5z83mbtjpg 173.2KB


Before any downloading, and installing
‘WorksheetToTextFileOverWindowsClipboardSerSszuD Before.txt’ https://app.box.com/s/3drphcz1h3ib6299v9ahtu5z83mbtjpg

https://i.postimg.cc/nV0sN217/Word-shown-Druckers.jpg https://i.postimg.cc/nV0sN217/Word-shown-Druckers.jpg
https://i.postimg.cc/JnQyr5Vf/Error-from-versuche-drucker-einzufugen.jpg https://i.postimg.cc/JnQyr5Vf/Error-from-versuche-drucker-einzufugen.jpg
https://i.postimg.cc/PJ3PZfqK/System-Steuerung.jpg https://i.postimg.cc/PJ3PZfqK/System-Steuerung.jpg

https://i.postimg.cc/Vk30DNWV/Downloaded-Driver-for-1050a-Drucker.jpg https://i.postimg.cc/Vk30DNWV/Downloaded-Driver-for-1050a-Drucker.jpg
https://i.postimg.cc/3xyDXGmG/After-douible-clicking-Installing-1050a-Drucker-Driver.jpg https://i.postimg.cc/3xyDXGmG/After-douible-clicking-Installing-1050a-Drucker-Driver.jpg
https://i.postimg.cc/T1YKp5Tp/Installing-1050-Driver.jpg https://i.postimg.cc/T1YKp5Tp/Installing-1050-Driver.jpg
https://i.postimg.cc/Jn8DCdg3/Install-weiter-ohne-zu-konnect-drucker.jpg https://i.postimg.cc/Jn8DCdg3/Install-weiter-ohne-zu-konnect-drucker.jpg
https://i.postimg.cc/fbmtFhHT/Finish-Install.jpg https://i.postimg.cc/fbmtFhHT/Finish-Install.jpg

After Download Before any connect
https://i.postimg.cc/Y0xbFChv/Sucessful-Net-Framework-3-5-enthaelt-Net-2-0-and-3-0.jpg https://i.postimg.cc/Y0xbFChv/Sucessful-Net-Framework-3-5-enthaelt-Net-2-0-and-3-0.jpg
https://i.postimg.cc/Dwpp505s/3-New-Desktop-Icons.jpg https://i.postimg.cc/Dwpp505s/3-New-Desktop-Icons.jpg
https://i.postimg.cc/GpB7fRSf/No-Change-In-Systensteuerung-Druckers.jpg https://i.postimg.cc/GpB7fRSf/No-Change-In-Systensteuerung-Druckers.jpg
https://i.postimg.cc/9MZxWp2t/No-Change-In-Systensteuerung-Druckers.jpg https://i.postimg.cc/9MZxWp2t/No-Change-In-Systensteuerung-Druckers.jpg
https://i.postimg.cc/mk4mhH2x/No-Change-In-Word.jpg https://i.postimg.cc/mk4mhH2x/No-Change-In-Word.jpg
https://i.postimg.cc/bY06W33q/Gedrucht-auf-einer-Scanned-auf-die-anderer.jpg
https://i.postimg.cc/y84LVTH8/Programme-is-there.jpg https://i.postimg.cc/y84LVTH8/Programme-is-there.jpg

Attempting to install from disc after download
https://i.postimg.cc/9QNVTW7g/Installing-nothing-could-be-clicked-says-already-there.jpg https://i.postimg.cc/9QNVTW7g/Installing-nothing-could-be-clicked-says-already-there.jpg

After a connect
https://i.postimg.cc/KjTtVd4r/For-Blumen-Druck.jpg https://i.postimg.cc/KjTtVd4r/For-Blumen-Druck.jpg

Later as time goes on
https://i.postimg.cc/bY06W33q/Gedrucht-auf-einer-Scanned-auf-die-anderer.jpg https://i.postimg.cc/bY06W33q/Gedrucht-auf-einer-Scanned-auf-die-anderer.jpg
https://i.postimg.cc/3w1G2fhx/Connect-second-drucker-get-Kopie-1-even-if-first-is-no-longer-connected.jpg https://i.postimg.cc/3w1G2fhx/Connect-second-drucker-get-Kopie-1-even-if-first-is-no-longer-connected.jpg
https://i.postimg.cc/Rh6n5MHW/Connect-Wolfy-as-third-drucker-get-Kopie-2-even-if-first-is-no-longer-connected.jpg https://i.postimg.cc/Rh6n5MHW/Connect-Wolfy-as-third-drucker-get-Kopie-2-even-if-first-is-no-longer-connected.jpg
https://i.postimg.cc/HL6JrJ0J/Connect-Wolfy-as-third-drucker-get-Kopie-2-even-if-first-is-no-longer-connected.jpg https://i.postimg.cc/HL6JrJ0J/Connect-Wolfy-as-third-drucker-get-Kopie-2-even-if-first-is-no-longer-connected.jpg
https://i.postimg.cc/FKrdFbS5/System-Steuerung-showing-all-used-Druckers.jpg https://i.postimg.cc/FKrdFbS5/System-Steuerung-showing-all-used-Druckers.jpg



I decided to do some checks, just for fun. A month or so later I check folders drivers and DriverStore again

I then reinstalled the four things showing in the programme list, and I note that when I de installed
_ HP Deskjet 1050 j410 series- Grundlegende Software für das Geräte , the admin right warning said I was removing 1d8302.msi
_ HP Deskjet 1050 j410 series Hilfe , the admin right warning said I was removing 1d8311.msi
_ HP Photo Creations , it went into a de installing
_ Studie zur Verbesserung von HP Deskjet 1050 J410 series Produkten , the admin right warning said I was removing 1d8307.msi

Here some changes after de install ( I did not restart computer )
https://i.postimg.cc/VLc7wR1L/Gone-from-system-steuerung.jpg https://i.postimg.cc/VLc7wR1L/Gone-from-system-steuerung.jpg
https://i.postimg.cc/gkqg2Zky/Gone-from-Word.jpg https://i.postimg.cc/gkqg2Zky/Gone-from-Word.jpg

Here the file, and I add some more worksheets
wbCodesDriversDruckerFromSerSszuD.xlsm : https://app.box.com/s/8aes7925x6xbjd0bwo6dwttu3cn7ucgp
In a worksheet BeforeAndNovCheckAfterDeInstall we see one major change that has somehow occurred, a section has appeared
_____ Workbook: wbCodesDriversDruckerFromSerSszuD.xlsm ( Using Excel 2007 32 bit )

G:\DriversFromSerSsuDCheckDeInstalled\DDFsDDFs

CertificateStore_DDF.xml

DMClient_DDF.xml

EnrollmentStatusTrackingDDF.xml

EnterpriseModernAppManagementDDF.xml

NGCProDDF_v1.2_final.xml

Win32CompatibilityAppraiser_DDF.xml
Worksheet: BeforeAndNovCheckAfterDeInstall

And then there are a few simple changes…
A mrxsmb10.sys has gone from F:\DriversDruckersFromSerrzzud\Before1050aDownload \drivers

An usbscan.sys has remained/ appeared now November in G:\DriversFromSerSsuDCheckDeInstalled\drivers

A hosts.ics has remained/ appeared now November in G:\DriversFromSerSsuDCheckDeInstalled\drivers\etc
WorksheetToTextFileOverWindowsClipboardBeforeAndNo vCheckAfterDeInstall.txt https://app.box.com/s/dvr8intl1rl8yr9oye2g7svirumpa5bj 337.5KB
‘WorksheetToTextFileOverWindowsClipboardAfterDeI nstall.txt’ https://app.box.com/s/h4dl75no3leqfelm24i0te7f5qap1ln1 164.3KB



In the next post we look at the effect now of a DVD install into SerSszuD

DocAElstein
11-01-2021, 04:38 PM
Here is the DVD info
First all uploaded via Google Email attachment
Autorun.inf https://drive.google.com/file/d/1q_kbuHuqtG3eqYpw-CeVAAwILXUkZh5b/view?usp=drive_web
Autorun.inf https://drive.google.com/file/d/1q_kbuHuqtG3eqYpw-CeVAAwILXUkZh5b/view?usp=drive_web
D1050x64.cab https://drive.google.com/file/d/1P8ifhXcmjHkT08pb73bbgqJCX6eKfR7B/view?usp=drive_web
D1050x64.msi https://drive.google.com/file/d/158j67PsaAHuQjf3yzfBq569cSom40E7R/view?usp=drive_web
D1050x64_1025.mst https://drive.google.com/file/d/1MdEG4r7pgq2BomAiiGqjoF1wQQuKye0S/view?usp=drive_web
D1050x64_1028.mst https://drive.google.com/file/d/11fCf6v09S8a0dv4BCd5w-7iU0ZviiR4X/view?usp=drive_web
D1050x64_1029.mst https://drive.google.com/file/d/1m5pP09fmF7skQD7yYgBQfxAcbuxeLGEw/view?usp=drive_web
D1050x64_1030.mst https://drive.google.com/file/d/1upEYW2e-Lsssfyrl8vjnqQGn4a8eKe1D/view?usp=drive_web
D1050x64_1031.mst https://drive.google.com/file/d/18mqMdFzjWmb6ALuM6JKhFkKcYXmyWLOD/view?usp=drive_web
D1050x64_1032.mst https://drive.google.com/file/d/1RrfQXOW4viqjRwpiuc9z4x1LLDB5HumF/view?usp=drive_web
D1050x64_1034.mst https://drive.google.com/file/d/1Y9HfGnl95e7fA1P9Snmy9RrYrZ2Hq7FO/view?usp=drive_web
D1050x64_1035.mst https://drive.google.com/file/d/1zTvvMWwCuYTy4JuyKlazo4p73i443U7D/view?usp=drive_web
D1050x64_1036.mst https://drive.google.com/file/d/1X6a_Gm-3IrlHf3K5OGXA_vCDll-oTe5q/view?usp=drive_web
D1050x64_1037.mst https://drive.google.com/file/d/1F7n659Uy-ND1ONbHqxZJqT6jgvk4SIG0/view?usp=drive_web
D1050x64_1038.mst https://drive.google.com/file/d/14b5c9bohF-Aze2fzJzTCUsj0sRO2vA5H/view?usp=drive_web
D1050x64_1040.mst https://drive.google.com/file/d/1xyY6KsL8xkFhCoQ5zUyhcu9zdx04iyuJ/view?usp=drive_web
D1050x64_1041.mst https://drive.google.com/file/d/18eb_16ZqlzAw_Br_zWcTmxLoLPPnJ-b1/view?usp=drive_web
D1050x64_1042.mst https://drive.google.com/file/d/1gwjYKQff_IZmpfxI2ZtmlMMYPWQRTj7J/view?usp=drive_web
D1050x64_1043.mst https://drive.google.com/file/d/1ikj5lLvQyAdrGOCtm7VyjLMGVyjgEtrh/view?usp=drive_web
D1050x64_1044.mst https://drive.google.com/file/d/1nnKRC2a0W4RFPS5NDtgtyjyRZNiMaeT5/view?usp=drive_web
D1050x64_1045.mst https://drive.google.com/file/d/1JYZmVlocewuD9XA80D6bDS0AdzI-paL_/view?usp=drive_web
D1050x64_1046.mst https://drive.google.com/file/d/1PRhX0WW70i4zNdEb9RKs8vtwQ9pAfyAq/view?usp=drive_web
D1050x64_1049.mst https://drive.google.com/file/d/1rzwKp_JUMs4CHCy5EOptrsQhJtLNJxpd/view?usp=drive_web
D1050x64_1053.mst https://drive.google.com/file/d/1vJCqw1FSOThQm1o99DHJ0UUk5O-yRE6B/view?usp=drive_web
D1050x64_1055.mst https://drive.google.com/file/d/1YzEEn9go_wwO3-IqKuN9v6ASHL11b3Ee/view?usp=drive_web
D1050x64_2052.mst https://drive.google.com/file/d/1V_1wI0Yu-BH0pGybsiA9qdTKE5Ldmg8X/view?usp=drive_web
D1050x86.cab https://drive.google.com/file/d/1gsH0pusvgDwdGDUx7SvUwJnxcK4Eo_XS/view?usp=drive_web
D1050x86.msi https://drive.google.com/file/d/1PNz0lJ5iMKjA-UcSfHt3SdlivF2W5-7p/view?usp=drive_web
D1050x86_1025.mst https://drive.google.com/file/d/1fQnEpyvkMEYbFgYUnXBWJkMVc37o4IE0/view?usp=drive_web
D1050x86_1028.mst https://drive.google.com/file/d/1yTzGVx-oc6ytwYxGStfMYrqFeH6cbFgQ/view?usp=drive_web
D1050x86_1029.mst https://drive.google.com/file/d/18-YB8irh1q8tRe4YauTfBti-MIQGB2hT/view?usp=drive_web
D1050x86_1030.mst https://drive.google.com/file/d/1tzW4M7W0NdGH7dKKiBf3l82rW8KkCX-P/view?usp=drive_web
D1050x86_1031.mst https://drive.google.com/file/d/1GwSwiTriD-1RPR-OWswzOUlnO9C5CAtD/view?usp=drive_web
D1050x86_1032.mst https://drive.google.com/file/d/1re1cuJ5WrGK_oiwr_IIZw88TLYnzKH0I/view?usp=drive_web
D1050x86_1034.mst https://drive.google.com/file/d/18hwG99_I3pxHSEQTF5yazVyW42lGey7s/view?usp=drive_web
D1050x86_1035.mst https://drive.google.com/file/d/1nQ79m2i-y048xnXFYFddd1NIJ8fIk30R/view?usp=drive_web
D1050x86_1036.mst https://drive.google.com/file/d/1Az1uG9E7s0sHuEF95IvFKluo2vEl57pq/view?usp=drive_web
D1050x86_1037.mst https://drive.google.com/file/d/1UmmqquCPFFGE5E5szquW-i_SzsFiCpnM/view?usp=drive_web
D1050x86_1038.mst https://drive.google.com/file/d/1QrKGHf5IOEx-KC9qSl-BTDWQHBa2tP6i/view?usp=drive_web
D1050x86_1040.mst https://drive.google.com/file/d/1D0bC2jFH44jcBfON0BisLWNHZnNMMEoq/view?usp=drive_web
D1050x86_1041.mst https://drive.google.com/file/d/18JmynEvfMFl8f07l49Cp9iA_xGoFIKuZ/view?usp=drive_web
D1050x86_1042.mst https://drive.google.com/file/d/1sHvNELCo3AlyKEzhWoDVjbffkLK3IL82/view?usp=drive_web
D1050x86_1043.mst https://drive.google.com/file/d/1piEtdUUC3rW_pfMHo_lnuXt3zOboVxAG/view?usp=drive_web
D1050x86_1044.mst https://drive.google.com/file/d/1zRoGLe9xtOl9zK4hUoNpaZrIW5yOoi4n/view?usp=drive_web
D1050x86_1045.mst https://drive.google.com/file/d/1az3QKt5HjetLm4w9gReO2QOK8ofVjzqz/view?usp=drive_web
D1050x86_1046.mst https://drive.google.com/file/d/1yodywEfIoV01KQkr50z0B1EGCt6VnufD/view?usp=drive_web
D1050x86_1049.mst https://drive.google.com/file/d/1ph_o5UMVWkQUECL-kJzZZswrz81aNGy1/view?usp=drive_web
D1050x86_1053.mst https://drive.google.com/file/d/1CrdTAgWGnBR8hxCt6Q-K48ZGMW6LhNeQ/view?usp=drive_web
D1050x86_1055.mst https://drive.google.com/file/d/16IHCqPw4Y-i85DtRGbS_GGaBxF7xDZEQ/view?usp=drive_web
D1050x86_2052.mst https://drive.google.com/file/d/1CU_pohgwqEYBe2ZX5cjOguCDg45dUgOe/view?usp=drive_web
ErrorReporter.exe https://drive.google.com/file/d/199_ngM7ncrWTUxmErYG7ywsahfEfPSX8/view?usp=drive_web
Full_x64.cab https://drive.google.com/file/d/19Sy-sRXNKbqOu4bdvuZ3EaBtRKSHTNrc/view?usp=drive_web
Full_x86.cab https://drive.google.com/file/d/1YNNlE8aMJq3paRNZvxRjVIhh6ck67ZfT/view?usp=drive_web
HP-DQEX5.exe https://drive.google.com/file/d/1s5cOWmrJ5MXoGDCxlrgO5vAXF3_oY39h/view?usp=drive_web
hp_deskjet_2050_04.gpd https://drive.google.com/file/d/1tYSpYekIhESVgl1hc5CbWGj9e3oYmTLi/view?usp=drive_web
HPCommunication.dll https://drive.google.com/file/d/1LSu2tm8eeTw4mDM3delCOCau4qxTu_mo/view?usp=drive_web
HPCommunication.X.manifest https://drive.google.com/file/d/1nNoZ76CsoeFYlLpUiSGewhipfmbbmHrk/view?usp=drive_web
HPeDiag.dll https://drive.google.com/file/d/16girQfOJZLiKeMYUCct2-9VqFOaqvtdi/view?usp=drive_web
HPeDiag.X.manifest https://drive.google.com/file/d/1cLbftXEjEEX8X1A-7X1oNvEaqbB4q0PW/view?usp=drive_web
HPeSupport.dll https://drive.google.com/file/d/1NAKZ87upH0OZX8n6_59aBLSO60ySuL14/view?usp=drive_web
HPeSupport.X.manifest https://drive.google.com/file/d/1NwfRoBnHNB4lm1KkuPjrF6qNOGKcKN-m/view?usp=drive_web
HPMACRONAMES.gpd https://drive.google.com/file/d/1XYjR2GlIuAUyrgnmIFgl0dpv00Tb2hty/view?usp=drive_web
HPScanMiniDrv_DJ1050_J410.INF https://drive.google.com/file/d/1uyAfT6CCWfieeKVFN4L8-d9KlSJ_i1iK/view?usp=drive_web
HPScanMiniDrv_DJ1050_J410x32.CAT https://drive.google.com/file/d/1BvvkA5cO6SWRk12EcvS654GZeKqgMf-S/view?usp=drive_web
HPScanMiniDrv_DJ1050_J410x64.CAT https://drive.google.com/file/d/1OTXOhCmvYD5KNPorVOl-ACTZD8IlHZf5/view?usp=drive_web
HPScripting.dll https://drive.google.com/file/d/1M9-SzHQAck6doPgGGulxQS7Q8YzhfBcG/view?usp=drive_web
HPScripting.X.manifest https://drive.google.com/file/d/126kNGP0aH-gRK8gJjHjeibqZsL-5rMY2/view?usp=drive_web
hpvpl04.cat https://drive.google.com/file/d/1J7jD5fJNriraJNuaNMU5DzI8VVeByIKj/view?usp=drive_web
hpvpl04.inf https://drive.google.com/file/d/122Nu2Igv6BXBK6RQPno-nbB1Lx1MjIvp/view?usp=drive_web
hpvpl04.ini https://drive.google.com/file/d/18F1ZcWgNpvNzBdNNWe86Kj_LqdmOAr14/view?usp=drive_web
InstallMetrics.dll https://drive.google.com/file/d/1_BOiLcnDH-BabncvIy_K1i91FfqG4il8/view?usp=drive_web
InstallMetrics.X.manifest https://drive.google.com/file/d/1_Yaeqpb5d7pt7mRUbA5juc4CnLHgTCil/view?usp=drive_web
InternetUtil.dll https://drive.google.com/file/d/1VaYN7XENZ2C2JbG_j0MbmwIndWbVfvky/view?usp=drive_web
InternetUtil.X.manifest https://drive.google.com/file/d/1OrneUYHWUx23V29Jyd6yt2_t4cIgIVUh/view?usp=drive_web
locale.gpd https://drive.google.com/file/d/1DiC-fXog0sjO6IynwBV_6r99Y7ssHCOU/view?usp=drive_web
ReadMe.chm https://drive.google.com/file/d/1DSuTjd8j2wRups6s4miEex7katR4rRX4/view?usp=drive_web
RulesEngine.dll https://drive.google.com/file/d/1DlmFy_Rz1YEJIZgFsUn3YghMW2OP2G_0/view?usp=drive_web
RulesEngine.X.manifest https://drive.google.com/file/d/1XV09Ip09Lc2wGMxOMfg4qdZi6OFHxpI8/view?usp=drive_web
Setup.exe https://drive.google.com/file/d/1kAqB7eExArTseowWkpzOSV0BwE4fTdRd/view?usp=drive_web
stdnames.gpd https://drive.google.com/file/d/1NrF42p-Hncnm9i7BEZAQHJ6MaR1u2ikU/view?usp=drive_web

2 Folders, one copied from the disc and the zip made from that folder
Note: A wllogin_32 , Typ Windows Installer-Paket, would not let itself be copied to the Main Folder ,
( and the zip Folder is made from that folder
https://drive.google.com/file/d/1q_kbuHuqtG3eqYpw-CeVAAwILXUkZh5b/view?usp=drive_web


Won’t Install for Windows 10 !!!
https://i.postimg.cc/g0cLpHvf/DVD-rein-nichts-passieret.jpg https://i.postimg.cc/g0cLpHvf/DVD-rein-nichts-passieret.jpg
It starts after double click , then the typical warning window says I am opening HP-DQEX5.exe
On clicking Ja ( Yes ) just briefly a window starts saying getting ready, but then this brick wall is hit:
https://i.postimg.cc/9fxRQwbz/DVD-software-only-fo-XP-Vista-and-Win7.jpg https://i.postimg.cc/9fxRQwbz/DVD-software-only-fo-XP-Vista-and-Win7.jpg

So in the next post I will look at a second re install from a download from the HP site

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
SerSszuD HP 1010 Files from HP site downloaded and installed drivers

Furthering the example, I have another computer and want to compare the driver file produced for the same product- I have obtained the driver in this second case from the HP site https://support.hp.com/de-de/drivers/selfservice/hp-deskjet-1050-all-in-one-printer-series-j410/4027462/model/4027464
https://support.hp.com/de-de/drivers/selfservice/closure/hp-deskjet-1050-all-in-one-printer-series-j410/4027462/model/4027464?ssfFlag=true&sku=
DJ1050_J410_1313-1.exe : https://drive.google.com/file/d/1BGIYiyIrGsoyApL61_jHFWRPSkgdGOxi/view?usp=drive_web

I will start with downloading the last file used, ‘wbCodesDriversDruckerFromPoohFirstPetraRotWin7S tarter.xlsm’ https://app.box.com/s/k9hqq3mq7972kcucn428ghcd4gciquhn
, rename it wbCodesDriversDruckerFromSerSszuD.xlsm Later uploaded here: https://app.box.com/s/p6sncbqissotych7sdtnqtpuoy91s499
, then I will delete all content on the last 4 Worksheet tabs,
https://i.postimg.cc/wTkPQ8qL/Clear-Worksheets.jpg
and use them for the corresponding views for the new computer with downloaded driver
https://i.postimg.cc/QN1vVKv6/Rename-Worksheet-Tab-Names.jpg
Here is that file re uploaded in the new name
wbCodesDriversDruckerFromSerSszuD.xlsm : https://app.box.com/s/p6sncbqissotych7sdtnqtpuoy91s499

F:\DriversDruckersFromSerrzzud\Before1050aDownload , F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect
This the main before folder we need to look in, F:\DriversDruckersFromSerrzzud\Before1050aDownload ,
https://i.postimg.cc/PJW770mG/main-Folder-Ser-Sszu-DDrivers.jpg ,
and as always, we don’t need to worry about any files there, as in the main folder, only the folders are considered. Thereafter, folders and files are considered.
( I tend to put such a folder temporarily fairly well “up the explorer levels” , to keep the full text path short, rather than deep down in some folder subfolders place, as this often simplifies things, and can help prevent problems that sometimes come in with very long full paths.

Here , similarly the main after folder path that we need, F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect
https://i.postimg.cc/ZqTHVCqL/main-After-Folder-Ser-Sszu-DDrivers.jpg



Results.
In the case of computer SerSszuD , I just see the main extra section in DriverStore for the after compared with before installation
_____ Workbook: wbCodesDriversDruckerFromPoohSerSszuD.xlsm ( Using Excel 2007 32 bit )

F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_gp io2_skl.inf_amd64_b68199ad84607c21ialpss2i_gpio2_s kl.inf_amd64_b68199ad84607c21

iaLPSS2i_GPIO2.sys

iaLPSS2i_GPIO2_SKL.inf



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_bxt_p.inf_amd64_190858fd8e931883ialpss2i_i2c_bxt _p.inf_amd64_190858fd8e931883

iaLPSS2i_I2C_BXT_P.inf

iaLPSS2i_I2C_BXT_P.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_cnl.inf_amd64_f668309b543472ebialpss2i_i2c_cnl.i nf_amd64_f668309b543472eb

iaLPSS2i_I2C_CNL.inf

iaLPSS2i_I2C_CNL.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_glk.inf_amd64_7b6c08738ca8a856ialpss2i_i2c_glk.i nf_amd64_7b6c08738ca8a856

iaLPSS2i_I2C_GLK.inf

iaLPSS2i_I2C_GLK.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_skl.inf_amd64_9d9dbb01837eba23ialpss2i_i2c_skl.i nf_amd64_9d9dbb01837eba23

iaLPSS2i_I2C.sys

iaLPSS2i_I2C_SKL.inf



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpssi_gpi o.inf_amd64_62ffa3c95446bcfcialpssi_gpio.inf_amd64 _62ffa3c95446bcfc

ialpssi_gpio.inf

iaLPSSi_GPIO.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpssi_i2c .inf_amd64_8e00e1aed7fbdf70ialpssi_i2c.inf_amd64_8 e00e1aed7fbdf70

ialpssi_i2c.inf

iaLPSSi_I2C.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\iastorav.in f_amd64_87f761c07c99d5e7iastorav.inf_amd64_87f761c 07c99d5e7

iastorav.inf

iaStorAVC.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\iastorv.inf _amd64_9c09bd1df352f065iastorv.inf_amd64_9c09bd1df 352f065

iastorv.inf

iaStorV.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\idtsec.inf_ amd64_9321d33f1997dbfdidtsec.inf_amd64_9321d33f199 7dbfd

idtsec.dll

idtsec.inf
Worksheet: SerSszuDBothAndOffset

That seems to be somewhat different file composition , compared with the previous computer which used the DVD


Some other general results for computer SerSszuD in next post

DocAElstein
11-01-2021, 04:38 PM
SerSszuD HP 1010 Files from HP site downloaded and installed drivers

Furthering the example, I have another computer and want to compare the driver file produced for the same product- I have obtained the driver in this second case from the HP site https://support.hp.com/de-de/drivers/selfservice/hp-deskjet-1050-all-in-one-printer-series-j410/4027462/model/4027464
https://support.hp.com/de-de/drivers/selfservice/closure/hp-deskjet-1050-all-in-one-printer-series-j410/4027462/model/4027464?ssfFlag=true&sku=
DJ1050_J410_1313-1.exe : https://drive.google.com/file/d/1BGIYiyIrGsoyApL61_jHFWRPSkgdGOxi/view?usp=drive_web

I will start with downloading the last file used, ‘wbCodesDriversDruckerFromPoohFirstPetraRotWin7S tarter.xlsm’ https://app.box.com/s/k9hqq3mq7972kcucn428ghcd4gciquhn
, rename it wbCodesDriversDruckerFromSerSszuD.xlsm Later uploaded here: https://app.box.com/s/p6sncbqissotych7sdtnqtpuoy91s499
, then I will delete all content on the last 4 Worksheet tabs,
https://i.postimg.cc/wTkPQ8qL/Clear-Worksheets.jpg
and use them for the corresponding views for the new computer with downloaded driver
https://i.postimg.cc/QN1vVKv6/Rename-Worksheet-Tab-Names.jpg
Here is that file re uploaded in the new name
wbCodesDriversDruckerFromSerSszuD.xlsm : https://app.box.com/s/p6sncbqissotych7sdtnqtpuoy91s499

F:\DriversDruckersFromSerrzzud\Before1050aDownload , F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect
This the main before folder we need to look in, F:\DriversDruckersFromSerrzzud\Before1050aDownload ,
https://i.postimg.cc/PJW770mG/main-Folder-Ser-Sszu-DDrivers.jpg ,
and as always, we don’t need to worry about any files there, as in the main folder, only the folders are considered. Thereafter, folders and files are considered.
( I tend to put such a folder temporarily fairly well “up the explorer levels” , to keep the full text path short, rather than deep down in some folder subfolders place, as this often simplifies things, and can help prevent problems that sometimes come in with very long full paths.

Here , similarly the main after folder path that we need, F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect
https://i.postimg.cc/ZqTHVCqL/main-After-Folder-Ser-Sszu-DDrivers.jpg



Results.
In the case of computer SerSszuD , I just see the main extra section in DriverStore for the after compared with before installation
_____ Workbook: wbCodesDriversDruckerFromPoohSerSszuD.xlsm ( Using Excel 2007 32 bit )

F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_gp io2_skl.inf_amd64_b68199ad84607c21ialpss2i_gpio2_s kl.inf_amd64_b68199ad84607c21

iaLPSS2i_GPIO2.sys

iaLPSS2i_GPIO2_SKL.inf



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_bxt_p.inf_amd64_190858fd8e931883ialpss2i_i2c_bxt _p.inf_amd64_190858fd8e931883

iaLPSS2i_I2C_BXT_P.inf

iaLPSS2i_I2C_BXT_P.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_cnl.inf_amd64_f668309b543472ebialpss2i_i2c_cnl.i nf_amd64_f668309b543472eb

iaLPSS2i_I2C_CNL.inf

iaLPSS2i_I2C_CNL.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_glk.inf_amd64_7b6c08738ca8a856ialpss2i_i2c_glk.i nf_amd64_7b6c08738ca8a856

iaLPSS2i_I2C_GLK.inf

iaLPSS2i_I2C_GLK.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_skl.inf_amd64_9d9dbb01837eba23ialpss2i_i2c_skl.i nf_amd64_9d9dbb01837eba23

iaLPSS2i_I2C.sys

iaLPSS2i_I2C_SKL.inf



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpssi_gpi o.inf_amd64_62ffa3c95446bcfcialpssi_gpio.inf_amd64 _62ffa3c95446bcfc

ialpssi_gpio.inf

iaLPSSi_GPIO.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpssi_i2c .inf_amd64_8e00e1aed7fbdf70ialpssi_i2c.inf_amd64_8 e00e1aed7fbdf70

ialpssi_i2c.inf

iaLPSSi_I2C.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\iastorav.in f_amd64_87f761c07c99d5e7iastorav.inf_amd64_87f761c 07c99d5e7

iastorav.inf

iaStorAVC.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\iastorv.inf _amd64_9c09bd1df352f065iastorv.inf_amd64_9c09bd1df 352f065

iastorv.inf

iaStorV.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\idtsec.inf_ amd64_9321d33f1997dbfdidtsec.inf_amd64_9321d33f199 7dbfd

idtsec.dll

idtsec.inf
Worksheet: SerSszuDBothAndOffset

That seems to be somewhat different file composition , compared with the previous computer which used the DVD


Some other general results for computer SerSszuD in next post

DocAElstein
11-01-2021, 04:38 PM
Some other general results for computer SerSszuD, after the Drucker driver download experiments from the last posts.

Produced text files
‘WorksheetToTextFileOverWindowsClipboardSerSszuD BothAndOffset.txt’ https://app.box.com/s/hv9464ivu9h4by9lminw6hxszqi24pap 380.3KB
‘WorksheetToTextFileOverWindowsClipboardSerSszuD Both.txt’ https://app.box.com/s/ar68tiqli12gwkafksn66l610op0h33s 360.2KB
‘WorksheetToTextFileOverWindowsClipboardSerSszuD After.txt’ https://app.box.com/s/ixmy9mcot11mms7q8dq41acyndyyza99 258.3KB
‘WorksheetToTextFileOverWindowsClipboardSerSszuD Before.txt’ https://app.box.com/s/3drphcz1h3ib6299v9ahtu5z83mbtjpg 173.2KB


Before any downloading, and installing
‘WorksheetToTextFileOverWindowsClipboardSerSszuD Before.txt’ https://app.box.com/s/3drphcz1h3ib6299v9ahtu5z83mbtjpg

https://i.postimg.cc/nV0sN217/Word-shown-Druckers.jpg https://i.postimg.cc/nV0sN217/Word-shown-Druckers.jpg
https://i.postimg.cc/JnQyr5Vf/Error-from-versuche-drucker-einzufugen.jpg https://i.postimg.cc/JnQyr5Vf/Error-from-versuche-drucker-einzufugen.jpg
https://i.postimg.cc/PJ3PZfqK/System-Steuerung.jpg https://i.postimg.cc/PJ3PZfqK/System-Steuerung.jpg

https://i.postimg.cc/Vk30DNWV/Downloaded-Driver-for-1050a-Drucker.jpg https://i.postimg.cc/Vk30DNWV/Downloaded-Driver-for-1050a-Drucker.jpg
https://i.postimg.cc/3xyDXGmG/After-douible-clicking-Installing-1050a-Drucker-Driver.jpg https://i.postimg.cc/3xyDXGmG/After-douible-clicking-Installing-1050a-Drucker-Driver.jpg
https://i.postimg.cc/T1YKp5Tp/Installing-1050-Driver.jpg https://i.postimg.cc/T1YKp5Tp/Installing-1050-Driver.jpg
https://i.postimg.cc/Jn8DCdg3/Install-weiter-ohne-zu-konnect-drucker.jpg https://i.postimg.cc/Jn8DCdg3/Install-weiter-ohne-zu-konnect-drucker.jpg
https://i.postimg.cc/fbmtFhHT/Finish-Install.jpg https://i.postimg.cc/fbmtFhHT/Finish-Install.jpg

After Download Before any connect
https://i.postimg.cc/Y0xbFChv/Sucessful-Net-Framework-3-5-enthaelt-Net-2-0-and-3-0.jpg https://i.postimg.cc/Y0xbFChv/Sucessful-Net-Framework-3-5-enthaelt-Net-2-0-and-3-0.jpg
https://i.postimg.cc/Dwpp505s/3-New-Desktop-Icons.jpg https://i.postimg.cc/Dwpp505s/3-New-Desktop-Icons.jpg
https://i.postimg.cc/GpB7fRSf/No-Change-In-Systensteuerung-Druckers.jpg https://i.postimg.cc/GpB7fRSf/No-Change-In-Systensteuerung-Druckers.jpg
https://i.postimg.cc/9MZxWp2t/No-Change-In-Systensteuerung-Druckers.jpg https://i.postimg.cc/9MZxWp2t/No-Change-In-Systensteuerung-Druckers.jpg
https://i.postimg.cc/mk4mhH2x/No-Change-In-Word.jpg https://i.postimg.cc/mk4mhH2x/No-Change-In-Word.jpg
https://i.postimg.cc/bY06W33q/Gedrucht-auf-einer-Scanned-auf-die-anderer.jpg
https://i.postimg.cc/y84LVTH8/Programme-is-there.jpg https://i.postimg.cc/y84LVTH8/Programme-is-there.jpg

Attempting to install from disc after download
https://i.postimg.cc/9QNVTW7g/Installing-nothing-could-be-clicked-says-already-there.jpg https://i.postimg.cc/9QNVTW7g/Installing-nothing-could-be-clicked-says-already-there.jpg

After a connect
https://i.postimg.cc/KjTtVd4r/For-Blumen-Druck.jpg https://i.postimg.cc/KjTtVd4r/For-Blumen-Druck.jpg

Later as time goes on
https://i.postimg.cc/bY06W33q/Gedrucht-auf-einer-Scanned-auf-die-anderer.jpg https://i.postimg.cc/bY06W33q/Gedrucht-auf-einer-Scanned-auf-die-anderer.jpg
https://i.postimg.cc/3w1G2fhx/Connect-second-drucker-get-Kopie-1-even-if-first-is-no-longer-connected.jpg https://i.postimg.cc/3w1G2fhx/Connect-second-drucker-get-Kopie-1-even-if-first-is-no-longer-connected.jpg
https://i.postimg.cc/Rh6n5MHW/Connect-Wolfy-as-third-drucker-get-Kopie-2-even-if-first-is-no-longer-connected.jpg https://i.postimg.cc/Rh6n5MHW/Connect-Wolfy-as-third-drucker-get-Kopie-2-even-if-first-is-no-longer-connected.jpg
https://i.postimg.cc/HL6JrJ0J/Connect-Wolfy-as-third-drucker-get-Kopie-2-even-if-first-is-no-longer-connected.jpg https://i.postimg.cc/HL6JrJ0J/Connect-Wolfy-as-third-drucker-get-Kopie-2-even-if-first-is-no-longer-connected.jpg
https://i.postimg.cc/FKrdFbS5/System-Steuerung-showing-all-used-Druckers.jpg https://i.postimg.cc/FKrdFbS5/System-Steuerung-showing-all-used-Druckers.jpg



I decided to do some checks, just for fun. A month or so later I check folders drivers and DriverStore again

I then reinstalled the four things showing in the programme list, and I note that when I de installed
_ HP Deskjet 1050 j410 series- Grundlegende Software für das Geräte , the admin right warning said I was removing 1d8302.msi
_ HP Deskjet 1050 j410 series Hilfe , the admin right warning said I was removing 1d8311.msi
_ HP Photo Creations , it went into a de installing
_ Studie zur Verbesserung von HP Deskjet 1050 J410 series Produkten , the admin right warning said I was removing 1d8307.msi

Here some changes after de install ( I did not restart computer )
https://i.postimg.cc/VLc7wR1L/Gone-from-system-steuerung.jpg https://i.postimg.cc/VLc7wR1L/Gone-from-system-steuerung.jpg
https://i.postimg.cc/gkqg2Zky/Gone-from-Word.jpg https://i.postimg.cc/gkqg2Zky/Gone-from-Word.jpg

Here the file, and I add some more worksheets
wbCodesDriversDruckerFromSerSszuD.xlsm : https://app.box.com/s/8aes7925x6xbjd0bwo6dwttu3cn7ucgp
In a worksheet BeforeAndNovCheckAfterDeInstall we see one major change that has somehow occurred, a section has appeared
_____ Workbook: wbCodesDriversDruckerFromSerSszuD.xlsm ( Using Excel 2007 32 bit )

G:\DriversFromSerSsuDCheckDeInstalled\DDFsDDFs

CertificateStore_DDF.xml

DMClient_DDF.xml

EnrollmentStatusTrackingDDF.xml

EnterpriseModernAppManagementDDF.xml

NGCProDDF_v1.2_final.xml

Win32CompatibilityAppraiser_DDF.xml
Worksheet: BeforeAndNovCheckAfterDeInstall

And then there are a few simple changes…
A mrxsmb10.sys has gone from F:\DriversDruckersFromSerrzzud\Before1050aDownload \drivers

An usbscan.sys has remained/ appeared now November in G:\DriversFromSerSsuDCheckDeInstalled\drivers

A hosts.ics has remained/ appeared now November in G:\DriversFromSerSsuDCheckDeInstalled\drivers\etc
WorksheetToTextFileOverWindowsClipboardBeforeAndNo vCheckAfterDeInstall.txt https://app.box.com/s/dvr8intl1rl8yr9oye2g7svirumpa5bj 337.5KB
‘WorksheetToTextFileOverWindowsClipboardAfterDeI nstall.txt’ https://app.box.com/s/h4dl75no3leqfelm24i0te7f5qap1ln1 164.3KB



In the next post we look at the effect now of a DVD install into SerSszuD

DocAElstein
11-01-2021, 04:38 PM
Here is the DVD info
First all uploaded via Google Email attachment
Autorun.inf https://drive.google.com/file/d/1q_kbuHuqtG3eqYpw-CeVAAwILXUkZh5b/view?usp=drive_web
Autorun.inf https://drive.google.com/file/d/1q_kbuHuqtG3eqYpw-CeVAAwILXUkZh5b/view?usp=drive_web
D1050x64.cab https://drive.google.com/file/d/1P8ifhXcmjHkT08pb73bbgqJCX6eKfR7B/view?usp=drive_web
D1050x64.msi https://drive.google.com/file/d/158j67PsaAHuQjf3yzfBq569cSom40E7R/view?usp=drive_web
D1050x64_1025.mst https://drive.google.com/file/d/1MdEG4r7pgq2BomAiiGqjoF1wQQuKye0S/view?usp=drive_web
D1050x64_1028.mst https://drive.google.com/file/d/11fCf6v09S8a0dv4BCd5w-7iU0ZviiR4X/view?usp=drive_web
D1050x64_1029.mst https://drive.google.com/file/d/1m5pP09fmF7skQD7yYgBQfxAcbuxeLGEw/view?usp=drive_web
D1050x64_1030.mst https://drive.google.com/file/d/1upEYW2e-Lsssfyrl8vjnqQGn4a8eKe1D/view?usp=drive_web
D1050x64_1031.mst https://drive.google.com/file/d/18mqMdFzjWmb6ALuM6JKhFkKcYXmyWLOD/view?usp=drive_web
D1050x64_1032.mst https://drive.google.com/file/d/1RrfQXOW4viqjRwpiuc9z4x1LLDB5HumF/view?usp=drive_web
D1050x64_1034.mst https://drive.google.com/file/d/1Y9HfGnl95e7fA1P9Snmy9RrYrZ2Hq7FO/view?usp=drive_web
D1050x64_1035.mst https://drive.google.com/file/d/1zTvvMWwCuYTy4JuyKlazo4p73i443U7D/view?usp=drive_web
D1050x64_1036.mst https://drive.google.com/file/d/1X6a_Gm-3IrlHf3K5OGXA_vCDll-oTe5q/view?usp=drive_web
D1050x64_1037.mst https://drive.google.com/file/d/1F7n659Uy-ND1ONbHqxZJqT6jgvk4SIG0/view?usp=drive_web
D1050x64_1038.mst https://drive.google.com/file/d/14b5c9bohF-Aze2fzJzTCUsj0sRO2vA5H/view?usp=drive_web
D1050x64_1040.mst https://drive.google.com/file/d/1xyY6KsL8xkFhCoQ5zUyhcu9zdx04iyuJ/view?usp=drive_web
D1050x64_1041.mst https://drive.google.com/file/d/18eb_16ZqlzAw_Br_zWcTmxLoLPPnJ-b1/view?usp=drive_web
D1050x64_1042.mst https://drive.google.com/file/d/1gwjYKQff_IZmpfxI2ZtmlMMYPWQRTj7J/view?usp=drive_web
D1050x64_1043.mst https://drive.google.com/file/d/1ikj5lLvQyAdrGOCtm7VyjLMGVyjgEtrh/view?usp=drive_web
D1050x64_1044.mst https://drive.google.com/file/d/1nnKRC2a0W4RFPS5NDtgtyjyRZNiMaeT5/view?usp=drive_web
D1050x64_1045.mst https://drive.google.com/file/d/1JYZmVlocewuD9XA80D6bDS0AdzI-paL_/view?usp=drive_web
D1050x64_1046.mst https://drive.google.com/file/d/1PRhX0WW70i4zNdEb9RKs8vtwQ9pAfyAq/view?usp=drive_web
D1050x64_1049.mst https://drive.google.com/file/d/1rzwKp_JUMs4CHCy5EOptrsQhJtLNJxpd/view?usp=drive_web
D1050x64_1053.mst https://drive.google.com/file/d/1vJCqw1FSOThQm1o99DHJ0UUk5O-yRE6B/view?usp=drive_web
D1050x64_1055.mst https://drive.google.com/file/d/1YzEEn9go_wwO3-IqKuN9v6ASHL11b3Ee/view?usp=drive_web
D1050x64_2052.mst https://drive.google.com/file/d/1V_1wI0Yu-BH0pGybsiA9qdTKE5Ldmg8X/view?usp=drive_web
D1050x86.cab https://drive.google.com/file/d/1gsH0pusvgDwdGDUx7SvUwJnxcK4Eo_XS/view?usp=drive_web
D1050x86.msi https://drive.google.com/file/d/1PNz0lJ5iMKjA-UcSfHt3SdlivF2W5-7p/view?usp=drive_web
D1050x86_1025.mst https://drive.google.com/file/d/1fQnEpyvkMEYbFgYUnXBWJkMVc37o4IE0/view?usp=drive_web
D1050x86_1028.mst https://drive.google.com/file/d/1yTzGVx-oc6ytwYxGStfMYrqFeH6cbFgQ/view?usp=drive_web
D1050x86_1029.mst https://drive.google.com/file/d/18-YB8irh1q8tRe4YauTfBti-MIQGB2hT/view?usp=drive_web
D1050x86_1030.mst https://drive.google.com/file/d/1tzW4M7W0NdGH7dKKiBf3l82rW8KkCX-P/view?usp=drive_web
D1050x86_1031.mst https://drive.google.com/file/d/1GwSwiTriD-1RPR-OWswzOUlnO9C5CAtD/view?usp=drive_web
D1050x86_1032.mst https://drive.google.com/file/d/1re1cuJ5WrGK_oiwr_IIZw88TLYnzKH0I/view?usp=drive_web
D1050x86_1034.mst https://drive.google.com/file/d/18hwG99_I3pxHSEQTF5yazVyW42lGey7s/view?usp=drive_web
D1050x86_1035.mst https://drive.google.com/file/d/1nQ79m2i-y048xnXFYFddd1NIJ8fIk30R/view?usp=drive_web
D1050x86_1036.mst https://drive.google.com/file/d/1Az1uG9E7s0sHuEF95IvFKluo2vEl57pq/view?usp=drive_web
D1050x86_1037.mst https://drive.google.com/file/d/1UmmqquCPFFGE5E5szquW-i_SzsFiCpnM/view?usp=drive_web
D1050x86_1038.mst https://drive.google.com/file/d/1QrKGHf5IOEx-KC9qSl-BTDWQHBa2tP6i/view?usp=drive_web
D1050x86_1040.mst https://drive.google.com/file/d/1D0bC2jFH44jcBfON0BisLWNHZnNMMEoq/view?usp=drive_web
D1050x86_1041.mst https://drive.google.com/file/d/18JmynEvfMFl8f07l49Cp9iA_xGoFIKuZ/view?usp=drive_web
D1050x86_1042.mst https://drive.google.com/file/d/1sHvNELCo3AlyKEzhWoDVjbffkLK3IL82/view?usp=drive_web
D1050x86_1043.mst https://drive.google.com/file/d/1piEtdUUC3rW_pfMHo_lnuXt3zOboVxAG/view?usp=drive_web
D1050x86_1044.mst https://drive.google.com/file/d/1zRoGLe9xtOl9zK4hUoNpaZrIW5yOoi4n/view?usp=drive_web
D1050x86_1045.mst https://drive.google.com/file/d/1az3QKt5HjetLm4w9gReO2QOK8ofVjzqz/view?usp=drive_web
D1050x86_1046.mst https://drive.google.com/file/d/1yodywEfIoV01KQkr50z0B1EGCt6VnufD/view?usp=drive_web
D1050x86_1049.mst https://drive.google.com/file/d/1ph_o5UMVWkQUECL-kJzZZswrz81aNGy1/view?usp=drive_web
D1050x86_1053.mst https://drive.google.com/file/d/1CrdTAgWGnBR8hxCt6Q-K48ZGMW6LhNeQ/view?usp=drive_web
D1050x86_1055.mst https://drive.google.com/file/d/16IHCqPw4Y-i85DtRGbS_GGaBxF7xDZEQ/view?usp=drive_web
D1050x86_2052.mst https://drive.google.com/file/d/1CU_pohgwqEYBe2ZX5cjOguCDg45dUgOe/view?usp=drive_web
ErrorReporter.exe https://drive.google.com/file/d/199_ngM7ncrWTUxmErYG7ywsahfEfPSX8/view?usp=drive_web
Full_x64.cab https://drive.google.com/file/d/19Sy-sRXNKbqOu4bdvuZ3EaBtRKSHTNrc/view?usp=drive_web
Full_x86.cab https://drive.google.com/file/d/1YNNlE8aMJq3paRNZvxRjVIhh6ck67ZfT/view?usp=drive_web
HP-DQEX5.exe https://drive.google.com/file/d/1s5cOWmrJ5MXoGDCxlrgO5vAXF3_oY39h/view?usp=drive_web
hp_deskjet_2050_04.gpd https://drive.google.com/file/d/1tYSpYekIhESVgl1hc5CbWGj9e3oYmTLi/view?usp=drive_web
HPCommunication.dll https://drive.google.com/file/d/1LSu2tm8eeTw4mDM3delCOCau4qxTu_mo/view?usp=drive_web
HPCommunication.X.manifest https://drive.google.com/file/d/1nNoZ76CsoeFYlLpUiSGewhipfmbbmHrk/view?usp=drive_web
HPeDiag.dll https://drive.google.com/file/d/16girQfOJZLiKeMYUCct2-9VqFOaqvtdi/view?usp=drive_web
HPeDiag.X.manifest https://drive.google.com/file/d/1cLbftXEjEEX8X1A-7X1oNvEaqbB4q0PW/view?usp=drive_web
HPeSupport.dll https://drive.google.com/file/d/1NAKZ87upH0OZX8n6_59aBLSO60ySuL14/view?usp=drive_web
HPeSupport.X.manifest https://drive.google.com/file/d/1NwfRoBnHNB4lm1KkuPjrF6qNOGKcKN-m/view?usp=drive_web
HPMACRONAMES.gpd https://drive.google.com/file/d/1XYjR2GlIuAUyrgnmIFgl0dpv00Tb2hty/view?usp=drive_web
HPScanMiniDrv_DJ1050_J410.INF https://drive.google.com/file/d/1uyAfT6CCWfieeKVFN4L8-d9KlSJ_i1iK/view?usp=drive_web
HPScanMiniDrv_DJ1050_J410x32.CAT https://drive.google.com/file/d/1BvvkA5cO6SWRk12EcvS654GZeKqgMf-S/view?usp=drive_web
HPScanMiniDrv_DJ1050_J410x64.CAT https://drive.google.com/file/d/1OTXOhCmvYD5KNPorVOl-ACTZD8IlHZf5/view?usp=drive_web
HPScripting.dll https://drive.google.com/file/d/1M9-SzHQAck6doPgGGulxQS7Q8YzhfBcG/view?usp=drive_web
HPScripting.X.manifest https://drive.google.com/file/d/126kNGP0aH-gRK8gJjHjeibqZsL-5rMY2/view?usp=drive_web
hpvpl04.cat https://drive.google.com/file/d/1J7jD5fJNriraJNuaNMU5DzI8VVeByIKj/view?usp=drive_web
hpvpl04.inf https://drive.google.com/file/d/122Nu2Igv6BXBK6RQPno-nbB1Lx1MjIvp/view?usp=drive_web
hpvpl04.ini https://drive.google.com/file/d/18F1ZcWgNpvNzBdNNWe86Kj_LqdmOAr14/view?usp=drive_web
InstallMetrics.dll https://drive.google.com/file/d/1_BOiLcnDH-BabncvIy_K1i91FfqG4il8/view?usp=drive_web
InstallMetrics.X.manifest https://drive.google.com/file/d/1_Yaeqpb5d7pt7mRUbA5juc4CnLHgTCil/view?usp=drive_web
InternetUtil.dll https://drive.google.com/file/d/1VaYN7XENZ2C2JbG_j0MbmwIndWbVfvky/view?usp=drive_web
InternetUtil.X.manifest https://drive.google.com/file/d/1OrneUYHWUx23V29Jyd6yt2_t4cIgIVUh/view?usp=drive_web
locale.gpd https://drive.google.com/file/d/1DiC-fXog0sjO6IynwBV_6r99Y7ssHCOU/view?usp=drive_web
ReadMe.chm https://drive.google.com/file/d/1DSuTjd8j2wRups6s4miEex7katR4rRX4/view?usp=drive_web
RulesEngine.dll https://drive.google.com/file/d/1DlmFy_Rz1YEJIZgFsUn3YghMW2OP2G_0/view?usp=drive_web
RulesEngine.X.manifest https://drive.google.com/file/d/1XV09Ip09Lc2wGMxOMfg4qdZi6OFHxpI8/view?usp=drive_web
Setup.exe https://drive.google.com/file/d/1kAqB7eExArTseowWkpzOSV0BwE4fTdRd/view?usp=drive_web
stdnames.gpd https://drive.google.com/file/d/1NrF42p-Hncnm9i7BEZAQHJ6MaR1u2ikU/view?usp=drive_web

2 Folders, one copied from the disc and the zip made from that folder
Note: A wllogin_32 , Typ Windows Installer-Paket, would not let itself be copied to the Main Folder ,
( and the zip Folder is made from that folder
https://drive.google.com/file/d/1q_kbuHuqtG3eqYpw-CeVAAwILXUkZh5b/view?usp=drive_web


Won’t Install for Windows 10 !!!
https://i.postimg.cc/g0cLpHvf/DVD-rein-nichts-passieret.jpg https://i.postimg.cc/g0cLpHvf/DVD-rein-nichts-passieret.jpg
It starts after double click , then the typical warning window says I am opening HP-DQEX5.exe
On clicking Ja ( Yes ) just briefly a window starts saying getting ready, but then this brick wall is hit:
https://i.postimg.cc/9fxRQwbz/DVD-software-only-fo-XP-Vista-and-Win7.jpg https://i.postimg.cc/9fxRQwbz/DVD-software-only-fo-XP-Vista-and-Win7.jpg

So in the next post I will look at a second re install from a download from the HP site

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
SerSszuD HP 1010 Files from HP site downloaded and installed drivers

Furthering the example, I have another computer and want to compare the driver file produced for the same product- I have obtained the driver in this second case from the HP site https://support.hp.com/de-de/drivers/selfservice/hp-deskjet-1050-all-in-one-printer-series-j410/4027462/model/4027464
https://support.hp.com/de-de/drivers/selfservice/closure/hp-deskjet-1050-all-in-one-printer-series-j410/4027462/model/4027464?ssfFlag=true&sku=
DJ1050_J410_1313-1.exe : https://drive.google.com/file/d/1BGIYiyIrGsoyApL61_jHFWRPSkgdGOxi/view?usp=drive_web

I will start with downloading the last file used, ‘wbCodesDriversDruckerFromPoohFirstPetraRotWin7S tarter.xlsm’ https://app.box.com/s/k9hqq3mq7972kcucn428ghcd4gciquhn
, rename it wbCodesDriversDruckerFromSerSszuD.xlsm Later uploaded here: https://app.box.com/s/p6sncbqissotych7sdtnqtpuoy91s499
, then I will delete all content on the last 4 Worksheet tabs,
https://i.postimg.cc/wTkPQ8qL/Clear-Worksheets.jpg
and use them for the corresponding views for the new computer with downloaded driver
https://i.postimg.cc/QN1vVKv6/Rename-Worksheet-Tab-Names.jpg
Here is that file re uploaded in the new name
wbCodesDriversDruckerFromSerSszuD.xlsm : https://app.box.com/s/p6sncbqissotych7sdtnqtpuoy91s499

F:\DriversDruckersFromSerrzzud\Before1050aDownload , F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect
This the main before folder we need to look in, F:\DriversDruckersFromSerrzzud\Before1050aDownload ,
https://i.postimg.cc/PJW770mG/main-Folder-Ser-Sszu-DDrivers.jpg ,
and as always, we don’t need to worry about any files there, as in the main folder, only the folders are considered. Thereafter, folders and files are considered.
( I tend to put such a folder temporarily fairly well “up the explorer levels” , to keep the full text path short, rather than deep down in some folder subfolders place, as this often simplifies things, and can help prevent problems that sometimes come in with very long full paths.

Here , similarly the main after folder path that we need, F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect
https://i.postimg.cc/ZqTHVCqL/main-After-Folder-Ser-Sszu-DDrivers.jpg



Results.
In the case of computer SerSszuD , I just see the main extra section in DriverStore for the after compared with before installation
_____ Workbook: wbCodesDriversDruckerFromPoohSerSszuD.xlsm ( Using Excel 2007 32 bit )

F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_gp io2_skl.inf_amd64_b68199ad84607c21ialpss2i_gpio2_s kl.inf_amd64_b68199ad84607c21

iaLPSS2i_GPIO2.sys

iaLPSS2i_GPIO2_SKL.inf



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_bxt_p.inf_amd64_190858fd8e931883ialpss2i_i2c_bxt _p.inf_amd64_190858fd8e931883

iaLPSS2i_I2C_BXT_P.inf

iaLPSS2i_I2C_BXT_P.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_cnl.inf_amd64_f668309b543472ebialpss2i_i2c_cnl.i nf_amd64_f668309b543472eb

iaLPSS2i_I2C_CNL.inf

iaLPSS2i_I2C_CNL.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_glk.inf_amd64_7b6c08738ca8a856ialpss2i_i2c_glk.i nf_amd64_7b6c08738ca8a856

iaLPSS2i_I2C_GLK.inf

iaLPSS2i_I2C_GLK.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_skl.inf_amd64_9d9dbb01837eba23ialpss2i_i2c_skl.i nf_amd64_9d9dbb01837eba23

iaLPSS2i_I2C.sys

iaLPSS2i_I2C_SKL.inf



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpssi_gpi o.inf_amd64_62ffa3c95446bcfcialpssi_gpio.inf_amd64 _62ffa3c95446bcfc

ialpssi_gpio.inf

iaLPSSi_GPIO.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpssi_i2c .inf_amd64_8e00e1aed7fbdf70ialpssi_i2c.inf_amd64_8 e00e1aed7fbdf70

ialpssi_i2c.inf

iaLPSSi_I2C.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\iastorav.in f_amd64_87f761c07c99d5e7iastorav.inf_amd64_87f761c 07c99d5e7

iastorav.inf

iaStorAVC.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\iastorv.inf _amd64_9c09bd1df352f065iastorv.inf_amd64_9c09bd1df 352f065

iastorv.inf

iaStorV.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\idtsec.inf_ amd64_9321d33f1997dbfdidtsec.inf_amd64_9321d33f199 7dbfd

idtsec.dll

idtsec.inf
Worksheet: SerSszuDBothAndOffset

That seems to be somewhat different file composition , compared with the previous computer which used the DVD


Some other general results for computer SerSszuD in next post

DocAElstein
11-01-2021, 04:38 PM
SerSszuD HP 1010 Files from HP site downloaded and installed drivers

Furthering the example, I have another computer and want to compare the driver file produced for the same product- I have obtained the driver in this second case from the HP site https://support.hp.com/de-de/drivers/selfservice/hp-deskjet-1050-all-in-one-printer-series-j410/4027462/model/4027464
https://support.hp.com/de-de/drivers/selfservice/closure/hp-deskjet-1050-all-in-one-printer-series-j410/4027462/model/4027464?ssfFlag=true&sku=
DJ1050_J410_1313-1.exe : https://drive.google.com/file/d/1BGIYiyIrGsoyApL61_jHFWRPSkgdGOxi/view?usp=drive_web

I will start with downloading the last file used, ‘wbCodesDriversDruckerFromPoohFirstPetraRotWin7S tarter.xlsm’ https://app.box.com/s/k9hqq3mq7972kcucn428ghcd4gciquhn
, rename it wbCodesDriversDruckerFromSerSszuD.xlsm Later uploaded here: https://app.box.com/s/p6sncbqissotych7sdtnqtpuoy91s499
, then I will delete all content on the last 4 Worksheet tabs,
https://i.postimg.cc/wTkPQ8qL/Clear-Worksheets.jpg
and use them for the corresponding views for the new computer with downloaded driver
https://i.postimg.cc/QN1vVKv6/Rename-Worksheet-Tab-Names.jpg
Here is that file re uploaded in the new name
wbCodesDriversDruckerFromSerSszuD.xlsm : https://app.box.com/s/p6sncbqissotych7sdtnqtpuoy91s499

F:\DriversDruckersFromSerrzzud\Before1050aDownload , F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect
This the main before folder we need to look in, F:\DriversDruckersFromSerrzzud\Before1050aDownload ,
https://i.postimg.cc/PJW770mG/main-Folder-Ser-Sszu-DDrivers.jpg ,
and as always, we don’t need to worry about any files there, as in the main folder, only the folders are considered. Thereafter, folders and files are considered.
( I tend to put such a folder temporarily fairly well “up the explorer levels” , to keep the full text path short, rather than deep down in some folder subfolders place, as this often simplifies things, and can help prevent problems that sometimes come in with very long full paths.

Here , similarly the main after folder path that we need, F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect
https://i.postimg.cc/ZqTHVCqL/main-After-Folder-Ser-Sszu-DDrivers.jpg



Results.
In the case of computer SerSszuD , I just see the main extra section in DriverStore for the after compared with before installation
_____ Workbook: wbCodesDriversDruckerFromPoohSerSszuD.xlsm ( Using Excel 2007 32 bit )

F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_gp io2_skl.inf_amd64_b68199ad84607c21ialpss2i_gpio2_s kl.inf_amd64_b68199ad84607c21

iaLPSS2i_GPIO2.sys

iaLPSS2i_GPIO2_SKL.inf



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_bxt_p.inf_amd64_190858fd8e931883ialpss2i_i2c_bxt _p.inf_amd64_190858fd8e931883

iaLPSS2i_I2C_BXT_P.inf

iaLPSS2i_I2C_BXT_P.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_cnl.inf_amd64_f668309b543472ebialpss2i_i2c_cnl.i nf_amd64_f668309b543472eb

iaLPSS2i_I2C_CNL.inf

iaLPSS2i_I2C_CNL.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_glk.inf_amd64_7b6c08738ca8a856ialpss2i_i2c_glk.i nf_amd64_7b6c08738ca8a856

iaLPSS2i_I2C_GLK.inf

iaLPSS2i_I2C_GLK.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_skl.inf_amd64_9d9dbb01837eba23ialpss2i_i2c_skl.i nf_amd64_9d9dbb01837eba23

iaLPSS2i_I2C.sys

iaLPSS2i_I2C_SKL.inf



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpssi_gpi o.inf_amd64_62ffa3c95446bcfcialpssi_gpio.inf_amd64 _62ffa3c95446bcfc

ialpssi_gpio.inf

iaLPSSi_GPIO.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpssi_i2c .inf_amd64_8e00e1aed7fbdf70ialpssi_i2c.inf_amd64_8 e00e1aed7fbdf70

ialpssi_i2c.inf

iaLPSSi_I2C.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\iastorav.in f_amd64_87f761c07c99d5e7iastorav.inf_amd64_87f761c 07c99d5e7

iastorav.inf

iaStorAVC.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\iastorv.inf _amd64_9c09bd1df352f065iastorv.inf_amd64_9c09bd1df 352f065

iastorv.inf

iaStorV.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\idtsec.inf_ amd64_9321d33f1997dbfdidtsec.inf_amd64_9321d33f199 7dbfd

idtsec.dll

idtsec.inf
Worksheet: SerSszuDBothAndOffset

That seems to be somewhat different file composition , compared with the previous computer which used the DVD


Some other general results for computer SerSszuD in next post

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
SerSszuD HP 1010 Files from HP site downloaded and installed drivers

Furthering the example, I have another computer and want to compare the driver file produced for the same product- I have obtained the driver in this second case from the HP site https://support.hp.com/de-de/drivers/selfservice/hp-deskjet-1050-all-in-one-printer-series-j410/4027462/model/4027464
https://support.hp.com/de-de/drivers/selfservice/closure/hp-deskjet-1050-all-in-one-printer-series-j410/4027462/model/4027464?ssfFlag=true&sku=
DJ1050_J410_1313-1.exe : https://drive.google.com/file/d/1BGIYiyIrGsoyApL61_jHFWRPSkgdGOxi/view?usp=drive_web

I will start with downloading the last file used, ‘wbCodesDriversDruckerFromPoohFirstPetraRotWin7S tarter.xlsm’ https://app.box.com/s/k9hqq3mq7972kcucn428ghcd4gciquhn
, rename it wbCodesDriversDruckerFromSerSszuD.xlsm Later uploaded here: https://app.box.com/s/p6sncbqissotych7sdtnqtpuoy91s499
, then I will delete all content on the last 4 Worksheet tabs,
https://i.postimg.cc/wTkPQ8qL/Clear-Worksheets.jpg
and use them for the corresponding views for the new computer with downloaded driver
https://i.postimg.cc/QN1vVKv6/Rename-Worksheet-Tab-Names.jpg
Here is that file re uploaded in the new name
wbCodesDriversDruckerFromSerSszuD.xlsm : https://app.box.com/s/p6sncbqissotych7sdtnqtpuoy91s499

F:\DriversDruckersFromSerrzzud\Before1050aDownload , F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect
This the main before folder we need to look in, F:\DriversDruckersFromSerrzzud\Before1050aDownload ,
https://i.postimg.cc/PJW770mG/main-Folder-Ser-Sszu-DDrivers.jpg ,
and as always, we don’t need to worry about any files there, as in the main folder, only the folders are considered. Thereafter, folders and files are considered.
( I tend to put such a folder temporarily fairly well “up the explorer levels” , to keep the full text path short, rather than deep down in some folder subfolders place, as this often simplifies things, and can help prevent problems that sometimes come in with very long full paths.

Here , similarly the main after folder path that we need, F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect
https://i.postimg.cc/ZqTHVCqL/main-After-Folder-Ser-Sszu-DDrivers.jpg



Results.
In the case of computer SerSszuD , I just see the main extra section in DriverStore for the after compared with before installation
_____ Workbook: wbCodesDriversDruckerFromPoohSerSszuD.xlsm ( Using Excel 2007 32 bit )

F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_gp io2_skl.inf_amd64_b68199ad84607c21ialpss2i_gpio2_s kl.inf_amd64_b68199ad84607c21

iaLPSS2i_GPIO2.sys

iaLPSS2i_GPIO2_SKL.inf



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_bxt_p.inf_amd64_190858fd8e931883ialpss2i_i2c_bxt _p.inf_amd64_190858fd8e931883

iaLPSS2i_I2C_BXT_P.inf

iaLPSS2i_I2C_BXT_P.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_cnl.inf_amd64_f668309b543472ebialpss2i_i2c_cnl.i nf_amd64_f668309b543472eb

iaLPSS2i_I2C_CNL.inf

iaLPSS2i_I2C_CNL.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_glk.inf_amd64_7b6c08738ca8a856ialpss2i_i2c_glk.i nf_amd64_7b6c08738ca8a856

iaLPSS2i_I2C_GLK.inf

iaLPSS2i_I2C_GLK.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_skl.inf_amd64_9d9dbb01837eba23ialpss2i_i2c_skl.i nf_amd64_9d9dbb01837eba23

iaLPSS2i_I2C.sys

iaLPSS2i_I2C_SKL.inf



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpssi_gpi o.inf_amd64_62ffa3c95446bcfcialpssi_gpio.inf_amd64 _62ffa3c95446bcfc

ialpssi_gpio.inf

iaLPSSi_GPIO.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpssi_i2c .inf_amd64_8e00e1aed7fbdf70ialpssi_i2c.inf_amd64_8 e00e1aed7fbdf70

ialpssi_i2c.inf

iaLPSSi_I2C.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\iastorav.in f_amd64_87f761c07c99d5e7iastorav.inf_amd64_87f761c 07c99d5e7

iastorav.inf

iaStorAVC.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\iastorv.inf _amd64_9c09bd1df352f065iastorv.inf_amd64_9c09bd1df 352f065

iastorv.inf

iaStorV.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\idtsec.inf_ amd64_9321d33f1997dbfdidtsec.inf_amd64_9321d33f199 7dbfd

idtsec.dll

idtsec.inf
Worksheet: SerSszuDBothAndOffset

That seems to be somewhat different file composition , compared with the previous computer which used the DVD


Some other general results for computer SerSszuD in next post

DocAElstein
11-01-2021, 04:38 PM
Some other general results for computer SerSszuD, after the Drucker driver download experiments from the last posts.

Produced text files
‘WorksheetToTextFileOverWindowsClipboardSerSszuD BothAndOffset.txt’ https://app.box.com/s/hv9464ivu9h4by9lminw6hxszqi24pap 380.3KB
‘WorksheetToTextFileOverWindowsClipboardSerSszuD Both.txt’ https://app.box.com/s/ar68tiqli12gwkafksn66l610op0h33s 360.2KB
‘WorksheetToTextFileOverWindowsClipboardSerSszuD After.txt’ https://app.box.com/s/ixmy9mcot11mms7q8dq41acyndyyza99 258.3KB
‘WorksheetToTextFileOverWindowsClipboardSerSszuD Before.txt’ https://app.box.com/s/3drphcz1h3ib6299v9ahtu5z83mbtjpg 173.2KB


Before any downloading, and installing
‘WorksheetToTextFileOverWindowsClipboardSerSszuD Before.txt’ https://app.box.com/s/3drphcz1h3ib6299v9ahtu5z83mbtjpg

https://i.postimg.cc/nV0sN217/Word-shown-Druckers.jpg https://i.postimg.cc/nV0sN217/Word-shown-Druckers.jpg
https://i.postimg.cc/JnQyr5Vf/Error-from-versuche-drucker-einzufugen.jpg https://i.postimg.cc/JnQyr5Vf/Error-from-versuche-drucker-einzufugen.jpg
https://i.postimg.cc/PJ3PZfqK/System-Steuerung.jpg https://i.postimg.cc/PJ3PZfqK/System-Steuerung.jpg

https://i.postimg.cc/Vk30DNWV/Downloaded-Driver-for-1050a-Drucker.jpg https://i.postimg.cc/Vk30DNWV/Downloaded-Driver-for-1050a-Drucker.jpg
https://i.postimg.cc/3xyDXGmG/After-douible-clicking-Installing-1050a-Drucker-Driver.jpg https://i.postimg.cc/3xyDXGmG/After-douible-clicking-Installing-1050a-Drucker-Driver.jpg
https://i.postimg.cc/T1YKp5Tp/Installing-1050-Driver.jpg https://i.postimg.cc/T1YKp5Tp/Installing-1050-Driver.jpg
https://i.postimg.cc/Jn8DCdg3/Install-weiter-ohne-zu-konnect-drucker.jpg https://i.postimg.cc/Jn8DCdg3/Install-weiter-ohne-zu-konnect-drucker.jpg
https://i.postimg.cc/fbmtFhHT/Finish-Install.jpg https://i.postimg.cc/fbmtFhHT/Finish-Install.jpg

After Download Before any connect
https://i.postimg.cc/Y0xbFChv/Sucessful-Net-Framework-3-5-enthaelt-Net-2-0-and-3-0.jpg https://i.postimg.cc/Y0xbFChv/Sucessful-Net-Framework-3-5-enthaelt-Net-2-0-and-3-0.jpg
https://i.postimg.cc/Dwpp505s/3-New-Desktop-Icons.jpg https://i.postimg.cc/Dwpp505s/3-New-Desktop-Icons.jpg
https://i.postimg.cc/GpB7fRSf/No-Change-In-Systensteuerung-Druckers.jpg https://i.postimg.cc/GpB7fRSf/No-Change-In-Systensteuerung-Druckers.jpg
https://i.postimg.cc/9MZxWp2t/No-Change-In-Systensteuerung-Druckers.jpg https://i.postimg.cc/9MZxWp2t/No-Change-In-Systensteuerung-Druckers.jpg
https://i.postimg.cc/mk4mhH2x/No-Change-In-Word.jpg https://i.postimg.cc/mk4mhH2x/No-Change-In-Word.jpg
https://i.postimg.cc/bY06W33q/Gedrucht-auf-einer-Scanned-auf-die-anderer.jpg
https://i.postimg.cc/y84LVTH8/Programme-is-there.jpg https://i.postimg.cc/y84LVTH8/Programme-is-there.jpg

Attempting to install from disc after download
https://i.postimg.cc/9QNVTW7g/Installing-nothing-could-be-clicked-says-already-there.jpg https://i.postimg.cc/9QNVTW7g/Installing-nothing-could-be-clicked-says-already-there.jpg

After a connect
https://i.postimg.cc/KjTtVd4r/For-Blumen-Druck.jpg https://i.postimg.cc/KjTtVd4r/For-Blumen-Druck.jpg

Later as time goes on
https://i.postimg.cc/bY06W33q/Gedrucht-auf-einer-Scanned-auf-die-anderer.jpg https://i.postimg.cc/bY06W33q/Gedrucht-auf-einer-Scanned-auf-die-anderer.jpg
https://i.postimg.cc/3w1G2fhx/Connect-second-drucker-get-Kopie-1-even-if-first-is-no-longer-connected.jpg https://i.postimg.cc/3w1G2fhx/Connect-second-drucker-get-Kopie-1-even-if-first-is-no-longer-connected.jpg
https://i.postimg.cc/Rh6n5MHW/Connect-Wolfy-as-third-drucker-get-Kopie-2-even-if-first-is-no-longer-connected.jpg https://i.postimg.cc/Rh6n5MHW/Connect-Wolfy-as-third-drucker-get-Kopie-2-even-if-first-is-no-longer-connected.jpg
https://i.postimg.cc/HL6JrJ0J/Connect-Wolfy-as-third-drucker-get-Kopie-2-even-if-first-is-no-longer-connected.jpg https://i.postimg.cc/HL6JrJ0J/Connect-Wolfy-as-third-drucker-get-Kopie-2-even-if-first-is-no-longer-connected.jpg
https://i.postimg.cc/FKrdFbS5/System-Steuerung-showing-all-used-Druckers.jpg https://i.postimg.cc/FKrdFbS5/System-Steuerung-showing-all-used-Druckers.jpg



I decided to do some checks, just for fun. A month or so later I check folders drivers and DriverStore again

I then reinstalled the four things showing in the programme list, and I note that when I de installed
_ HP Deskjet 1050 j410 series- Grundlegende Software für das Geräte , the admin right warning said I was removing 1d8302.msi
_ HP Deskjet 1050 j410 series Hilfe , the admin right warning said I was removing 1d8311.msi
_ HP Photo Creations , it went into a de installing
_ Studie zur Verbesserung von HP Deskjet 1050 J410 series Produkten , the admin right warning said I was removing 1d8307.msi

Here some changes after de install ( I did not restart computer )
https://i.postimg.cc/VLc7wR1L/Gone-from-system-steuerung.jpg https://i.postimg.cc/VLc7wR1L/Gone-from-system-steuerung.jpg
https://i.postimg.cc/gkqg2Zky/Gone-from-Word.jpg https://i.postimg.cc/gkqg2Zky/Gone-from-Word.jpg

Here the file, and I add some more worksheets
wbCodesDriversDruckerFromSerSszuD.xlsm : https://app.box.com/s/8aes7925x6xbjd0bwo6dwttu3cn7ucgp
In a worksheet BeforeAndNovCheckAfterDeInstall we see one major change that has somehow occurred, a section has appeared
_____ Workbook: wbCodesDriversDruckerFromSerSszuD.xlsm ( Using Excel 2007 32 bit )

G:\DriversFromSerSsuDCheckDeInstalled\DDFsDDFs

CertificateStore_DDF.xml

DMClient_DDF.xml

EnrollmentStatusTrackingDDF.xml

EnterpriseModernAppManagementDDF.xml

NGCProDDF_v1.2_final.xml

Win32CompatibilityAppraiser_DDF.xml
Worksheet: BeforeAndNovCheckAfterDeInstall

And then there are a few simple changes…
A mrxsmb10.sys has gone from F:\DriversDruckersFromSerrzzud\Before1050aDownload \drivers

An usbscan.sys has remained/ appeared now November in G:\DriversFromSerSsuDCheckDeInstalled\drivers

A hosts.ics has remained/ appeared now November in G:\DriversFromSerSsuDCheckDeInstalled\drivers\etc
WorksheetToTextFileOverWindowsClipboardBeforeAndNo vCheckAfterDeInstall.txt https://app.box.com/s/dvr8intl1rl8yr9oye2g7svirumpa5bj 337.5KB
‘WorksheetToTextFileOverWindowsClipboardAfterDeI nstall.txt’ https://app.box.com/s/h4dl75no3leqfelm24i0te7f5qap1ln1 164.3KB



In the next post we look at the effect now of a DVD install into SerSszuD

DocAElstein
11-01-2021, 04:38 PM
Here is the DVD info
First all uploaded via Google Email attachment
Autorun.inf https://drive.google.com/file/d/1q_kbuHuqtG3eqYpw-CeVAAwILXUkZh5b/view?usp=drive_web
Autorun.inf https://drive.google.com/file/d/1q_kbuHuqtG3eqYpw-CeVAAwILXUkZh5b/view?usp=drive_web
D1050x64.cab https://drive.google.com/file/d/1P8ifhXcmjHkT08pb73bbgqJCX6eKfR7B/view?usp=drive_web
D1050x64.msi https://drive.google.com/file/d/158j67PsaAHuQjf3yzfBq569cSom40E7R/view?usp=drive_web
D1050x64_1025.mst https://drive.google.com/file/d/1MdEG4r7pgq2BomAiiGqjoF1wQQuKye0S/view?usp=drive_web
D1050x64_1028.mst https://drive.google.com/file/d/11fCf6v09S8a0dv4BCd5w-7iU0ZviiR4X/view?usp=drive_web
D1050x64_1029.mst https://drive.google.com/file/d/1m5pP09fmF7skQD7yYgBQfxAcbuxeLGEw/view?usp=drive_web
D1050x64_1030.mst https://drive.google.com/file/d/1upEYW2e-Lsssfyrl8vjnqQGn4a8eKe1D/view?usp=drive_web
D1050x64_1031.mst https://drive.google.com/file/d/18mqMdFzjWmb6ALuM6JKhFkKcYXmyWLOD/view?usp=drive_web
D1050x64_1032.mst https://drive.google.com/file/d/1RrfQXOW4viqjRwpiuc9z4x1LLDB5HumF/view?usp=drive_web
D1050x64_1034.mst https://drive.google.com/file/d/1Y9HfGnl95e7fA1P9Snmy9RrYrZ2Hq7FO/view?usp=drive_web
D1050x64_1035.mst https://drive.google.com/file/d/1zTvvMWwCuYTy4JuyKlazo4p73i443U7D/view?usp=drive_web
D1050x64_1036.mst https://drive.google.com/file/d/1X6a_Gm-3IrlHf3K5OGXA_vCDll-oTe5q/view?usp=drive_web
D1050x64_1037.mst https://drive.google.com/file/d/1F7n659Uy-ND1ONbHqxZJqT6jgvk4SIG0/view?usp=drive_web
D1050x64_1038.mst https://drive.google.com/file/d/14b5c9bohF-Aze2fzJzTCUsj0sRO2vA5H/view?usp=drive_web
D1050x64_1040.mst https://drive.google.com/file/d/1xyY6KsL8xkFhCoQ5zUyhcu9zdx04iyuJ/view?usp=drive_web
D1050x64_1041.mst https://drive.google.com/file/d/18eb_16ZqlzAw_Br_zWcTmxLoLPPnJ-b1/view?usp=drive_web
D1050x64_1042.mst https://drive.google.com/file/d/1gwjYKQff_IZmpfxI2ZtmlMMYPWQRTj7J/view?usp=drive_web
D1050x64_1043.mst https://drive.google.com/file/d/1ikj5lLvQyAdrGOCtm7VyjLMGVyjgEtrh/view?usp=drive_web
D1050x64_1044.mst https://drive.google.com/file/d/1nnKRC2a0W4RFPS5NDtgtyjyRZNiMaeT5/view?usp=drive_web
D1050x64_1045.mst https://drive.google.com/file/d/1JYZmVlocewuD9XA80D6bDS0AdzI-paL_/view?usp=drive_web
D1050x64_1046.mst https://drive.google.com/file/d/1PRhX0WW70i4zNdEb9RKs8vtwQ9pAfyAq/view?usp=drive_web
D1050x64_1049.mst https://drive.google.com/file/d/1rzwKp_JUMs4CHCy5EOptrsQhJtLNJxpd/view?usp=drive_web
D1050x64_1053.mst https://drive.google.com/file/d/1vJCqw1FSOThQm1o99DHJ0UUk5O-yRE6B/view?usp=drive_web
D1050x64_1055.mst https://drive.google.com/file/d/1YzEEn9go_wwO3-IqKuN9v6ASHL11b3Ee/view?usp=drive_web
D1050x64_2052.mst https://drive.google.com/file/d/1V_1wI0Yu-BH0pGybsiA9qdTKE5Ldmg8X/view?usp=drive_web
D1050x86.cab https://drive.google.com/file/d/1gsH0pusvgDwdGDUx7SvUwJnxcK4Eo_XS/view?usp=drive_web
D1050x86.msi https://drive.google.com/file/d/1PNz0lJ5iMKjA-UcSfHt3SdlivF2W5-7p/view?usp=drive_web
D1050x86_1025.mst https://drive.google.com/file/d/1fQnEpyvkMEYbFgYUnXBWJkMVc37o4IE0/view?usp=drive_web
D1050x86_1028.mst https://drive.google.com/file/d/1yTzGVx-oc6ytwYxGStfMYrqFeH6cbFgQ/view?usp=drive_web
D1050x86_1029.mst https://drive.google.com/file/d/18-YB8irh1q8tRe4YauTfBti-MIQGB2hT/view?usp=drive_web
D1050x86_1030.mst https://drive.google.com/file/d/1tzW4M7W0NdGH7dKKiBf3l82rW8KkCX-P/view?usp=drive_web
D1050x86_1031.mst https://drive.google.com/file/d/1GwSwiTriD-1RPR-OWswzOUlnO9C5CAtD/view?usp=drive_web
D1050x86_1032.mst https://drive.google.com/file/d/1re1cuJ5WrGK_oiwr_IIZw88TLYnzKH0I/view?usp=drive_web
D1050x86_1034.mst https://drive.google.com/file/d/18hwG99_I3pxHSEQTF5yazVyW42lGey7s/view?usp=drive_web
D1050x86_1035.mst https://drive.google.com/file/d/1nQ79m2i-y048xnXFYFddd1NIJ8fIk30R/view?usp=drive_web
D1050x86_1036.mst https://drive.google.com/file/d/1Az1uG9E7s0sHuEF95IvFKluo2vEl57pq/view?usp=drive_web
D1050x86_1037.mst https://drive.google.com/file/d/1UmmqquCPFFGE5E5szquW-i_SzsFiCpnM/view?usp=drive_web
D1050x86_1038.mst https://drive.google.com/file/d/1QrKGHf5IOEx-KC9qSl-BTDWQHBa2tP6i/view?usp=drive_web
D1050x86_1040.mst https://drive.google.com/file/d/1D0bC2jFH44jcBfON0BisLWNHZnNMMEoq/view?usp=drive_web
D1050x86_1041.mst https://drive.google.com/file/d/18JmynEvfMFl8f07l49Cp9iA_xGoFIKuZ/view?usp=drive_web
D1050x86_1042.mst https://drive.google.com/file/d/1sHvNELCo3AlyKEzhWoDVjbffkLK3IL82/view?usp=drive_web
D1050x86_1043.mst https://drive.google.com/file/d/1piEtdUUC3rW_pfMHo_lnuXt3zOboVxAG/view?usp=drive_web
D1050x86_1044.mst https://drive.google.com/file/d/1zRoGLe9xtOl9zK4hUoNpaZrIW5yOoi4n/view?usp=drive_web
D1050x86_1045.mst https://drive.google.com/file/d/1az3QKt5HjetLm4w9gReO2QOK8ofVjzqz/view?usp=drive_web
D1050x86_1046.mst https://drive.google.com/file/d/1yodywEfIoV01KQkr50z0B1EGCt6VnufD/view?usp=drive_web
D1050x86_1049.mst https://drive.google.com/file/d/1ph_o5UMVWkQUECL-kJzZZswrz81aNGy1/view?usp=drive_web
D1050x86_1053.mst https://drive.google.com/file/d/1CrdTAgWGnBR8hxCt6Q-K48ZGMW6LhNeQ/view?usp=drive_web
D1050x86_1055.mst https://drive.google.com/file/d/16IHCqPw4Y-i85DtRGbS_GGaBxF7xDZEQ/view?usp=drive_web
D1050x86_2052.mst https://drive.google.com/file/d/1CU_pohgwqEYBe2ZX5cjOguCDg45dUgOe/view?usp=drive_web
ErrorReporter.exe https://drive.google.com/file/d/199_ngM7ncrWTUxmErYG7ywsahfEfPSX8/view?usp=drive_web
Full_x64.cab https://drive.google.com/file/d/19Sy-sRXNKbqOu4bdvuZ3EaBtRKSHTNrc/view?usp=drive_web
Full_x86.cab https://drive.google.com/file/d/1YNNlE8aMJq3paRNZvxRjVIhh6ck67ZfT/view?usp=drive_web
HP-DQEX5.exe https://drive.google.com/file/d/1s5cOWmrJ5MXoGDCxlrgO5vAXF3_oY39h/view?usp=drive_web
hp_deskjet_2050_04.gpd https://drive.google.com/file/d/1tYSpYekIhESVgl1hc5CbWGj9e3oYmTLi/view?usp=drive_web
HPCommunication.dll https://drive.google.com/file/d/1LSu2tm8eeTw4mDM3delCOCau4qxTu_mo/view?usp=drive_web
HPCommunication.X.manifest https://drive.google.com/file/d/1nNoZ76CsoeFYlLpUiSGewhipfmbbmHrk/view?usp=drive_web
HPeDiag.dll https://drive.google.com/file/d/16girQfOJZLiKeMYUCct2-9VqFOaqvtdi/view?usp=drive_web
HPeDiag.X.manifest https://drive.google.com/file/d/1cLbftXEjEEX8X1A-7X1oNvEaqbB4q0PW/view?usp=drive_web
HPeSupport.dll https://drive.google.com/file/d/1NAKZ87upH0OZX8n6_59aBLSO60ySuL14/view?usp=drive_web
HPeSupport.X.manifest https://drive.google.com/file/d/1NwfRoBnHNB4lm1KkuPjrF6qNOGKcKN-m/view?usp=drive_web
HPMACRONAMES.gpd https://drive.google.com/file/d/1XYjR2GlIuAUyrgnmIFgl0dpv00Tb2hty/view?usp=drive_web
HPScanMiniDrv_DJ1050_J410.INF https://drive.google.com/file/d/1uyAfT6CCWfieeKVFN4L8-d9KlSJ_i1iK/view?usp=drive_web
HPScanMiniDrv_DJ1050_J410x32.CAT https://drive.google.com/file/d/1BvvkA5cO6SWRk12EcvS654GZeKqgMf-S/view?usp=drive_web
HPScanMiniDrv_DJ1050_J410x64.CAT https://drive.google.com/file/d/1OTXOhCmvYD5KNPorVOl-ACTZD8IlHZf5/view?usp=drive_web
HPScripting.dll https://drive.google.com/file/d/1M9-SzHQAck6doPgGGulxQS7Q8YzhfBcG/view?usp=drive_web
HPScripting.X.manifest https://drive.google.com/file/d/126kNGP0aH-gRK8gJjHjeibqZsL-5rMY2/view?usp=drive_web
hpvpl04.cat https://drive.google.com/file/d/1J7jD5fJNriraJNuaNMU5DzI8VVeByIKj/view?usp=drive_web
hpvpl04.inf https://drive.google.com/file/d/122Nu2Igv6BXBK6RQPno-nbB1Lx1MjIvp/view?usp=drive_web
hpvpl04.ini https://drive.google.com/file/d/18F1ZcWgNpvNzBdNNWe86Kj_LqdmOAr14/view?usp=drive_web
InstallMetrics.dll https://drive.google.com/file/d/1_BOiLcnDH-BabncvIy_K1i91FfqG4il8/view?usp=drive_web
InstallMetrics.X.manifest https://drive.google.com/file/d/1_Yaeqpb5d7pt7mRUbA5juc4CnLHgTCil/view?usp=drive_web
InternetUtil.dll https://drive.google.com/file/d/1VaYN7XENZ2C2JbG_j0MbmwIndWbVfvky/view?usp=drive_web
InternetUtil.X.manifest https://drive.google.com/file/d/1OrneUYHWUx23V29Jyd6yt2_t4cIgIVUh/view?usp=drive_web
locale.gpd https://drive.google.com/file/d/1DiC-fXog0sjO6IynwBV_6r99Y7ssHCOU/view?usp=drive_web
ReadMe.chm https://drive.google.com/file/d/1DSuTjd8j2wRups6s4miEex7katR4rRX4/view?usp=drive_web
RulesEngine.dll https://drive.google.com/file/d/1DlmFy_Rz1YEJIZgFsUn3YghMW2OP2G_0/view?usp=drive_web
RulesEngine.X.manifest https://drive.google.com/file/d/1XV09Ip09Lc2wGMxOMfg4qdZi6OFHxpI8/view?usp=drive_web
Setup.exe https://drive.google.com/file/d/1kAqB7eExArTseowWkpzOSV0BwE4fTdRd/view?usp=drive_web
stdnames.gpd https://drive.google.com/file/d/1NrF42p-Hncnm9i7BEZAQHJ6MaR1u2ikU/view?usp=drive_web

2 Folders, one copied from the disc and the zip made from that folder
Note: A wllogin_32 , Typ Windows Installer-Paket, would not let itself be copied to the Main Folder ,
( and the zip Folder is made from that folder
https://drive.google.com/file/d/1q_kbuHuqtG3eqYpw-CeVAAwILXUkZh5b/view?usp=drive_web


Won’t Install for Windows 10 !!!
https://i.postimg.cc/g0cLpHvf/DVD-rein-nichts-passieret.jpg https://i.postimg.cc/g0cLpHvf/DVD-rein-nichts-passieret.jpg
It starts after double click , then the typical warning window says I am opening HP-DQEX5.exe
On clicking Ja ( Yes ) just briefly a window starts saying getting ready, but then this brick wall is hit:
https://i.postimg.cc/9fxRQwbz/DVD-software-only-fo-XP-Vista-and-Win7.jpg https://i.postimg.cc/9fxRQwbz/DVD-software-only-fo-XP-Vista-and-Win7.jpg

So in the next post I will look at a second re install from a download from the HP site

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
SerSszuD HP 1010 Files from HP site downloaded and installed drivers

Furthering the example, I have another computer and want to compare the driver file produced for the same product- I have obtained the driver in this second case from the HP site https://support.hp.com/de-de/drivers/selfservice/hp-deskjet-1050-all-in-one-printer-series-j410/4027462/model/4027464
https://support.hp.com/de-de/drivers/selfservice/closure/hp-deskjet-1050-all-in-one-printer-series-j410/4027462/model/4027464?ssfFlag=true&sku=
DJ1050_J410_1313-1.exe : https://drive.google.com/file/d/1BGIYiyIrGsoyApL61_jHFWRPSkgdGOxi/view?usp=drive_web

I will start with downloading the last file used, ‘wbCodesDriversDruckerFromPoohFirstPetraRotWin7S tarter.xlsm’ https://app.box.com/s/k9hqq3mq7972kcucn428ghcd4gciquhn
, rename it wbCodesDriversDruckerFromSerSszuD.xlsm Later uploaded here: https://app.box.com/s/p6sncbqissotych7sdtnqtpuoy91s499
, then I will delete all content on the last 4 Worksheet tabs,
https://i.postimg.cc/wTkPQ8qL/Clear-Worksheets.jpg
and use them for the corresponding views for the new computer with downloaded driver
https://i.postimg.cc/QN1vVKv6/Rename-Worksheet-Tab-Names.jpg
Here is that file re uploaded in the new name
wbCodesDriversDruckerFromSerSszuD.xlsm : https://app.box.com/s/p6sncbqissotych7sdtnqtpuoy91s499

F:\DriversDruckersFromSerrzzud\Before1050aDownload , F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect
This the main before folder we need to look in, F:\DriversDruckersFromSerrzzud\Before1050aDownload ,
https://i.postimg.cc/PJW770mG/main-Folder-Ser-Sszu-DDrivers.jpg ,
and as always, we don’t need to worry about any files there, as in the main folder, only the folders are considered. Thereafter, folders and files are considered.
( I tend to put such a folder temporarily fairly well “up the explorer levels” , to keep the full text path short, rather than deep down in some folder subfolders place, as this often simplifies things, and can help prevent problems that sometimes come in with very long full paths.

Here , similarly the main after folder path that we need, F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect
https://i.postimg.cc/ZqTHVCqL/main-After-Folder-Ser-Sszu-DDrivers.jpg



Results.
In the case of computer SerSszuD , I just see the main extra section in DriverStore for the after compared with before installation
_____ Workbook: wbCodesDriversDruckerFromPoohSerSszuD.xlsm ( Using Excel 2007 32 bit )

F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_gp io2_skl.inf_amd64_b68199ad84607c21ialpss2i_gpio2_s kl.inf_amd64_b68199ad84607c21

iaLPSS2i_GPIO2.sys

iaLPSS2i_GPIO2_SKL.inf



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_bxt_p.inf_amd64_190858fd8e931883ialpss2i_i2c_bxt _p.inf_amd64_190858fd8e931883

iaLPSS2i_I2C_BXT_P.inf

iaLPSS2i_I2C_BXT_P.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_cnl.inf_amd64_f668309b543472ebialpss2i_i2c_cnl.i nf_amd64_f668309b543472eb

iaLPSS2i_I2C_CNL.inf

iaLPSS2i_I2C_CNL.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_glk.inf_amd64_7b6c08738ca8a856ialpss2i_i2c_glk.i nf_amd64_7b6c08738ca8a856

iaLPSS2i_I2C_GLK.inf

iaLPSS2i_I2C_GLK.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_skl.inf_amd64_9d9dbb01837eba23ialpss2i_i2c_skl.i nf_amd64_9d9dbb01837eba23

iaLPSS2i_I2C.sys

iaLPSS2i_I2C_SKL.inf



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpssi_gpi o.inf_amd64_62ffa3c95446bcfcialpssi_gpio.inf_amd64 _62ffa3c95446bcfc

ialpssi_gpio.inf

iaLPSSi_GPIO.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpssi_i2c .inf_amd64_8e00e1aed7fbdf70ialpssi_i2c.inf_amd64_8 e00e1aed7fbdf70

ialpssi_i2c.inf

iaLPSSi_I2C.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\iastorav.in f_amd64_87f761c07c99d5e7iastorav.inf_amd64_87f761c 07c99d5e7

iastorav.inf

iaStorAVC.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\iastorv.inf _amd64_9c09bd1df352f065iastorv.inf_amd64_9c09bd1df 352f065

iastorv.inf

iaStorV.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\idtsec.inf_ amd64_9321d33f1997dbfdidtsec.inf_amd64_9321d33f199 7dbfd

idtsec.dll

idtsec.inf
Worksheet: SerSszuDBothAndOffset

That seems to be somewhat different file composition , compared with the previous computer which used the DVD


Some other general results for computer SerSszuD in next post

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
SerSszuD HP 1010 Files from HP site downloaded and installed drivers

Furthering the example, I have another computer and want to compare the driver file produced for the same product- I have obtained the driver in this second case from the HP site https://support.hp.com/de-de/drivers/selfservice/hp-deskjet-1050-all-in-one-printer-series-j410/4027462/model/4027464
https://support.hp.com/de-de/drivers/selfservice/closure/hp-deskjet-1050-all-in-one-printer-series-j410/4027462/model/4027464?ssfFlag=true&sku=
DJ1050_J410_1313-1.exe : https://drive.google.com/file/d/1BGIYiyIrGsoyApL61_jHFWRPSkgdGOxi/view?usp=drive_web

I will start with downloading the last file used, ‘wbCodesDriversDruckerFromPoohFirstPetraRotWin7S tarter.xlsm’ https://app.box.com/s/k9hqq3mq7972kcucn428ghcd4gciquhn
, rename it wbCodesDriversDruckerFromSerSszuD.xlsm Later uploaded here: https://app.box.com/s/p6sncbqissotych7sdtnqtpuoy91s499
, then I will delete all content on the last 4 Worksheet tabs,
https://i.postimg.cc/wTkPQ8qL/Clear-Worksheets.jpg
and use them for the corresponding views for the new computer with downloaded driver
https://i.postimg.cc/QN1vVKv6/Rename-Worksheet-Tab-Names.jpg
Here is that file re uploaded in the new name
wbCodesDriversDruckerFromSerSszuD.xlsm : https://app.box.com/s/p6sncbqissotych7sdtnqtpuoy91s499

F:\DriversDruckersFromSerrzzud\Before1050aDownload , F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect
This the main before folder we need to look in, F:\DriversDruckersFromSerrzzud\Before1050aDownload ,
https://i.postimg.cc/PJW770mG/main-Folder-Ser-Sszu-DDrivers.jpg ,
and as always, we don’t need to worry about any files there, as in the main folder, only the folders are considered. Thereafter, folders and files are considered.
( I tend to put such a folder temporarily fairly well “up the explorer levels” , to keep the full text path short, rather than deep down in some folder subfolders place, as this often simplifies things, and can help prevent problems that sometimes come in with very long full paths.

Here , similarly the main after folder path that we need, F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect
https://i.postimg.cc/ZqTHVCqL/main-After-Folder-Ser-Sszu-DDrivers.jpg



Results.
In the case of computer SerSszuD , I just see the main extra section in DriverStore for the after compared with before installation
_____ Workbook: wbCodesDriversDruckerFromPoohSerSszuD.xlsm ( Using Excel 2007 32 bit )

F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_gp io2_skl.inf_amd64_b68199ad84607c21ialpss2i_gpio2_s kl.inf_amd64_b68199ad84607c21

iaLPSS2i_GPIO2.sys

iaLPSS2i_GPIO2_SKL.inf



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_bxt_p.inf_amd64_190858fd8e931883ialpss2i_i2c_bxt _p.inf_amd64_190858fd8e931883

iaLPSS2i_I2C_BXT_P.inf

iaLPSS2i_I2C_BXT_P.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_cnl.inf_amd64_f668309b543472ebialpss2i_i2c_cnl.i nf_amd64_f668309b543472eb

iaLPSS2i_I2C_CNL.inf

iaLPSS2i_I2C_CNL.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_glk.inf_amd64_7b6c08738ca8a856ialpss2i_i2c_glk.i nf_amd64_7b6c08738ca8a856

iaLPSS2i_I2C_GLK.inf

iaLPSS2i_I2C_GLK.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_skl.inf_amd64_9d9dbb01837eba23ialpss2i_i2c_skl.i nf_amd64_9d9dbb01837eba23

iaLPSS2i_I2C.sys

iaLPSS2i_I2C_SKL.inf



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpssi_gpi o.inf_amd64_62ffa3c95446bcfcialpssi_gpio.inf_amd64 _62ffa3c95446bcfc

ialpssi_gpio.inf

iaLPSSi_GPIO.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpssi_i2c .inf_amd64_8e00e1aed7fbdf70ialpssi_i2c.inf_amd64_8 e00e1aed7fbdf70

ialpssi_i2c.inf

iaLPSSi_I2C.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\iastorav.in f_amd64_87f761c07c99d5e7iastorav.inf_amd64_87f761c 07c99d5e7

iastorav.inf

iaStorAVC.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\iastorv.inf _amd64_9c09bd1df352f065iastorv.inf_amd64_9c09bd1df 352f065

iastorv.inf

iaStorV.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\idtsec.inf_ amd64_9321d33f1997dbfdidtsec.inf_amd64_9321d33f199 7dbfd

idtsec.dll

idtsec.inf
Worksheet: SerSszuDBothAndOffset

That seems to be somewhat different file composition , compared with the previous computer which used the DVD


Some other general results for computer SerSszuD in next post

DocAElstein
11-01-2021, 04:38 PM
Some other general results for computer SerSszuD, after the Drucker driver download experiments from the last posts.

Produced text files
‘WorksheetToTextFileOverWindowsClipboardSerSszuD BothAndOffset.txt’ https://app.box.com/s/hv9464ivu9h4by9lminw6hxszqi24pap 380.3KB
‘WorksheetToTextFileOverWindowsClipboardSerSszuD Both.txt’ https://app.box.com/s/ar68tiqli12gwkafksn66l610op0h33s 360.2KB
‘WorksheetToTextFileOverWindowsClipboardSerSszuD After.txt’ https://app.box.com/s/ixmy9mcot11mms7q8dq41acyndyyza99 258.3KB
‘WorksheetToTextFileOverWindowsClipboardSerSszuD Before.txt’ https://app.box.com/s/3drphcz1h3ib6299v9ahtu5z83mbtjpg 173.2KB


Before any downloading, and installing
‘WorksheetToTextFileOverWindowsClipboardSerSszuD Before.txt’ https://app.box.com/s/3drphcz1h3ib6299v9ahtu5z83mbtjpg

https://i.postimg.cc/nV0sN217/Word-shown-Druckers.jpg https://i.postimg.cc/nV0sN217/Word-shown-Druckers.jpg
https://i.postimg.cc/JnQyr5Vf/Error-from-versuche-drucker-einzufugen.jpg https://i.postimg.cc/JnQyr5Vf/Error-from-versuche-drucker-einzufugen.jpg
https://i.postimg.cc/PJ3PZfqK/System-Steuerung.jpg https://i.postimg.cc/PJ3PZfqK/System-Steuerung.jpg

https://i.postimg.cc/Vk30DNWV/Downloaded-Driver-for-1050a-Drucker.jpg https://i.postimg.cc/Vk30DNWV/Downloaded-Driver-for-1050a-Drucker.jpg
https://i.postimg.cc/3xyDXGmG/After-douible-clicking-Installing-1050a-Drucker-Driver.jpg https://i.postimg.cc/3xyDXGmG/After-douible-clicking-Installing-1050a-Drucker-Driver.jpg
https://i.postimg.cc/T1YKp5Tp/Installing-1050-Driver.jpg https://i.postimg.cc/T1YKp5Tp/Installing-1050-Driver.jpg
https://i.postimg.cc/Jn8DCdg3/Install-weiter-ohne-zu-konnect-drucker.jpg https://i.postimg.cc/Jn8DCdg3/Install-weiter-ohne-zu-konnect-drucker.jpg
https://i.postimg.cc/fbmtFhHT/Finish-Install.jpg https://i.postimg.cc/fbmtFhHT/Finish-Install.jpg

After Download Before any connect
https://i.postimg.cc/Y0xbFChv/Sucessful-Net-Framework-3-5-enthaelt-Net-2-0-and-3-0.jpg https://i.postimg.cc/Y0xbFChv/Sucessful-Net-Framework-3-5-enthaelt-Net-2-0-and-3-0.jpg
https://i.postimg.cc/Dwpp505s/3-New-Desktop-Icons.jpg https://i.postimg.cc/Dwpp505s/3-New-Desktop-Icons.jpg
https://i.postimg.cc/GpB7fRSf/No-Change-In-Systensteuerung-Druckers.jpg https://i.postimg.cc/GpB7fRSf/No-Change-In-Systensteuerung-Druckers.jpg
https://i.postimg.cc/9MZxWp2t/No-Change-In-Systensteuerung-Druckers.jpg https://i.postimg.cc/9MZxWp2t/No-Change-In-Systensteuerung-Druckers.jpg
https://i.postimg.cc/mk4mhH2x/No-Change-In-Word.jpg https://i.postimg.cc/mk4mhH2x/No-Change-In-Word.jpg
https://i.postimg.cc/bY06W33q/Gedrucht-auf-einer-Scanned-auf-die-anderer.jpg
https://i.postimg.cc/y84LVTH8/Programme-is-there.jpg https://i.postimg.cc/y84LVTH8/Programme-is-there.jpg

Attempting to install from disc after download
https://i.postimg.cc/9QNVTW7g/Installing-nothing-could-be-clicked-says-already-there.jpg https://i.postimg.cc/9QNVTW7g/Installing-nothing-could-be-clicked-says-already-there.jpg

After a connect
https://i.postimg.cc/KjTtVd4r/For-Blumen-Druck.jpg https://i.postimg.cc/KjTtVd4r/For-Blumen-Druck.jpg

Later as time goes on
https://i.postimg.cc/bY06W33q/Gedrucht-auf-einer-Scanned-auf-die-anderer.jpg https://i.postimg.cc/bY06W33q/Gedrucht-auf-einer-Scanned-auf-die-anderer.jpg
https://i.postimg.cc/3w1G2fhx/Connect-second-drucker-get-Kopie-1-even-if-first-is-no-longer-connected.jpg https://i.postimg.cc/3w1G2fhx/Connect-second-drucker-get-Kopie-1-even-if-first-is-no-longer-connected.jpg
https://i.postimg.cc/Rh6n5MHW/Connect-Wolfy-as-third-drucker-get-Kopie-2-even-if-first-is-no-longer-connected.jpg https://i.postimg.cc/Rh6n5MHW/Connect-Wolfy-as-third-drucker-get-Kopie-2-even-if-first-is-no-longer-connected.jpg
https://i.postimg.cc/HL6JrJ0J/Connect-Wolfy-as-third-drucker-get-Kopie-2-even-if-first-is-no-longer-connected.jpg https://i.postimg.cc/HL6JrJ0J/Connect-Wolfy-as-third-drucker-get-Kopie-2-even-if-first-is-no-longer-connected.jpg
https://i.postimg.cc/FKrdFbS5/System-Steuerung-showing-all-used-Druckers.jpg https://i.postimg.cc/FKrdFbS5/System-Steuerung-showing-all-used-Druckers.jpg



I decided to do some checks, just for fun. A month or so later I check folders drivers and DriverStore again

I then reinstalled the four things showing in the programme list, and I note that when I de installed
_ HP Deskjet 1050 j410 series- Grundlegende Software für das Geräte , the admin right warning said I was removing 1d8302.msi
_ HP Deskjet 1050 j410 series Hilfe , the admin right warning said I was removing 1d8311.msi
_ HP Photo Creations , it went into a de installing
_ Studie zur Verbesserung von HP Deskjet 1050 J410 series Produkten , the admin right warning said I was removing 1d8307.msi

Here some changes after de install ( I did not restart computer )
https://i.postimg.cc/VLc7wR1L/Gone-from-system-steuerung.jpg https://i.postimg.cc/VLc7wR1L/Gone-from-system-steuerung.jpg
https://i.postimg.cc/gkqg2Zky/Gone-from-Word.jpg https://i.postimg.cc/gkqg2Zky/Gone-from-Word.jpg

Here the file, and I add some more worksheets
wbCodesDriversDruckerFromSerSszuD.xlsm : https://app.box.com/s/8aes7925x6xbjd0bwo6dwttu3cn7ucgp
In a worksheet BeforeAndNovCheckAfterDeInstall we see one major change that has somehow occurred, a section has appeared
_____ Workbook: wbCodesDriversDruckerFromSerSszuD.xlsm ( Using Excel 2007 32 bit )

G:\DriversFromSerSsuDCheckDeInstalled\DDFsDDFs

CertificateStore_DDF.xml

DMClient_DDF.xml

EnrollmentStatusTrackingDDF.xml

EnterpriseModernAppManagementDDF.xml

NGCProDDF_v1.2_final.xml

Win32CompatibilityAppraiser_DDF.xml
Worksheet: BeforeAndNovCheckAfterDeInstall

And then there are a few simple changes…
A mrxsmb10.sys has gone from F:\DriversDruckersFromSerrzzud\Before1050aDownload \drivers

An usbscan.sys has remained/ appeared now November in G:\DriversFromSerSsuDCheckDeInstalled\drivers

A hosts.ics has remained/ appeared now November in G:\DriversFromSerSsuDCheckDeInstalled\drivers\etc
WorksheetToTextFileOverWindowsClipboardBeforeAndNo vCheckAfterDeInstall.txt https://app.box.com/s/dvr8intl1rl8yr9oye2g7svirumpa5bj 337.5KB
‘WorksheetToTextFileOverWindowsClipboardAfterDeI nstall.txt’ https://app.box.com/s/h4dl75no3leqfelm24i0te7f5qap1ln1 164.3KB



In the next post we look at the effect now of a DVD install into SerSszuD

DocAElstein
11-01-2021, 04:38 PM
Here is the DVD info
First all uploaded via Google Email attachment
Autorun.inf https://drive.google.com/file/d/1q_kbuHuqtG3eqYpw-CeVAAwILXUkZh5b/view?usp=drive_web
Autorun.inf https://drive.google.com/file/d/1q_kbuHuqtG3eqYpw-CeVAAwILXUkZh5b/view?usp=drive_web
D1050x64.cab https://drive.google.com/file/d/1P8ifhXcmjHkT08pb73bbgqJCX6eKfR7B/view?usp=drive_web
D1050x64.msi https://drive.google.com/file/d/158j67PsaAHuQjf3yzfBq569cSom40E7R/view?usp=drive_web
D1050x64_1025.mst https://drive.google.com/file/d/1MdEG4r7pgq2BomAiiGqjoF1wQQuKye0S/view?usp=drive_web
D1050x64_1028.mst https://drive.google.com/file/d/11fCf6v09S8a0dv4BCd5w-7iU0ZviiR4X/view?usp=drive_web
D1050x64_1029.mst https://drive.google.com/file/d/1m5pP09fmF7skQD7yYgBQfxAcbuxeLGEw/view?usp=drive_web
D1050x64_1030.mst https://drive.google.com/file/d/1upEYW2e-Lsssfyrl8vjnqQGn4a8eKe1D/view?usp=drive_web
D1050x64_1031.mst https://drive.google.com/file/d/18mqMdFzjWmb6ALuM6JKhFkKcYXmyWLOD/view?usp=drive_web
D1050x64_1032.mst https://drive.google.com/file/d/1RrfQXOW4viqjRwpiuc9z4x1LLDB5HumF/view?usp=drive_web
D1050x64_1034.mst https://drive.google.com/file/d/1Y9HfGnl95e7fA1P9Snmy9RrYrZ2Hq7FO/view?usp=drive_web
D1050x64_1035.mst https://drive.google.com/file/d/1zTvvMWwCuYTy4JuyKlazo4p73i443U7D/view?usp=drive_web
D1050x64_1036.mst https://drive.google.com/file/d/1X6a_Gm-3IrlHf3K5OGXA_vCDll-oTe5q/view?usp=drive_web
D1050x64_1037.mst https://drive.google.com/file/d/1F7n659Uy-ND1ONbHqxZJqT6jgvk4SIG0/view?usp=drive_web
D1050x64_1038.mst https://drive.google.com/file/d/14b5c9bohF-Aze2fzJzTCUsj0sRO2vA5H/view?usp=drive_web
D1050x64_1040.mst https://drive.google.com/file/d/1xyY6KsL8xkFhCoQ5zUyhcu9zdx04iyuJ/view?usp=drive_web
D1050x64_1041.mst https://drive.google.com/file/d/18eb_16ZqlzAw_Br_zWcTmxLoLPPnJ-b1/view?usp=drive_web
D1050x64_1042.mst https://drive.google.com/file/d/1gwjYKQff_IZmpfxI2ZtmlMMYPWQRTj7J/view?usp=drive_web
D1050x64_1043.mst https://drive.google.com/file/d/1ikj5lLvQyAdrGOCtm7VyjLMGVyjgEtrh/view?usp=drive_web
D1050x64_1044.mst https://drive.google.com/file/d/1nnKRC2a0W4RFPS5NDtgtyjyRZNiMaeT5/view?usp=drive_web
D1050x64_1045.mst https://drive.google.com/file/d/1JYZmVlocewuD9XA80D6bDS0AdzI-paL_/view?usp=drive_web
D1050x64_1046.mst https://drive.google.com/file/d/1PRhX0WW70i4zNdEb9RKs8vtwQ9pAfyAq/view?usp=drive_web
D1050x64_1049.mst https://drive.google.com/file/d/1rzwKp_JUMs4CHCy5EOptrsQhJtLNJxpd/view?usp=drive_web
D1050x64_1053.mst https://drive.google.com/file/d/1vJCqw1FSOThQm1o99DHJ0UUk5O-yRE6B/view?usp=drive_web
D1050x64_1055.mst https://drive.google.com/file/d/1YzEEn9go_wwO3-IqKuN9v6ASHL11b3Ee/view?usp=drive_web
D1050x64_2052.mst https://drive.google.com/file/d/1V_1wI0Yu-BH0pGybsiA9qdTKE5Ldmg8X/view?usp=drive_web
D1050x86.cab https://drive.google.com/file/d/1gsH0pusvgDwdGDUx7SvUwJnxcK4Eo_XS/view?usp=drive_web
D1050x86.msi https://drive.google.com/file/d/1PNz0lJ5iMKjA-UcSfHt3SdlivF2W5-7p/view?usp=drive_web
D1050x86_1025.mst https://drive.google.com/file/d/1fQnEpyvkMEYbFgYUnXBWJkMVc37o4IE0/view?usp=drive_web
D1050x86_1028.mst https://drive.google.com/file/d/1yTzGVx-oc6ytwYxGStfMYrqFeH6cbFgQ/view?usp=drive_web
D1050x86_1029.mst https://drive.google.com/file/d/18-YB8irh1q8tRe4YauTfBti-MIQGB2hT/view?usp=drive_web
D1050x86_1030.mst https://drive.google.com/file/d/1tzW4M7W0NdGH7dKKiBf3l82rW8KkCX-P/view?usp=drive_web
D1050x86_1031.mst https://drive.google.com/file/d/1GwSwiTriD-1RPR-OWswzOUlnO9C5CAtD/view?usp=drive_web
D1050x86_1032.mst https://drive.google.com/file/d/1re1cuJ5WrGK_oiwr_IIZw88TLYnzKH0I/view?usp=drive_web
D1050x86_1034.mst https://drive.google.com/file/d/18hwG99_I3pxHSEQTF5yazVyW42lGey7s/view?usp=drive_web
D1050x86_1035.mst https://drive.google.com/file/d/1nQ79m2i-y048xnXFYFddd1NIJ8fIk30R/view?usp=drive_web
D1050x86_1036.mst https://drive.google.com/file/d/1Az1uG9E7s0sHuEF95IvFKluo2vEl57pq/view?usp=drive_web
D1050x86_1037.mst https://drive.google.com/file/d/1UmmqquCPFFGE5E5szquW-i_SzsFiCpnM/view?usp=drive_web
D1050x86_1038.mst https://drive.google.com/file/d/1QrKGHf5IOEx-KC9qSl-BTDWQHBa2tP6i/view?usp=drive_web
D1050x86_1040.mst https://drive.google.com/file/d/1D0bC2jFH44jcBfON0BisLWNHZnNMMEoq/view?usp=drive_web
D1050x86_1041.mst https://drive.google.com/file/d/18JmynEvfMFl8f07l49Cp9iA_xGoFIKuZ/view?usp=drive_web
D1050x86_1042.mst https://drive.google.com/file/d/1sHvNELCo3AlyKEzhWoDVjbffkLK3IL82/view?usp=drive_web
D1050x86_1043.mst https://drive.google.com/file/d/1piEtdUUC3rW_pfMHo_lnuXt3zOboVxAG/view?usp=drive_web
D1050x86_1044.mst https://drive.google.com/file/d/1zRoGLe9xtOl9zK4hUoNpaZrIW5yOoi4n/view?usp=drive_web
D1050x86_1045.mst https://drive.google.com/file/d/1az3QKt5HjetLm4w9gReO2QOK8ofVjzqz/view?usp=drive_web
D1050x86_1046.mst https://drive.google.com/file/d/1yodywEfIoV01KQkr50z0B1EGCt6VnufD/view?usp=drive_web
D1050x86_1049.mst https://drive.google.com/file/d/1ph_o5UMVWkQUECL-kJzZZswrz81aNGy1/view?usp=drive_web
D1050x86_1053.mst https://drive.google.com/file/d/1CrdTAgWGnBR8hxCt6Q-K48ZGMW6LhNeQ/view?usp=drive_web
D1050x86_1055.mst https://drive.google.com/file/d/16IHCqPw4Y-i85DtRGbS_GGaBxF7xDZEQ/view?usp=drive_web
D1050x86_2052.mst https://drive.google.com/file/d/1CU_pohgwqEYBe2ZX5cjOguCDg45dUgOe/view?usp=drive_web
ErrorReporter.exe https://drive.google.com/file/d/199_ngM7ncrWTUxmErYG7ywsahfEfPSX8/view?usp=drive_web
Full_x64.cab https://drive.google.com/file/d/19Sy-sRXNKbqOu4bdvuZ3EaBtRKSHTNrc/view?usp=drive_web
Full_x86.cab https://drive.google.com/file/d/1YNNlE8aMJq3paRNZvxRjVIhh6ck67ZfT/view?usp=drive_web
HP-DQEX5.exe https://drive.google.com/file/d/1s5cOWmrJ5MXoGDCxlrgO5vAXF3_oY39h/view?usp=drive_web
hp_deskjet_2050_04.gpd https://drive.google.com/file/d/1tYSpYekIhESVgl1hc5CbWGj9e3oYmTLi/view?usp=drive_web
HPCommunication.dll https://drive.google.com/file/d/1LSu2tm8eeTw4mDM3delCOCau4qxTu_mo/view?usp=drive_web
HPCommunication.X.manifest https://drive.google.com/file/d/1nNoZ76CsoeFYlLpUiSGewhipfmbbmHrk/view?usp=drive_web
HPeDiag.dll https://drive.google.com/file/d/16girQfOJZLiKeMYUCct2-9VqFOaqvtdi/view?usp=drive_web
HPeDiag.X.manifest https://drive.google.com/file/d/1cLbftXEjEEX8X1A-7X1oNvEaqbB4q0PW/view?usp=drive_web
HPeSupport.dll https://drive.google.com/file/d/1NAKZ87upH0OZX8n6_59aBLSO60ySuL14/view?usp=drive_web
HPeSupport.X.manifest https://drive.google.com/file/d/1NwfRoBnHNB4lm1KkuPjrF6qNOGKcKN-m/view?usp=drive_web
HPMACRONAMES.gpd https://drive.google.com/file/d/1XYjR2GlIuAUyrgnmIFgl0dpv00Tb2hty/view?usp=drive_web
HPScanMiniDrv_DJ1050_J410.INF https://drive.google.com/file/d/1uyAfT6CCWfieeKVFN4L8-d9KlSJ_i1iK/view?usp=drive_web
HPScanMiniDrv_DJ1050_J410x32.CAT https://drive.google.com/file/d/1BvvkA5cO6SWRk12EcvS654GZeKqgMf-S/view?usp=drive_web
HPScanMiniDrv_DJ1050_J410x64.CAT https://drive.google.com/file/d/1OTXOhCmvYD5KNPorVOl-ACTZD8IlHZf5/view?usp=drive_web
HPScripting.dll https://drive.google.com/file/d/1M9-SzHQAck6doPgGGulxQS7Q8YzhfBcG/view?usp=drive_web
HPScripting.X.manifest https://drive.google.com/file/d/126kNGP0aH-gRK8gJjHjeibqZsL-5rMY2/view?usp=drive_web
hpvpl04.cat https://drive.google.com/file/d/1J7jD5fJNriraJNuaNMU5DzI8VVeByIKj/view?usp=drive_web
hpvpl04.inf https://drive.google.com/file/d/122Nu2Igv6BXBK6RQPno-nbB1Lx1MjIvp/view?usp=drive_web
hpvpl04.ini https://drive.google.com/file/d/18F1ZcWgNpvNzBdNNWe86Kj_LqdmOAr14/view?usp=drive_web
InstallMetrics.dll https://drive.google.com/file/d/1_BOiLcnDH-BabncvIy_K1i91FfqG4il8/view?usp=drive_web
InstallMetrics.X.manifest https://drive.google.com/file/d/1_Yaeqpb5d7pt7mRUbA5juc4CnLHgTCil/view?usp=drive_web
InternetUtil.dll https://drive.google.com/file/d/1VaYN7XENZ2C2JbG_j0MbmwIndWbVfvky/view?usp=drive_web
InternetUtil.X.manifest https://drive.google.com/file/d/1OrneUYHWUx23V29Jyd6yt2_t4cIgIVUh/view?usp=drive_web
locale.gpd https://drive.google.com/file/d/1DiC-fXog0sjO6IynwBV_6r99Y7ssHCOU/view?usp=drive_web
ReadMe.chm https://drive.google.com/file/d/1DSuTjd8j2wRups6s4miEex7katR4rRX4/view?usp=drive_web
RulesEngine.dll https://drive.google.com/file/d/1DlmFy_Rz1YEJIZgFsUn3YghMW2OP2G_0/view?usp=drive_web
RulesEngine.X.manifest https://drive.google.com/file/d/1XV09Ip09Lc2wGMxOMfg4qdZi6OFHxpI8/view?usp=drive_web
Setup.exe https://drive.google.com/file/d/1kAqB7eExArTseowWkpzOSV0BwE4fTdRd/view?usp=drive_web
stdnames.gpd https://drive.google.com/file/d/1NrF42p-Hncnm9i7BEZAQHJ6MaR1u2ikU/view?usp=drive_web

2 Folders, one copied from the disc and the zip made from that folder
Note: A wllogin_32 , Typ Windows Installer-Paket, would not let itself be copied to the Main Folder ,
( and the zip Folder is made from that folder
https://drive.google.com/file/d/1q_kbuHuqtG3eqYpw-CeVAAwILXUkZh5b/view?usp=drive_web


Won’t Install for Windows 10 !!!
https://i.postimg.cc/g0cLpHvf/DVD-rein-nichts-passieret.jpg https://i.postimg.cc/g0cLpHvf/DVD-rein-nichts-passieret.jpg
It starts after double click , then the typical warning window says I am opening HP-DQEX5.exe
On clicking Ja ( Yes ) just briefly a window starts saying getting ready, but then this brick wall is hit:
https://i.postimg.cc/9fxRQwbz/DVD-software-only-fo-XP-Vista-and-Win7.jpg https://i.postimg.cc/9fxRQwbz/DVD-software-only-fo-XP-Vista-and-Win7.jpg

So in the next post I will look at a second re install from a download from the HP site

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
SerSszuD HP 1010 Files from HP site downloaded and installed drivers

Furthering the example, I have another computer and want to compare the driver file produced for the same product- I have obtained the driver in this second case from the HP site https://support.hp.com/de-de/drivers/selfservice/hp-deskjet-1050-all-in-one-printer-series-j410/4027462/model/4027464
https://support.hp.com/de-de/drivers/selfservice/closure/hp-deskjet-1050-all-in-one-printer-series-j410/4027462/model/4027464?ssfFlag=true&sku=
DJ1050_J410_1313-1.exe : https://drive.google.com/file/d/1BGIYiyIrGsoyApL61_jHFWRPSkgdGOxi/view?usp=drive_web

I will start with downloading the last file used, ‘wbCodesDriversDruckerFromPoohFirstPetraRotWin7S tarter.xlsm’ https://app.box.com/s/k9hqq3mq7972kcucn428ghcd4gciquhn
, rename it wbCodesDriversDruckerFromSerSszuD.xlsm Later uploaded here: https://app.box.com/s/p6sncbqissotych7sdtnqtpuoy91s499
, then I will delete all content on the last 4 Worksheet tabs,
https://i.postimg.cc/wTkPQ8qL/Clear-Worksheets.jpg
and use them for the corresponding views for the new computer with downloaded driver
https://i.postimg.cc/QN1vVKv6/Rename-Worksheet-Tab-Names.jpg
Here is that file re uploaded in the new name
wbCodesDriversDruckerFromSerSszuD.xlsm : https://app.box.com/s/p6sncbqissotych7sdtnqtpuoy91s499

F:\DriversDruckersFromSerrzzud\Before1050aDownload , F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect
This the main before folder we need to look in, F:\DriversDruckersFromSerrzzud\Before1050aDownload ,
https://i.postimg.cc/PJW770mG/main-Folder-Ser-Sszu-DDrivers.jpg ,
and as always, we don’t need to worry about any files there, as in the main folder, only the folders are considered. Thereafter, folders and files are considered.
( I tend to put such a folder temporarily fairly well “up the explorer levels” , to keep the full text path short, rather than deep down in some folder subfolders place, as this often simplifies things, and can help prevent problems that sometimes come in with very long full paths.

Here , similarly the main after folder path that we need, F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect
https://i.postimg.cc/ZqTHVCqL/main-After-Folder-Ser-Sszu-DDrivers.jpg



Results.
In the case of computer SerSszuD , I just see the main extra section in DriverStore for the after compared with before installation
_____ Workbook: wbCodesDriversDruckerFromPoohSerSszuD.xlsm ( Using Excel 2007 32 bit )

F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_gp io2_skl.inf_amd64_b68199ad84607c21ialpss2i_gpio2_s kl.inf_amd64_b68199ad84607c21

iaLPSS2i_GPIO2.sys

iaLPSS2i_GPIO2_SKL.inf



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_bxt_p.inf_amd64_190858fd8e931883ialpss2i_i2c_bxt _p.inf_amd64_190858fd8e931883

iaLPSS2i_I2C_BXT_P.inf

iaLPSS2i_I2C_BXT_P.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_cnl.inf_amd64_f668309b543472ebialpss2i_i2c_cnl.i nf_amd64_f668309b543472eb

iaLPSS2i_I2C_CNL.inf

iaLPSS2i_I2C_CNL.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_glk.inf_amd64_7b6c08738ca8a856ialpss2i_i2c_glk.i nf_amd64_7b6c08738ca8a856

iaLPSS2i_I2C_GLK.inf

iaLPSS2i_I2C_GLK.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_skl.inf_amd64_9d9dbb01837eba23ialpss2i_i2c_skl.i nf_amd64_9d9dbb01837eba23

iaLPSS2i_I2C.sys

iaLPSS2i_I2C_SKL.inf



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpssi_gpi o.inf_amd64_62ffa3c95446bcfcialpssi_gpio.inf_amd64 _62ffa3c95446bcfc

ialpssi_gpio.inf

iaLPSSi_GPIO.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpssi_i2c .inf_amd64_8e00e1aed7fbdf70ialpssi_i2c.inf_amd64_8 e00e1aed7fbdf70

ialpssi_i2c.inf

iaLPSSi_I2C.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\iastorav.in f_amd64_87f761c07c99d5e7iastorav.inf_amd64_87f761c 07c99d5e7

iastorav.inf

iaStorAVC.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\iastorv.inf _amd64_9c09bd1df352f065iastorv.inf_amd64_9c09bd1df 352f065

iastorv.inf

iaStorV.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\idtsec.inf_ amd64_9321d33f1997dbfdidtsec.inf_amd64_9321d33f199 7dbfd

idtsec.dll

idtsec.inf
Worksheet: SerSszuDBothAndOffset

That seems to be somewhat different file composition , compared with the previous computer which used the DVD


Some other general results for computer SerSszuD in next post

DocAElstein
11-01-2021, 04:38 PM
Here is the DVD info
First all uploaded via Google Email attachment
Autorun.inf https://drive.google.com/file/d/1q_kbuHuqtG3eqYpw-CeVAAwILXUkZh5b/view?usp=drive_web
Autorun.inf https://drive.google.com/file/d/1q_kbuHuqtG3eqYpw-CeVAAwILXUkZh5b/view?usp=drive_web
D1050x64.cab https://drive.google.com/file/d/1P8ifhXcmjHkT08pb73bbgqJCX6eKfR7B/view?usp=drive_web
D1050x64.msi https://drive.google.com/file/d/158j67PsaAHuQjf3yzfBq569cSom40E7R/view?usp=drive_web
D1050x64_1025.mst https://drive.google.com/file/d/1MdEG4r7pgq2BomAiiGqjoF1wQQuKye0S/view?usp=drive_web
D1050x64_1028.mst https://drive.google.com/file/d/11fCf6v09S8a0dv4BCd5w-7iU0ZviiR4X/view?usp=drive_web
D1050x64_1029.mst https://drive.google.com/file/d/1m5pP09fmF7skQD7yYgBQfxAcbuxeLGEw/view?usp=drive_web
D1050x64_1030.mst https://drive.google.com/file/d/1upEYW2e-Lsssfyrl8vjnqQGn4a8eKe1D/view?usp=drive_web
D1050x64_1031.mst https://drive.google.com/file/d/18mqMdFzjWmb6ALuM6JKhFkKcYXmyWLOD/view?usp=drive_web
D1050x64_1032.mst https://drive.google.com/file/d/1RrfQXOW4viqjRwpiuc9z4x1LLDB5HumF/view?usp=drive_web
D1050x64_1034.mst https://drive.google.com/file/d/1Y9HfGnl95e7fA1P9Snmy9RrYrZ2Hq7FO/view?usp=drive_web
D1050x64_1035.mst https://drive.google.com/file/d/1zTvvMWwCuYTy4JuyKlazo4p73i443U7D/view?usp=drive_web
D1050x64_1036.mst https://drive.google.com/file/d/1X6a_Gm-3IrlHf3K5OGXA_vCDll-oTe5q/view?usp=drive_web
D1050x64_1037.mst https://drive.google.com/file/d/1F7n659Uy-ND1ONbHqxZJqT6jgvk4SIG0/view?usp=drive_web
D1050x64_1038.mst https://drive.google.com/file/d/14b5c9bohF-Aze2fzJzTCUsj0sRO2vA5H/view?usp=drive_web
D1050x64_1040.mst https://drive.google.com/file/d/1xyY6KsL8xkFhCoQ5zUyhcu9zdx04iyuJ/view?usp=drive_web
D1050x64_1041.mst https://drive.google.com/file/d/18eb_16ZqlzAw_Br_zWcTmxLoLPPnJ-b1/view?usp=drive_web
D1050x64_1042.mst https://drive.google.com/file/d/1gwjYKQff_IZmpfxI2ZtmlMMYPWQRTj7J/view?usp=drive_web
D1050x64_1043.mst https://drive.google.com/file/d/1ikj5lLvQyAdrGOCtm7VyjLMGVyjgEtrh/view?usp=drive_web
D1050x64_1044.mst https://drive.google.com/file/d/1nnKRC2a0W4RFPS5NDtgtyjyRZNiMaeT5/view?usp=drive_web
D1050x64_1045.mst https://drive.google.com/file/d/1JYZmVlocewuD9XA80D6bDS0AdzI-paL_/view?usp=drive_web
D1050x64_1046.mst https://drive.google.com/file/d/1PRhX0WW70i4zNdEb9RKs8vtwQ9pAfyAq/view?usp=drive_web
D1050x64_1049.mst https://drive.google.com/file/d/1rzwKp_JUMs4CHCy5EOptrsQhJtLNJxpd/view?usp=drive_web
D1050x64_1053.mst https://drive.google.com/file/d/1vJCqw1FSOThQm1o99DHJ0UUk5O-yRE6B/view?usp=drive_web
D1050x64_1055.mst https://drive.google.com/file/d/1YzEEn9go_wwO3-IqKuN9v6ASHL11b3Ee/view?usp=drive_web
D1050x64_2052.mst https://drive.google.com/file/d/1V_1wI0Yu-BH0pGybsiA9qdTKE5Ldmg8X/view?usp=drive_web
D1050x86.cab https://drive.google.com/file/d/1gsH0pusvgDwdGDUx7SvUwJnxcK4Eo_XS/view?usp=drive_web
D1050x86.msi https://drive.google.com/file/d/1PNz0lJ5iMKjA-UcSfHt3SdlivF2W5-7p/view?usp=drive_web
D1050x86_1025.mst https://drive.google.com/file/d/1fQnEpyvkMEYbFgYUnXBWJkMVc37o4IE0/view?usp=drive_web
D1050x86_1028.mst https://drive.google.com/file/d/1yTzGVx-oc6ytwYxGStfMYrqFeH6cbFgQ/view?usp=drive_web
D1050x86_1029.mst https://drive.google.com/file/d/18-YB8irh1q8tRe4YauTfBti-MIQGB2hT/view?usp=drive_web
D1050x86_1030.mst https://drive.google.com/file/d/1tzW4M7W0NdGH7dKKiBf3l82rW8KkCX-P/view?usp=drive_web
D1050x86_1031.mst https://drive.google.com/file/d/1GwSwiTriD-1RPR-OWswzOUlnO9C5CAtD/view?usp=drive_web
D1050x86_1032.mst https://drive.google.com/file/d/1re1cuJ5WrGK_oiwr_IIZw88TLYnzKH0I/view?usp=drive_web
D1050x86_1034.mst https://drive.google.com/file/d/18hwG99_I3pxHSEQTF5yazVyW42lGey7s/view?usp=drive_web
D1050x86_1035.mst https://drive.google.com/file/d/1nQ79m2i-y048xnXFYFddd1NIJ8fIk30R/view?usp=drive_web
D1050x86_1036.mst https://drive.google.com/file/d/1Az1uG9E7s0sHuEF95IvFKluo2vEl57pq/view?usp=drive_web
D1050x86_1037.mst https://drive.google.com/file/d/1UmmqquCPFFGE5E5szquW-i_SzsFiCpnM/view?usp=drive_web
D1050x86_1038.mst https://drive.google.com/file/d/1QrKGHf5IOEx-KC9qSl-BTDWQHBa2tP6i/view?usp=drive_web
D1050x86_1040.mst https://drive.google.com/file/d/1D0bC2jFH44jcBfON0BisLWNHZnNMMEoq/view?usp=drive_web
D1050x86_1041.mst https://drive.google.com/file/d/18JmynEvfMFl8f07l49Cp9iA_xGoFIKuZ/view?usp=drive_web
D1050x86_1042.mst https://drive.google.com/file/d/1sHvNELCo3AlyKEzhWoDVjbffkLK3IL82/view?usp=drive_web
D1050x86_1043.mst https://drive.google.com/file/d/1piEtdUUC3rW_pfMHo_lnuXt3zOboVxAG/view?usp=drive_web
D1050x86_1044.mst https://drive.google.com/file/d/1zRoGLe9xtOl9zK4hUoNpaZrIW5yOoi4n/view?usp=drive_web
D1050x86_1045.mst https://drive.google.com/file/d/1az3QKt5HjetLm4w9gReO2QOK8ofVjzqz/view?usp=drive_web
D1050x86_1046.mst https://drive.google.com/file/d/1yodywEfIoV01KQkr50z0B1EGCt6VnufD/view?usp=drive_web
D1050x86_1049.mst https://drive.google.com/file/d/1ph_o5UMVWkQUECL-kJzZZswrz81aNGy1/view?usp=drive_web
D1050x86_1053.mst https://drive.google.com/file/d/1CrdTAgWGnBR8hxCt6Q-K48ZGMW6LhNeQ/view?usp=drive_web
D1050x86_1055.mst https://drive.google.com/file/d/16IHCqPw4Y-i85DtRGbS_GGaBxF7xDZEQ/view?usp=drive_web
D1050x86_2052.mst https://drive.google.com/file/d/1CU_pohgwqEYBe2ZX5cjOguCDg45dUgOe/view?usp=drive_web
ErrorReporter.exe https://drive.google.com/file/d/199_ngM7ncrWTUxmErYG7ywsahfEfPSX8/view?usp=drive_web
Full_x64.cab https://drive.google.com/file/d/19Sy-sRXNKbqOu4bdvuZ3EaBtRKSHTNrc/view?usp=drive_web
Full_x86.cab https://drive.google.com/file/d/1YNNlE8aMJq3paRNZvxRjVIhh6ck67ZfT/view?usp=drive_web
HP-DQEX5.exe https://drive.google.com/file/d/1s5cOWmrJ5MXoGDCxlrgO5vAXF3_oY39h/view?usp=drive_web
hp_deskjet_2050_04.gpd https://drive.google.com/file/d/1tYSpYekIhESVgl1hc5CbWGj9e3oYmTLi/view?usp=drive_web
HPCommunication.dll https://drive.google.com/file/d/1LSu2tm8eeTw4mDM3delCOCau4qxTu_mo/view?usp=drive_web
HPCommunication.X.manifest https://drive.google.com/file/d/1nNoZ76CsoeFYlLpUiSGewhipfmbbmHrk/view?usp=drive_web
HPeDiag.dll https://drive.google.com/file/d/16girQfOJZLiKeMYUCct2-9VqFOaqvtdi/view?usp=drive_web
HPeDiag.X.manifest https://drive.google.com/file/d/1cLbftXEjEEX8X1A-7X1oNvEaqbB4q0PW/view?usp=drive_web
HPeSupport.dll https://drive.google.com/file/d/1NAKZ87upH0OZX8n6_59aBLSO60ySuL14/view?usp=drive_web
HPeSupport.X.manifest https://drive.google.com/file/d/1NwfRoBnHNB4lm1KkuPjrF6qNOGKcKN-m/view?usp=drive_web
HPMACRONAMES.gpd https://drive.google.com/file/d/1XYjR2GlIuAUyrgnmIFgl0dpv00Tb2hty/view?usp=drive_web
HPScanMiniDrv_DJ1050_J410.INF https://drive.google.com/file/d/1uyAfT6CCWfieeKVFN4L8-d9KlSJ_i1iK/view?usp=drive_web
HPScanMiniDrv_DJ1050_J410x32.CAT https://drive.google.com/file/d/1BvvkA5cO6SWRk12EcvS654GZeKqgMf-S/view?usp=drive_web
HPScanMiniDrv_DJ1050_J410x64.CAT https://drive.google.com/file/d/1OTXOhCmvYD5KNPorVOl-ACTZD8IlHZf5/view?usp=drive_web
HPScripting.dll https://drive.google.com/file/d/1M9-SzHQAck6doPgGGulxQS7Q8YzhfBcG/view?usp=drive_web
HPScripting.X.manifest https://drive.google.com/file/d/126kNGP0aH-gRK8gJjHjeibqZsL-5rMY2/view?usp=drive_web
hpvpl04.cat https://drive.google.com/file/d/1J7jD5fJNriraJNuaNMU5DzI8VVeByIKj/view?usp=drive_web
hpvpl04.inf https://drive.google.com/file/d/122Nu2Igv6BXBK6RQPno-nbB1Lx1MjIvp/view?usp=drive_web
hpvpl04.ini https://drive.google.com/file/d/18F1ZcWgNpvNzBdNNWe86Kj_LqdmOAr14/view?usp=drive_web
InstallMetrics.dll https://drive.google.com/file/d/1_BOiLcnDH-BabncvIy_K1i91FfqG4il8/view?usp=drive_web
InstallMetrics.X.manifest https://drive.google.com/file/d/1_Yaeqpb5d7pt7mRUbA5juc4CnLHgTCil/view?usp=drive_web
InternetUtil.dll https://drive.google.com/file/d/1VaYN7XENZ2C2JbG_j0MbmwIndWbVfvky/view?usp=drive_web
InternetUtil.X.manifest https://drive.google.com/file/d/1OrneUYHWUx23V29Jyd6yt2_t4cIgIVUh/view?usp=drive_web
locale.gpd https://drive.google.com/file/d/1DiC-fXog0sjO6IynwBV_6r99Y7ssHCOU/view?usp=drive_web
ReadMe.chm https://drive.google.com/file/d/1DSuTjd8j2wRups6s4miEex7katR4rRX4/view?usp=drive_web
RulesEngine.dll https://drive.google.com/file/d/1DlmFy_Rz1YEJIZgFsUn3YghMW2OP2G_0/view?usp=drive_web
RulesEngine.X.manifest https://drive.google.com/file/d/1XV09Ip09Lc2wGMxOMfg4qdZi6OFHxpI8/view?usp=drive_web
Setup.exe https://drive.google.com/file/d/1kAqB7eExArTseowWkpzOSV0BwE4fTdRd/view?usp=drive_web
stdnames.gpd https://drive.google.com/file/d/1NrF42p-Hncnm9i7BEZAQHJ6MaR1u2ikU/view?usp=drive_web

2 Folders, one copied from the disc and the zip made from that folder
Note: A wllogin_32 , Typ Windows Installer-Paket, would not let itself be copied to the Main Folder ,
( and the zip Folder is made from that folder
https://drive.google.com/file/d/1q_kbuHuqtG3eqYpw-CeVAAwILXUkZh5b/view?usp=drive_web


Won’t Install for Windows 10 !!!
https://i.postimg.cc/g0cLpHvf/DVD-rein-nichts-passieret.jpg https://i.postimg.cc/g0cLpHvf/DVD-rein-nichts-passieret.jpg
It starts after double click , then the typical warning window says I am opening HP-DQEX5.exe
On clicking Ja ( Yes ) just briefly a window starts saying getting ready, but then this brick wall is hit:
https://i.postimg.cc/9fxRQwbz/DVD-software-only-fo-XP-Vista-and-Win7.jpg https://i.postimg.cc/9fxRQwbz/DVD-software-only-fo-XP-Vista-and-Win7.jpg

So in the next post I will look at a second re install from a download from the HP site

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
Here is the DVD info
First all uploaded via Google Email attachment
Autorun.inf https://drive.google.com/file/d/1q_kbuHuqtG3eqYpw-CeVAAwILXUkZh5b/view?usp=drive_web
Autorun.inf https://drive.google.com/file/d/1q_kbuHuqtG3eqYpw-CeVAAwILXUkZh5b/view?usp=drive_web
D1050x64.cab https://drive.google.com/file/d/1P8ifhXcmjHkT08pb73bbgqJCX6eKfR7B/view?usp=drive_web
D1050x64.msi https://drive.google.com/file/d/158j67PsaAHuQjf3yzfBq569cSom40E7R/view?usp=drive_web
D1050x64_1025.mst https://drive.google.com/file/d/1MdEG4r7pgq2BomAiiGqjoF1wQQuKye0S/view?usp=drive_web
D1050x64_1028.mst https://drive.google.com/file/d/11fCf6v09S8a0dv4BCd5w-7iU0ZviiR4X/view?usp=drive_web
D1050x64_1029.mst https://drive.google.com/file/d/1m5pP09fmF7skQD7yYgBQfxAcbuxeLGEw/view?usp=drive_web
D1050x64_1030.mst https://drive.google.com/file/d/1upEYW2e-Lsssfyrl8vjnqQGn4a8eKe1D/view?usp=drive_web
D1050x64_1031.mst https://drive.google.com/file/d/18mqMdFzjWmb6ALuM6JKhFkKcYXmyWLOD/view?usp=drive_web
D1050x64_1032.mst https://drive.google.com/file/d/1RrfQXOW4viqjRwpiuc9z4x1LLDB5HumF/view?usp=drive_web
D1050x64_1034.mst https://drive.google.com/file/d/1Y9HfGnl95e7fA1P9Snmy9RrYrZ2Hq7FO/view?usp=drive_web
D1050x64_1035.mst https://drive.google.com/file/d/1zTvvMWwCuYTy4JuyKlazo4p73i443U7D/view?usp=drive_web
D1050x64_1036.mst https://drive.google.com/file/d/1X6a_Gm-3IrlHf3K5OGXA_vCDll-oTe5q/view?usp=drive_web
D1050x64_1037.mst https://drive.google.com/file/d/1F7n659Uy-ND1ONbHqxZJqT6jgvk4SIG0/view?usp=drive_web
D1050x64_1038.mst https://drive.google.com/file/d/14b5c9bohF-Aze2fzJzTCUsj0sRO2vA5H/view?usp=drive_web
D1050x64_1040.mst https://drive.google.com/file/d/1xyY6KsL8xkFhCoQ5zUyhcu9zdx04iyuJ/view?usp=drive_web
D1050x64_1041.mst https://drive.google.com/file/d/18eb_16ZqlzAw_Br_zWcTmxLoLPPnJ-b1/view?usp=drive_web
D1050x64_1042.mst https://drive.google.com/file/d/1gwjYKQff_IZmpfxI2ZtmlMMYPWQRTj7J/view?usp=drive_web
D1050x64_1043.mst https://drive.google.com/file/d/1ikj5lLvQyAdrGOCtm7VyjLMGVyjgEtrh/view?usp=drive_web
D1050x64_1044.mst https://drive.google.com/file/d/1nnKRC2a0W4RFPS5NDtgtyjyRZNiMaeT5/view?usp=drive_web
D1050x64_1045.mst https://drive.google.com/file/d/1JYZmVlocewuD9XA80D6bDS0AdzI-paL_/view?usp=drive_web
D1050x64_1046.mst https://drive.google.com/file/d/1PRhX0WW70i4zNdEb9RKs8vtwQ9pAfyAq/view?usp=drive_web
D1050x64_1049.mst https://drive.google.com/file/d/1rzwKp_JUMs4CHCy5EOptrsQhJtLNJxpd/view?usp=drive_web
D1050x64_1053.mst https://drive.google.com/file/d/1vJCqw1FSOThQm1o99DHJ0UUk5O-yRE6B/view?usp=drive_web
D1050x64_1055.mst https://drive.google.com/file/d/1YzEEn9go_wwO3-IqKuN9v6ASHL11b3Ee/view?usp=drive_web
D1050x64_2052.mst https://drive.google.com/file/d/1V_1wI0Yu-BH0pGybsiA9qdTKE5Ldmg8X/view?usp=drive_web
D1050x86.cab https://drive.google.com/file/d/1gsH0pusvgDwdGDUx7SvUwJnxcK4Eo_XS/view?usp=drive_web
D1050x86.msi https://drive.google.com/file/d/1PNz0lJ5iMKjA-UcSfHt3SdlivF2W5-7p/view?usp=drive_web
D1050x86_1025.mst https://drive.google.com/file/d/1fQnEpyvkMEYbFgYUnXBWJkMVc37o4IE0/view?usp=drive_web
D1050x86_1028.mst https://drive.google.com/file/d/1yTzGVx-oc6ytwYxGStfMYrqFeH6cbFgQ/view?usp=drive_web
D1050x86_1029.mst https://drive.google.com/file/d/18-YB8irh1q8tRe4YauTfBti-MIQGB2hT/view?usp=drive_web
D1050x86_1030.mst https://drive.google.com/file/d/1tzW4M7W0NdGH7dKKiBf3l82rW8KkCX-P/view?usp=drive_web
D1050x86_1031.mst https://drive.google.com/file/d/1GwSwiTriD-1RPR-OWswzOUlnO9C5CAtD/view?usp=drive_web
D1050x86_1032.mst https://drive.google.com/file/d/1re1cuJ5WrGK_oiwr_IIZw88TLYnzKH0I/view?usp=drive_web
D1050x86_1034.mst https://drive.google.com/file/d/18hwG99_I3pxHSEQTF5yazVyW42lGey7s/view?usp=drive_web
D1050x86_1035.mst https://drive.google.com/file/d/1nQ79m2i-y048xnXFYFddd1NIJ8fIk30R/view?usp=drive_web
D1050x86_1036.mst https://drive.google.com/file/d/1Az1uG9E7s0sHuEF95IvFKluo2vEl57pq/view?usp=drive_web
D1050x86_1037.mst https://drive.google.com/file/d/1UmmqquCPFFGE5E5szquW-i_SzsFiCpnM/view?usp=drive_web
D1050x86_1038.mst https://drive.google.com/file/d/1QrKGHf5IOEx-KC9qSl-BTDWQHBa2tP6i/view?usp=drive_web
D1050x86_1040.mst https://drive.google.com/file/d/1D0bC2jFH44jcBfON0BisLWNHZnNMMEoq/view?usp=drive_web
D1050x86_1041.mst https://drive.google.com/file/d/18JmynEvfMFl8f07l49Cp9iA_xGoFIKuZ/view?usp=drive_web
D1050x86_1042.mst https://drive.google.com/file/d/1sHvNELCo3AlyKEzhWoDVjbffkLK3IL82/view?usp=drive_web
D1050x86_1043.mst https://drive.google.com/file/d/1piEtdUUC3rW_pfMHo_lnuXt3zOboVxAG/view?usp=drive_web
D1050x86_1044.mst https://drive.google.com/file/d/1zRoGLe9xtOl9zK4hUoNpaZrIW5yOoi4n/view?usp=drive_web
D1050x86_1045.mst https://drive.google.com/file/d/1az3QKt5HjetLm4w9gReO2QOK8ofVjzqz/view?usp=drive_web
D1050x86_1046.mst https://drive.google.com/file/d/1yodywEfIoV01KQkr50z0B1EGCt6VnufD/view?usp=drive_web
D1050x86_1049.mst https://drive.google.com/file/d/1ph_o5UMVWkQUECL-kJzZZswrz81aNGy1/view?usp=drive_web
D1050x86_1053.mst https://drive.google.com/file/d/1CrdTAgWGnBR8hxCt6Q-K48ZGMW6LhNeQ/view?usp=drive_web
D1050x86_1055.mst https://drive.google.com/file/d/16IHCqPw4Y-i85DtRGbS_GGaBxF7xDZEQ/view?usp=drive_web
D1050x86_2052.mst https://drive.google.com/file/d/1CU_pohgwqEYBe2ZX5cjOguCDg45dUgOe/view?usp=drive_web
ErrorReporter.exe https://drive.google.com/file/d/199_ngM7ncrWTUxmErYG7ywsahfEfPSX8/view?usp=drive_web
Full_x64.cab https://drive.google.com/file/d/19Sy-sRXNKbqOu4bdvuZ3EaBtRKSHTNrc/view?usp=drive_web
Full_x86.cab https://drive.google.com/file/d/1YNNlE8aMJq3paRNZvxRjVIhh6ck67ZfT/view?usp=drive_web
HP-DQEX5.exe https://drive.google.com/file/d/1s5cOWmrJ5MXoGDCxlrgO5vAXF3_oY39h/view?usp=drive_web
hp_deskjet_2050_04.gpd https://drive.google.com/file/d/1tYSpYekIhESVgl1hc5CbWGj9e3oYmTLi/view?usp=drive_web
HPCommunication.dll https://drive.google.com/file/d/1LSu2tm8eeTw4mDM3delCOCau4qxTu_mo/view?usp=drive_web
HPCommunication.X.manifest https://drive.google.com/file/d/1nNoZ76CsoeFYlLpUiSGewhipfmbbmHrk/view?usp=drive_web
HPeDiag.dll https://drive.google.com/file/d/16girQfOJZLiKeMYUCct2-9VqFOaqvtdi/view?usp=drive_web
HPeDiag.X.manifest https://drive.google.com/file/d/1cLbftXEjEEX8X1A-7X1oNvEaqbB4q0PW/view?usp=drive_web
HPeSupport.dll https://drive.google.com/file/d/1NAKZ87upH0OZX8n6_59aBLSO60ySuL14/view?usp=drive_web
HPeSupport.X.manifest https://drive.google.com/file/d/1NwfRoBnHNB4lm1KkuPjrF6qNOGKcKN-m/view?usp=drive_web
HPMACRONAMES.gpd https://drive.google.com/file/d/1XYjR2GlIuAUyrgnmIFgl0dpv00Tb2hty/view?usp=drive_web
HPScanMiniDrv_DJ1050_J410.INF https://drive.google.com/file/d/1uyAfT6CCWfieeKVFN4L8-d9KlSJ_i1iK/view?usp=drive_web
HPScanMiniDrv_DJ1050_J410x32.CAT https://drive.google.com/file/d/1BvvkA5cO6SWRk12EcvS654GZeKqgMf-S/view?usp=drive_web
HPScanMiniDrv_DJ1050_J410x64.CAT https://drive.google.com/file/d/1OTXOhCmvYD5KNPorVOl-ACTZD8IlHZf5/view?usp=drive_web
HPScripting.dll https://drive.google.com/file/d/1M9-SzHQAck6doPgGGulxQS7Q8YzhfBcG/view?usp=drive_web
HPScripting.X.manifest https://drive.google.com/file/d/126kNGP0aH-gRK8gJjHjeibqZsL-5rMY2/view?usp=drive_web
hpvpl04.cat https://drive.google.com/file/d/1J7jD5fJNriraJNuaNMU5DzI8VVeByIKj/view?usp=drive_web
hpvpl04.inf https://drive.google.com/file/d/122Nu2Igv6BXBK6RQPno-nbB1Lx1MjIvp/view?usp=drive_web
hpvpl04.ini https://drive.google.com/file/d/18F1ZcWgNpvNzBdNNWe86Kj_LqdmOAr14/view?usp=drive_web
InstallMetrics.dll https://drive.google.com/file/d/1_BOiLcnDH-BabncvIy_K1i91FfqG4il8/view?usp=drive_web
InstallMetrics.X.manifest https://drive.google.com/file/d/1_Yaeqpb5d7pt7mRUbA5juc4CnLHgTCil/view?usp=drive_web
InternetUtil.dll https://drive.google.com/file/d/1VaYN7XENZ2C2JbG_j0MbmwIndWbVfvky/view?usp=drive_web
InternetUtil.X.manifest https://drive.google.com/file/d/1OrneUYHWUx23V29Jyd6yt2_t4cIgIVUh/view?usp=drive_web
locale.gpd https://drive.google.com/file/d/1DiC-fXog0sjO6IynwBV_6r99Y7ssHCOU/view?usp=drive_web
ReadMe.chm https://drive.google.com/file/d/1DSuTjd8j2wRups6s4miEex7katR4rRX4/view?usp=drive_web
RulesEngine.dll https://drive.google.com/file/d/1DlmFy_Rz1YEJIZgFsUn3YghMW2OP2G_0/view?usp=drive_web
RulesEngine.X.manifest https://drive.google.com/file/d/1XV09Ip09Lc2wGMxOMfg4qdZi6OFHxpI8/view?usp=drive_web
Setup.exe https://drive.google.com/file/d/1kAqB7eExArTseowWkpzOSV0BwE4fTdRd/view?usp=drive_web
stdnames.gpd https://drive.google.com/file/d/1NrF42p-Hncnm9i7BEZAQHJ6MaR1u2ikU/view?usp=drive_web

2 Folders, one copied from the disc and the zip made from that folder
Note: A wllogin_32 , Typ Windows Installer-Paket, would not let itself be copied to the Main Folder ,
( and the zip Folder is made from that folder
https://drive.google.com/file/d/1q_kbuHuqtG3eqYpw-CeVAAwILXUkZh5b/view?usp=drive_web


Won’t Install for Windows 10 !!!
https://i.postimg.cc/g0cLpHvf/DVD-rein-nichts-passieret.jpg https://i.postimg.cc/g0cLpHvf/DVD-rein-nichts-passieret.jpg
It starts after double click , then the typical warning window says I am opening HP-DQEX5.exe
On clicking Ja ( Yes ) just briefly a window starts saying getting ready, but then this brick wall is hit:
https://i.postimg.cc/9fxRQwbz/DVD-software-only-fo-XP-Vista-and-Win7.jpg https://i.postimg.cc/9fxRQwbz/DVD-software-only-fo-XP-Vista-and-Win7.jpg

So in the next post I will look at a second re install from a download from the HP site

DocAElstein
11-01-2021, 04:38 PM
SerSszuD HP 1010 Files from HP site downloaded and installed drivers

Furthering the example, I have another computer and want to compare the driver file produced for the same product- I have obtained the driver in this second case from the HP site https://support.hp.com/de-de/drivers/selfservice/hp-deskjet-1050-all-in-one-printer-series-j410/4027462/model/4027464
https://support.hp.com/de-de/drivers/selfservice/closure/hp-deskjet-1050-all-in-one-printer-series-j410/4027462/model/4027464?ssfFlag=true&sku=
DJ1050_J410_1313-1.exe : https://drive.google.com/file/d/1BGIYiyIrGsoyApL61_jHFWRPSkgdGOxi/view?usp=drive_web

I will start with downloading the last file used, ‘wbCodesDriversDruckerFromPoohFirstPetraRotWin7S tarter.xlsm’ https://app.box.com/s/k9hqq3mq7972kcucn428ghcd4gciquhn
, rename it wbCodesDriversDruckerFromSerSszuD.xlsm Later uploaded here: https://app.box.com/s/p6sncbqissotych7sdtnqtpuoy91s499
, then I will delete all content on the last 4 Worksheet tabs,
https://i.postimg.cc/wTkPQ8qL/Clear-Worksheets.jpg
and use them for the corresponding views for the new computer with downloaded driver
https://i.postimg.cc/QN1vVKv6/Rename-Worksheet-Tab-Names.jpg
Here is that file re uploaded in the new name
wbCodesDriversDruckerFromSerSszuD.xlsm : https://app.box.com/s/p6sncbqissotych7sdtnqtpuoy91s499

F:\DriversDruckersFromSerrzzud\Before1050aDownload , F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect
This the main before folder we need to look in, F:\DriversDruckersFromSerrzzud\Before1050aDownload ,
https://i.postimg.cc/PJW770mG/main-Folder-Ser-Sszu-DDrivers.jpg ,
and as always, we don’t need to worry about any files there, as in the main folder, only the folders are considered. Thereafter, folders and files are considered.
( I tend to put such a folder temporarily fairly well “up the explorer levels” , to keep the full text path short, rather than deep down in some folder subfolders place, as this often simplifies things, and can help prevent problems that sometimes come in with very long full paths.

Here , similarly the main after folder path that we need, F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect
https://i.postimg.cc/ZqTHVCqL/main-After-Folder-Ser-Sszu-DDrivers.jpg



Results.
In the case of computer SerSszuD , I just see the main extra section in DriverStore for the after compared with before installation
_____ Workbook: wbCodesDriversDruckerFromPoohSerSszuD.xlsm ( Using Excel 2007 32 bit )

F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_gp io2_skl.inf_amd64_b68199ad84607c21ialpss2i_gpio2_s kl.inf_amd64_b68199ad84607c21

iaLPSS2i_GPIO2.sys

iaLPSS2i_GPIO2_SKL.inf



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_bxt_p.inf_amd64_190858fd8e931883ialpss2i_i2c_bxt _p.inf_amd64_190858fd8e931883

iaLPSS2i_I2C_BXT_P.inf

iaLPSS2i_I2C_BXT_P.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_cnl.inf_amd64_f668309b543472ebialpss2i_i2c_cnl.i nf_amd64_f668309b543472eb

iaLPSS2i_I2C_CNL.inf

iaLPSS2i_I2C_CNL.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_glk.inf_amd64_7b6c08738ca8a856ialpss2i_i2c_glk.i nf_amd64_7b6c08738ca8a856

iaLPSS2i_I2C_GLK.inf

iaLPSS2i_I2C_GLK.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpss2i_i2 c_skl.inf_amd64_9d9dbb01837eba23ialpss2i_i2c_skl.i nf_amd64_9d9dbb01837eba23

iaLPSS2i_I2C.sys

iaLPSS2i_I2C_SKL.inf



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpssi_gpi o.inf_amd64_62ffa3c95446bcfcialpssi_gpio.inf_amd64 _62ffa3c95446bcfc

ialpssi_gpio.inf

iaLPSSi_GPIO.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\ialpssi_i2c .inf_amd64_8e00e1aed7fbdf70ialpssi_i2c.inf_amd64_8 e00e1aed7fbdf70

ialpssi_i2c.inf

iaLPSSi_I2C.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\iastorav.in f_amd64_87f761c07c99d5e7iastorav.inf_amd64_87f761c 07c99d5e7

iastorav.inf

iaStorAVC.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\iastorv.inf _amd64_9c09bd1df352f065iastorv.inf_amd64_9c09bd1df 352f065

iastorv.inf

iaStorV.sys



F:\DriversDruckersFromSerrzzud\Nach1050aDownloadBe foreConnect\DriverStore\FileRepository\idtsec.inf_ amd64_9321d33f1997dbfdidtsec.inf_amd64_9321d33f199 7dbfd

idtsec.dll

idtsec.inf
Worksheet: SerSszuDBothAndOffset

That seems to be somewhat different file composition , compared with the previous computer which used the DVD


Some other general results for computer SerSszuD in next post

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
Here is the DVD info
First all uploaded via Google Email attachment
Autorun.inf https://drive.google.com/file/d/1q_kbuHuqtG3eqYpw-CeVAAwILXUkZh5b/view?usp=drive_web
Autorun.inf https://drive.google.com/file/d/1q_kbuHuqtG3eqYpw-CeVAAwILXUkZh5b/view?usp=drive_web
D1050x64.cab https://drive.google.com/file/d/1P8ifhXcmjHkT08pb73bbgqJCX6eKfR7B/view?usp=drive_web
D1050x64.msi https://drive.google.com/file/d/158j67PsaAHuQjf3yzfBq569cSom40E7R/view?usp=drive_web
D1050x64_1025.mst https://drive.google.com/file/d/1MdEG4r7pgq2BomAiiGqjoF1wQQuKye0S/view?usp=drive_web
D1050x64_1028.mst https://drive.google.com/file/d/11fCf6v09S8a0dv4BCd5w-7iU0ZviiR4X/view?usp=drive_web
D1050x64_1029.mst https://drive.google.com/file/d/1m5pP09fmF7skQD7yYgBQfxAcbuxeLGEw/view?usp=drive_web
D1050x64_1030.mst https://drive.google.com/file/d/1upEYW2e-Lsssfyrl8vjnqQGn4a8eKe1D/view?usp=drive_web
D1050x64_1031.mst https://drive.google.com/file/d/18mqMdFzjWmb6ALuM6JKhFkKcYXmyWLOD/view?usp=drive_web
D1050x64_1032.mst https://drive.google.com/file/d/1RrfQXOW4viqjRwpiuc9z4x1LLDB5HumF/view?usp=drive_web
D1050x64_1034.mst https://drive.google.com/file/d/1Y9HfGnl95e7fA1P9Snmy9RrYrZ2Hq7FO/view?usp=drive_web
D1050x64_1035.mst https://drive.google.com/file/d/1zTvvMWwCuYTy4JuyKlazo4p73i443U7D/view?usp=drive_web
D1050x64_1036.mst https://drive.google.com/file/d/1X6a_Gm-3IrlHf3K5OGXA_vCDll-oTe5q/view?usp=drive_web
D1050x64_1037.mst https://drive.google.com/file/d/1F7n659Uy-ND1ONbHqxZJqT6jgvk4SIG0/view?usp=drive_web
D1050x64_1038.mst https://drive.google.com/file/d/14b5c9bohF-Aze2fzJzTCUsj0sRO2vA5H/view?usp=drive_web
D1050x64_1040.mst https://drive.google.com/file/d/1xyY6KsL8xkFhCoQ5zUyhcu9zdx04iyuJ/view?usp=drive_web
D1050x64_1041.mst https://drive.google.com/file/d/18eb_16ZqlzAw_Br_zWcTmxLoLPPnJ-b1/view?usp=drive_web
D1050x64_1042.mst https://drive.google.com/file/d/1gwjYKQff_IZmpfxI2ZtmlMMYPWQRTj7J/view?usp=drive_web
D1050x64_1043.mst https://drive.google.com/file/d/1ikj5lLvQyAdrGOCtm7VyjLMGVyjgEtrh/view?usp=drive_web
D1050x64_1044.mst https://drive.google.com/file/d/1nnKRC2a0W4RFPS5NDtgtyjyRZNiMaeT5/view?usp=drive_web
D1050x64_1045.mst https://drive.google.com/file/d/1JYZmVlocewuD9XA80D6bDS0AdzI-paL_/view?usp=drive_web
D1050x64_1046.mst https://drive.google.com/file/d/1PRhX0WW70i4zNdEb9RKs8vtwQ9pAfyAq/view?usp=drive_web
D1050x64_1049.mst https://drive.google.com/file/d/1rzwKp_JUMs4CHCy5EOptrsQhJtLNJxpd/view?usp=drive_web
D1050x64_1053.mst https://drive.google.com/file/d/1vJCqw1FSOThQm1o99DHJ0UUk5O-yRE6B/view?usp=drive_web
D1050x64_1055.mst https://drive.google.com/file/d/1YzEEn9go_wwO3-IqKuN9v6ASHL11b3Ee/view?usp=drive_web
D1050x64_2052.mst https://drive.google.com/file/d/1V_1wI0Yu-BH0pGybsiA9qdTKE5Ldmg8X/view?usp=drive_web
D1050x86.cab https://drive.google.com/file/d/1gsH0pusvgDwdGDUx7SvUwJnxcK4Eo_XS/view?usp=drive_web
D1050x86.msi https://drive.google.com/file/d/1PNz0lJ5iMKjA-UcSfHt3SdlivF2W5-7p/view?usp=drive_web
D1050x86_1025.mst https://drive.google.com/file/d/1fQnEpyvkMEYbFgYUnXBWJkMVc37o4IE0/view?usp=drive_web
D1050x86_1028.mst https://drive.google.com/file/d/1yTzGVx-oc6ytwYxGStfMYrqFeH6cbFgQ/view?usp=drive_web
D1050x86_1029.mst https://drive.google.com/file/d/18-YB8irh1q8tRe4YauTfBti-MIQGB2hT/view?usp=drive_web
D1050x86_1030.mst https://drive.google.com/file/d/1tzW4M7W0NdGH7dKKiBf3l82rW8KkCX-P/view?usp=drive_web
D1050x86_1031.mst https://drive.google.com/file/d/1GwSwiTriD-1RPR-OWswzOUlnO9C5CAtD/view?usp=drive_web
D1050x86_1032.mst https://drive.google.com/file/d/1re1cuJ5WrGK_oiwr_IIZw88TLYnzKH0I/view?usp=drive_web
D1050x86_1034.mst https://drive.google.com/file/d/18hwG99_I3pxHSEQTF5yazVyW42lGey7s/view?usp=drive_web
D1050x86_1035.mst https://drive.google.com/file/d/1nQ79m2i-y048xnXFYFddd1NIJ8fIk30R/view?usp=drive_web
D1050x86_1036.mst https://drive.google.com/file/d/1Az1uG9E7s0sHuEF95IvFKluo2vEl57pq/view?usp=drive_web
D1050x86_1037.mst https://drive.google.com/file/d/1UmmqquCPFFGE5E5szquW-i_SzsFiCpnM/view?usp=drive_web
D1050x86_1038.mst https://drive.google.com/file/d/1QrKGHf5IOEx-KC9qSl-BTDWQHBa2tP6i/view?usp=drive_web
D1050x86_1040.mst https://drive.google.com/file/d/1D0bC2jFH44jcBfON0BisLWNHZnNMMEoq/view?usp=drive_web
D1050x86_1041.mst https://drive.google.com/file/d/18JmynEvfMFl8f07l49Cp9iA_xGoFIKuZ/view?usp=drive_web
D1050x86_1042.mst https://drive.google.com/file/d/1sHvNELCo3AlyKEzhWoDVjbffkLK3IL82/view?usp=drive_web
D1050x86_1043.mst https://drive.google.com/file/d/1piEtdUUC3rW_pfMHo_lnuXt3zOboVxAG/view?usp=drive_web
D1050x86_1044.mst https://drive.google.com/file/d/1zRoGLe9xtOl9zK4hUoNpaZrIW5yOoi4n/view?usp=drive_web
D1050x86_1045.mst https://drive.google.com/file/d/1az3QKt5HjetLm4w9gReO2QOK8ofVjzqz/view?usp=drive_web
D1050x86_1046.mst https://drive.google.com/file/d/1yodywEfIoV01KQkr50z0B1EGCt6VnufD/view?usp=drive_web
D1050x86_1049.mst https://drive.google.com/file/d/1ph_o5UMVWkQUECL-kJzZZswrz81aNGy1/view?usp=drive_web
D1050x86_1053.mst https://drive.google.com/file/d/1CrdTAgWGnBR8hxCt6Q-K48ZGMW6LhNeQ/view?usp=drive_web
D1050x86_1055.mst https://drive.google.com/file/d/16IHCqPw4Y-i85DtRGbS_GGaBxF7xDZEQ/view?usp=drive_web
D1050x86_2052.mst https://drive.google.com/file/d/1CU_pohgwqEYBe2ZX5cjOguCDg45dUgOe/view?usp=drive_web
ErrorReporter.exe https://drive.google.com/file/d/199_ngM7ncrWTUxmErYG7ywsahfEfPSX8/view?usp=drive_web
Full_x64.cab https://drive.google.com/file/d/19Sy-sRXNKbqOu4bdvuZ3EaBtRKSHTNrc/view?usp=drive_web
Full_x86.cab https://drive.google.com/file/d/1YNNlE8aMJq3paRNZvxRjVIhh6ck67ZfT/view?usp=drive_web
HP-DQEX5.exe https://drive.google.com/file/d/1s5cOWmrJ5MXoGDCxlrgO5vAXF3_oY39h/view?usp=drive_web
hp_deskjet_2050_04.gpd https://drive.google.com/file/d/1tYSpYekIhESVgl1hc5CbWGj9e3oYmTLi/view?usp=drive_web
HPCommunication.dll https://drive.google.com/file/d/1LSu2tm8eeTw4mDM3delCOCau4qxTu_mo/view?usp=drive_web
HPCommunication.X.manifest https://drive.google.com/file/d/1nNoZ76CsoeFYlLpUiSGewhipfmbbmHrk/view?usp=drive_web
HPeDiag.dll https://drive.google.com/file/d/16girQfOJZLiKeMYUCct2-9VqFOaqvtdi/view?usp=drive_web
HPeDiag.X.manifest https://drive.google.com/file/d/1cLbftXEjEEX8X1A-7X1oNvEaqbB4q0PW/view?usp=drive_web
HPeSupport.dll https://drive.google.com/file/d/1NAKZ87upH0OZX8n6_59aBLSO60ySuL14/view?usp=drive_web
HPeSupport.X.manifest https://drive.google.com/file/d/1NwfRoBnHNB4lm1KkuPjrF6qNOGKcKN-m/view?usp=drive_web
HPMACRONAMES.gpd https://drive.google.com/file/d/1XYjR2GlIuAUyrgnmIFgl0dpv00Tb2hty/view?usp=drive_web
HPScanMiniDrv_DJ1050_J410.INF https://drive.google.com/file/d/1uyAfT6CCWfieeKVFN4L8-d9KlSJ_i1iK/view?usp=drive_web
HPScanMiniDrv_DJ1050_J410x32.CAT https://drive.google.com/file/d/1BvvkA5cO6SWRk12EcvS654GZeKqgMf-S/view?usp=drive_web
HPScanMiniDrv_DJ1050_J410x64.CAT https://drive.google.com/file/d/1OTXOhCmvYD5KNPorVOl-ACTZD8IlHZf5/view?usp=drive_web
HPScripting.dll https://drive.google.com/file/d/1M9-SzHQAck6doPgGGulxQS7Q8YzhfBcG/view?usp=drive_web
HPScripting.X.manifest https://drive.google.com/file/d/126kNGP0aH-gRK8gJjHjeibqZsL-5rMY2/view?usp=drive_web
hpvpl04.cat https://drive.google.com/file/d/1J7jD5fJNriraJNuaNMU5DzI8VVeByIKj/view?usp=drive_web
hpvpl04.inf https://drive.google.com/file/d/122Nu2Igv6BXBK6RQPno-nbB1Lx1MjIvp/view?usp=drive_web
hpvpl04.ini https://drive.google.com/file/d/18F1ZcWgNpvNzBdNNWe86Kj_LqdmOAr14/view?usp=drive_web
InstallMetrics.dll https://drive.google.com/file/d/1_BOiLcnDH-BabncvIy_K1i91FfqG4il8/view?usp=drive_web
InstallMetrics.X.manifest https://drive.google.com/file/d/1_Yaeqpb5d7pt7mRUbA5juc4CnLHgTCil/view?usp=drive_web
InternetUtil.dll https://drive.google.com/file/d/1VaYN7XENZ2C2JbG_j0MbmwIndWbVfvky/view?usp=drive_web
InternetUtil.X.manifest https://drive.google.com/file/d/1OrneUYHWUx23V29Jyd6yt2_t4cIgIVUh/view?usp=drive_web
locale.gpd https://drive.google.com/file/d/1DiC-fXog0sjO6IynwBV_6r99Y7ssHCOU/view?usp=drive_web
ReadMe.chm https://drive.google.com/file/d/1DSuTjd8j2wRups6s4miEex7katR4rRX4/view?usp=drive_web
RulesEngine.dll https://drive.google.com/file/d/1DlmFy_Rz1YEJIZgFsUn3YghMW2OP2G_0/view?usp=drive_web
RulesEngine.X.manifest https://drive.google.com/file/d/1XV09Ip09Lc2wGMxOMfg4qdZi6OFHxpI8/view?usp=drive_web
Setup.exe https://drive.google.com/file/d/1kAqB7eExArTseowWkpzOSV0BwE4fTdRd/view?usp=drive_web
stdnames.gpd https://drive.google.com/file/d/1NrF42p-Hncnm9i7BEZAQHJ6MaR1u2ikU/view?usp=drive_web

2 Folders, one copied from the disc and the zip made from that folder
Note: A wllogin_32 , Typ Windows Installer-Paket, would not let itself be copied to the Main Folder ,
( and the zip Folder is made from that folder
https://drive.google.com/file/d/1q_kbuHuqtG3eqYpw-CeVAAwILXUkZh5b/view?usp=drive_web


Won’t Install for Windows 10 !!!
https://i.postimg.cc/g0cLpHvf/DVD-rein-nichts-passieret.jpg https://i.postimg.cc/g0cLpHvf/DVD-rein-nichts-passieret.jpg
It starts after double click , then the typical warning window says I am opening HP-DQEX5.exe
On clicking Ja ( Yes ) just briefly a window starts saying getting ready, but then this brick wall is hit:
https://i.postimg.cc/9fxRQwbz/DVD-software-only-fo-XP-Vista-and-Win7.jpg https://i.postimg.cc/9fxRQwbz/DVD-software-only-fo-XP-Vista-and-Win7.jpg

So in the next post I will look at a second re install from a download from the HP site

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link

DocAElstein
11-01-2021, 04:38 PM
spare post for later use, and testing links
making now to get the URL link