[Tutor] USB volume unique volume info

2012-01-09 Thread Jeff Peery
Hello, I am writing a python script to install a program onto a customer computer from a USB drive. To prevent piracy, I want to know if the user has copied my install program to another USB drive. Do USB drives have some unique volume info or another feature that I might query to detect if the

Re: [Tutor] USB volume unique volume info

2012-01-09 Thread Steven D'Aprano
Jeff Peery wrote: Hello, I am writing a python script to install a program onto a customer computer from a USB drive. To prevent piracy, I want to know if the user has copied my install program to another USB drive. Do USB drives have some unique volume info or another feature that I might query