short names and deployment

L

Luke Alcatel

I've been wondering whether one needs to be aware of short name issues when
developing a deployment strategy. Specifically, I have read that xcopy does
not preserve short names but instead uses the short naming algorithm to
create a new short name for the destination. I assume the same would be
true of commands like copy or drag and drop copying. Also I understand that
the registry often uses short names instead of long names. Now suppose I
create two files in the same directory named service_one.exe and
service_two.exe. Presumably the respective short names will be servic~1.exe
and servic~2.exe. Suppose also that the short names end up in the registry.
Later, as part of deployment I copy the files and service_two.exe is copied
first so the naming algorithm assigns it short name servic~1.exe. Is this a
realistic concern?

Luke
 
S

Sean Liming \(eMVP\)

This can happen if you try to use DOS Networking to do the transfer.
Recently, a poster used WinPE and xcopy to transfer an image.

Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
Toolkit
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top