G
Golding
I am written a batch file using NT shell scripting and reg.exe. When
query the registry for the status in a package installed under
Hklm\software\microsoft\sms\mobile client\software
distribution\execution history\system\"packageid"\[,,] there are to
key [] under this packageid,one is for th install and one is for
another prodinstall. I need to query for the install but not sure how
to read both [,,] to get the correct information. Current commend
using reg query "hklm\software\microsoft\sms\mobile client\software
distribution\execution history\system\%pkgid%" \\%machine% > Temp2.txt
query the registry for the status in a package installed under
Hklm\software\microsoft\sms\mobile client\software
distribution\execution history\system\"packageid"\[,,] there are to
key [] under this packageid,one is for th install and one is for
another prodinstall. I need to query for the install but not sure how
to read both [,,] to get the correct information. Current commend
using reg query "hklm\software\microsoft\sms\mobile client\software
distribution\execution history\system\%pkgid%" \\%machine% > Temp2.txt