PC Review


Reply
Thread Tools Rate Thread

USMT 2.61 Scanstate and DelFiles not working

 
 
Darren
Guest
Posts: n/a
 
      20th Apr 2006
I have a reference in my Miguser.inf to copy the entire D:\ I have a
varible called D_Drive and it copies the entire thing like I asked it to. I
also have a variable C_Data that copies selected files to the D: which works
also We ran into a problem where in some cases we have some programs
installed to that
drive for a few users. So I excluded those directories with the DelFiles
input. I can't seem to get it to work and I get very little info from the
log file as to what can be wrong.

See the section DEL_FILES at the end of miguser.inf below. The log shows
that these lines are recognized but it still copies the files and folders I
tell it not too. (IBM folder & RATIONAL folder) You can see that in the log
at the end of this email

Thanks for any help.

Here is the entries in my miguser.inf
---------------------------------------------------
Miguser.inf

[Copy This User State]
copyfiles=Default CopyFiles

[Copy This State]
AddReg=AT&T
[AT&T]
HKLM\Software\AT&T\*

[Copy This State]
copyfiles=Default CopyFiles

[Default CopyFiles]

; Copy D Drive
dir=d:\*, %D_Drive%

;Copy AT&T
DIR=%PROGFILES%\AT&T\WnClient\Data\LocalHTM*,
%PROGFILES%\AT&T\WnClient\Data\LocalHTM

; Word Processor Documents
*.doc, %C_Data%\Cdoc
*.dot, %C_Data%\dot
*.rtf, %C_Data%\rtf
*.txt, %C_Data%\Text Files
*.mcw, %C_Data%\mcw
*.wps, %C_Data%\wps
*.scd, %C_Data%\scd
*.wri, %C_Data%\wri
*.wpd, %C_Data%\wpd

; Spreadsheet Documents
*.xl?, %C_Data%\xl
*.csv, %C_Data%\csv
*.iqy, %C_Data%\iqy
*.dqy, %C_Data%\dqy
*.oqy, %C_Data%\oqy
*.rqy, %C_Data%\rqy
*.wk?, %C_Data%\wk
*.wq1, %C_Data%\wq1\
*.slk, %C_Data%\slk
*.dif, %C_Data%\dif

; Presentation Documents
*.ppt, %C_Data%\ppt
*.pps, %C_Data%\pps
*.pot, %C_Data%\pot
*.sh3, %C_Data%\sh3
*.ch3, %C_Data%\ch3
*.pre, %C_Data%\pre
*.ppa, %C_Data%\ppa

:Outlook files
*.pst, %C_Data%
*.pab, %C_Data%
*.wab, %C_Data%

; Quicken files
*.qdf
*.qsd
*.qel
*.qph

[Copy This State]
DelFiles=PageFile_Sys
[PageFile_Sys]
;This will not copy the page file if on the D:,
DIR=%D_Drive%Pagefile.sys
;This will not copy the IBM directory on the D:
DIR=%D_DRIVE%IBM
;This will not copy the RATIONAL directory on the D:
DIR=%D_DRIVE%RATIONAL


LOG

Info Detected Copy This State
Info Base specification for d:\* is d:
Info Possible undefined environment variable(s) for NT
AUTHORITY\SYSTEM in the path
%PROGFILES%\AT&T\WnClient\Data\LocalHTM*

Info Base specification for :Outlook files is :Outlook files
Info Base specification for D:\Pagefile.sys is D:\Pagefile.sys
Info Base specification for D:\IBM is D:\IBM
Info Base specification for D:\RATIONAL is D:\RATIONAL
Info Detected Local Settings Exclusion



 
Reply With Quote
 
 
 
 
=?Utf-8?B?R0R1Z2Fu?=
Guest
Posts: n/a
 
      23rd May 2006
I am also having the same issue. Did you ever get it resolved?

"Darren" wrote:

> I have a reference in my Miguser.inf to copy the entire D:\ I have a
> varible called D_Drive and it copies the entire thing like I asked it to. I
> also have a variable C_Data that copies selected files to the D: which works
> also We ran into a problem where in some cases we have some programs
> installed to that
> drive for a few users. So I excluded those directories with the DelFiles
> input. I can't seem to get it to work and I get very little info from the
> log file as to what can be wrong.
>
> See the section DEL_FILES at the end of miguser.inf below. The log shows
> that these lines are recognized but it still copies the files and folders I
> tell it not too. (IBM folder & RATIONAL folder) You can see that in the log
> at the end of this email
>
> Thanks for any help.
>
> Here is the entries in my miguser.inf
> ---------------------------------------------------
> Miguser.inf
>
> [Copy This User State]
> copyfiles=Default CopyFiles
>
> [Copy This State]
> AddReg=AT&T
> [AT&T]
> HKLM\Software\AT&T\*
>
> [Copy This State]
> copyfiles=Default CopyFiles
>
> [Default CopyFiles]
>
> ; Copy D Drive
> dir=d:\*, %D_Drive%
>
> ;Copy AT&T
> DIR=%PROGFILES%\AT&T\WnClient\Data\LocalHTM*,
> %PROGFILES%\AT&T\WnClient\Data\LocalHTM
>
> ; Word Processor Documents
> *.doc, %C_Data%\Cdoc
> *.dot, %C_Data%\dot
> *.rtf, %C_Data%\rtf
> *.txt, %C_Data%\Text Files
> *.mcw, %C_Data%\mcw
> *.wps, %C_Data%\wps
> *.scd, %C_Data%\scd
> *.wri, %C_Data%\wri
> *.wpd, %C_Data%\wpd
>
> ; Spreadsheet Documents
> *.xl?, %C_Data%\xl
> *.csv, %C_Data%\csv
> *.iqy, %C_Data%\iqy
> *.dqy, %C_Data%\dqy
> *.oqy, %C_Data%\oqy
> *.rqy, %C_Data%\rqy
> *.wk?, %C_Data%\wk
> *.wq1, %C_Data%\wq1\
> *.slk, %C_Data%\slk
> *.dif, %C_Data%\dif
>
> ; Presentation Documents
> *.ppt, %C_Data%\ppt
> *.pps, %C_Data%\pps
> *.pot, %C_Data%\pot
> *.sh3, %C_Data%\sh3
> *.ch3, %C_Data%\ch3
> *.pre, %C_Data%\pre
> *.ppa, %C_Data%\ppa
>
> :Outlook files
> *.pst, %C_Data%
> *.pab, %C_Data%
> *.wab, %C_Data%
>
> ; Quicken files
> *.qdf
> *.qsd
> *.qel
> *.qph
>
> [Copy This State]
> DelFiles=PageFile_Sys
> [PageFile_Sys]
> ;This will not copy the page file if on the D:,
> DIR=%D_Drive%Pagefile.sys
> ;This will not copy the IBM directory on the D:
> DIR=%D_DRIVE%IBM
> ;This will not copy the RATIONAL directory on the D:
> DIR=%D_DRIVE%RATIONAL
>
>
> LOG
>
> Info Detected Copy This State
> Info Base specification for d:\* is d:
> Info Possible undefined environment variable(s) for NT
> AUTHORITY\SYSTEM in the path
> %PROGFILES%\AT&T\WnClient\Data\LocalHTM*
>
> Info Base specification for :Outlook files is :Outlook files
> Info Base specification for D:\Pagefile.sys is D:\Pagefile.sys
> Info Base specification for D:\IBM is D:\IBM
> Info Base specification for D:\RATIONAL is D:\RATIONAL
> Info Detected Local Settings Exclusion
>
>
>
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
USMT - Failed scanstate on select computers =?Utf-8?B?TmF0aGFuIEM=?= Windows XP Setup 2 19th Sep 2006 12:31 AM
USMT add's application executable to destination of scanstate.exe =?Utf-8?B?RGFnIEFybmUgS2lya2Vyw7hk?= Windows XP Setup 6 22nd Feb 2006 08:33 AM
USMT - ScanState copies all files created by user. =?Utf-8?B?U3VuUmFjZQ==?= Windows XP General 0 21st Oct 2005 09:05 PM
Scanstate.exe running extremly slow (USMT 2.6) Darren Windows XP Setup 4 3rd Aug 2005 11:53 PM
USMT 2.6 - Scanstate.exe Question ZoL Windows XP Setup 1 18th Apr 2005 01:36 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:16 PM.