/build/static/layout/Breadcrumb_cap_w.png

3M 3M Pad Staff Workstation

Version: 1

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 8.4k  |  Created: 07/11/2011

Average Rating: 0
3M Pad Staff Workstation has 2 inventory records, 0 Questions, 0 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (1)

Most Common Setup Type
Legacy Setup with command line support
Average Package Difficulty Rating
Rated 1 / 5 (Very Easy) based on 1 ratings
Most Commonly Reported Deployment Method
Vendor Provided Command Line (answer file driven)
0
Note
Deploying "3M Pad Staff Workstation" is easy. I'm using version 1.52.003.0. The application comes with a InstallShield-Setup. The answer file can be recorded.

Record:
setup.exe /r /f1.\install.iss

Install:
setup.exe /s /f1.\install.iss


Do the same with uninstall.

Record:
setup.exe /uninst /r /f1.\uninstall.iss

Install:
setup.exe /s /uninst /f1.\uninstall.iss


After the setup completes, you can start the application and configure it. All settings are stored in the windows registry.

Windows x64: HKLM\SOFTWARE\Wow6432Node\3M\Library Systems\StaffWSLT\1.00
Windows x86: HKLM\SOFTWARE\3M\Library Systems\StaffWSLT\1.00


The settings for the Pad device - the hardware - are stored under:

Windows x64: HKLM\SOFTWARE\Wow6432Node\3M\Library Systems\Common
Windows x86: HKLM\SOFTWARE\3M\Library Systems\Common

If you have configured 3M Pad Staff Workstation, you can export settings using Registry Editor.


Notice: The setup creates a shortcut in public desktop.


The hardware (3M Pad) is a bit old-fashioned - the application wants to know on which USB port the pad is connected. If you switch the USB port, the application says "Tag reader is not working". This problem can be solved with a little PowerShell script.

The port is saved here:

HKLM\SOFTWARE\Wow6432Node\3M\Library Systems\Common\TagManager\1.00, "Port": (dword) "0x00000003"

The "3" at the end of the value comes from the COM port which you can find by device manager (devmgmt.msc) - or by a little WMI query:

$3MPAD_COMPort = Get-WmiObject Win32_PnPEntity | Where { $_.Manufacturer -Like 'FTDI' } | Where { $_.Description -Like 'USB Serial Port' } | Select-Object -Expand Name $3MPAD_COMPort is now "USB Serial Port (COM3)"
$3MPAD_COMPort = $3MPAD_COMPort -Replace ".*\(", "" -Replace "\)", "" -Replace "COM", "" $3MPAD_COMPort is now "3"

Set-ItemProperty -Path "HKLM:\Software\Wow6432Node\3M\Library Systems\Common\TagManager\1.00" -Name "Port" -Type DWORD -Value $3MPAD_COMPort


Please ask me, if you have questions! :-)
Setup Information:
Setup Type: Legacy Setup with command line support
Deployment Method Used: Vendor Provided Command Line (answer file driven)
Deployment Difficulty: Very Easy
Platform(s): Windows

Inventory Records (2)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

3M Pad Staff Workstation

Version

1.30.010.0

Uninstall String

C:\PROGRA~1\COMMON~1\INSTAL~1\Driver\9\INTEL3~1\IDriver.exe /M{B19AD494-6E3F-4095-A46C-DC074D8AF875}

Questions & Answers (0)

Questions & Answers related to 3M 3M Pad Staff Workstation

Blogs (0)

Blog posts related to 3M 3M Pad Staff Workstation

Reviews (0)

Reviews related to 3M 3M Pad Staff Workstation

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ