Direct X error

(imported topic written by biggyfix91)

Guys

I am doing a Direct X pre req for DWG Trueview 2010 at the moment, and I am coming across a dll error

unable to find dsetup.dll

I am using the following action script.

download http://localhost:52311/Uploads/support/DirectX/DXSETUP.exe

continue if {(size of it = 528392 and sha1 of it = “8611e535962dcc513727f97929fdc68fe97513fa”) of file “DXSETUP.exe” of folder “__download”}

//Install Direct X

waithidden __download\DXSETUP.exe /silent

anything i am doing glaringingly wrong?

(imported comment written by NoahSalzman)

That is a DirectX error (google: “unable to find dsetup.dll” + DirectX).

You might want to bundle that DLL into your install. You can do that via the Windows Software Distribution wizard… if you have both the .exe and .dll in a folder.