Detect Notes on USB in script

Hi,

I’d like to detect in script whether a user is running Notes on USB or a regular client. I have some ideas of how to do this, but I need some confirmation.

First, by looking at the notes.ini file for Notes on USB, the KitType is 8, which I haven’t seen before. Is this a unique KitType for USB clients, and does it have this value for all versions?

Second, are there any other files I can check? Autorun maybe? I can imagine that it’d be easy to make it work for specific versions, but I’d like something that will keep working in newer versions as well.

Thanks,

Bruce

Subject: Take a look at the value of InstallMode in Notes.ini

InstallMode = 2 indicates a Nomad install of Basic
InstallMode = 3 indicates a Nomad install of Standard
(FYI, Nomand is not yet supported on Standard)