Jump to content

Making UA Copy Files To My Documents


Recommended Posts

OK- using Default User profile

\$OEM$\$Docs\Default User\My Documents\

and creating a user (called PCuser) at install gave me the mp3 at

C:\Documents and Settings\PCuser\My Documents

After a Search I also find the file at

C:\Documents and Settings\Default User\My Documents
and
C:\WINNT\system32\config\systemprofile\My Documents

*Default User not showing in Windows Explorer- had search 'search' hidden files and folders.

*EDIT* added another user, mp3 file is in 'My Documents' folder as expected

also- when I initially did this, I had a corrupt autologon.reg and cmdlines.txt files on my ISO, so only the Administrator profile was loaded. I found the mp3 in that profile also..

The only tweaks (via reg file except - for creating a user) on this UACD are

;--- Mark Windows as Registered
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion]
"RegDone"="1"

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Welcome\RegWiz]
@="1"

;--- no Start Popup
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoStartBanner"=dword:00000001

[HKEY_USERS\.Default\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoStartBanner"=dword:00000001

;--- No Tour Balloon at Startup
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]
"RunCount"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]
"RunCount"=dword:00000000

;--- Power PC off after shutdown
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"PowerdownAfterShutdown"="1"

;--- Shutdown PC without LogOff and Start Windows with NUMLOCK on
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\WinLogon]
"ShutdownWithoutLogon"="1"

[HKEY_USERS\.Default\Control Panel\Keyboard]
"InitialKeyboardIndicators"="2"

;-----  Disable Firewall Service
;Internet Connection Firewall (ICF) / Internet Connection Sharing (ICS)
;Provides network address translation, addressing, name resolution and/or intrusion prevention services for a home or small office
;network. Used to allow multiple computers on your network to access the internet via only one account. This service installs on the
;"modem" computer. If you are using a third party firewall or Internet Connection Sharing software package, this service is not
;required.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess]
"Start"=dword:00000004

;-----  Disable Security center in WinXP sp2
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]
"AntiVirusDisableNotify"=dword:00000001
"AntiVirusOverride"=dword:00000001
"FirewallDisableNotify"=dword:00000001
"FirewallOverride"=dword:00000001
"FirstRunDisabled"=dword:00000001
"UpdatesDisableNotify"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc]
"Start"=dword:00000004

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\SysTray]
"Services"=dword:00000000

and, of course, the $OEM$ folder and contents (directx.cpl in $OEM$\$$\System32).

Link to comment
Share on other sites


Hmm... so your main issue is solved then?

As for the GIF, it has no relevance to the windows install at all. It is there for the documentation. Open the file "readme.htm" or "setupxp.htm", and you will see that gif file at the top of the page.

Link to comment
Share on other sites

well, I never had the problem, I was just doing it to confirm for Marthax.

thx for the .gif info, prathapml- I was just starting to do a search on that- you've saved me a lot!

I'll have to check that on my iso- I haven't removed my edited .gif yet...

:thumbup

lol- I just edited my pre-burn folder and yep, you're right!

thx again

Link to comment
Share on other sites

I just thought of something. Maybe my problem is that I need this file while Xplode executes at T-13 stage and by that time, setup has not copied the file yet. Could this be the reason?

I've tried both Alanoll's method and k0pect8's and it still won't work.

My file is currently in

$OEM$\$Docs\Default User\My Documents\The file

Link to comment
Share on other sites

at UAXP install, or for added users?

Use the instructions for KAV for unattended, but you want to have the file in 'My Documents' available at new user(s) creation .....? Doesn't KAV auto-configure new users, or is this some type of manual config per user via .reg file?

I don't use KAV, so I don't know the switches and whatnot, but I know of a site called MSFN that may know! :D

Anyway, is the file being copied for you using the above method, or is this a matter for the app install forum?

What exactly are you trying to do?

Link to comment
Share on other sites

the thing is that I use an AutoIT script to install KAV and at the end of the install, it asks for the destination of my reg file. Now I can't seem to configure my script to asks for any other location than My Documents as this is the default folder that the installation looks in when you click "browse". Anyway, if I choose the usual UA way to install KAV does this also include picking the reg file so that it'll be registered?

Link to comment
Share on other sites

I just thought of something. Maybe my problem is that I need this file while Xplode executes at T-13 stage and by that time, setup has not copied the file yet. Could this be the reason?

<snip>

The $OEM$ folder is copied at text-mode setup, so the file should already be there...

Link to comment
Share on other sites

then i'm really confused. To make sure that something wasn't wrong just with this particular file, I inserted a mp3 file in the same folder so that both files would be copied to my documents during UA and none of them were there when I needed them.:blink:

Link to comment
Share on other sites

have you seen these...

Astalavista's post

the instruction manual of  kaspersky anti-virus Personal 5.0 has the answer to your question. on page 90

http://downloads2.kaspersky-labs.com/docs/..._adminkiten.pdf

and

MacCinv's post

Echo.
Echo Installing Kaspersky Anti-Virus Personal 5.0.156
Echo Please wait...
start /wait %systemdrive%\Install\Applications\Kaspersky\Kaspersky50156.exe /S

On the folder Kapersky :
- executable (of course) : Kaspersky50156.exe
- the key in the format : Kaspersky.key.yek

Link to comment
Share on other sites

I can't seem to find any administrative tools in my Kaspersky. And about that post that MacCinv's did, I assume that I just put the key in the same folder as the installation and the installation will not ask for any key? Am I right?

Ok, I managed to solve it using that method :thumbup

Thanks everyone for helping me out!

Edited by Marthax
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...