Jump to content

I get Ŷ folder in C:\ after unattended install...


Recommended Posts

Hi,

I wonder if anybody has a clue where the mistake is, after unattended WIN setup is done i get Ŷ folder in C:\ drive. I dont know where it comes from but down below is what i install....

CLS

@echo off

TITLE Windows XP SP1 - Unattended Installation

ECHO.

ECHO Installing Acrobat Reader 6.0

ECHO Please wait...

start /wait %systemdrive%\install\acrobat\AdbeRdr60_enu_full.exe -p"-s /v\"/qn\""

ECHO Installing .NET Framework v1.1

ECHO Please wait...

start /wait %systemdrive%\install\dotnet\netfx.msi /qb

ECHO.

ECHO Installing Shockwave

ECHO Please wait...

start /wait %systemdrive%\install\flash\Install_Flash_Player_7.msi

ECHO.

ECHO Installing Google Toolbar

ECHO Please wait...

start /wait %systemdrive%\install\google\GoogleToolbarInstaller.exe /q /d

ECHO.

ECHO Installing Java VM

ECHO Please wait...

start /wait %systemdrive%\install\java\j2re-1_4_2_04-windows-i586-p.exe /s /v/qn

ECHO.

ECHO Installing Windows Messenger 4.7

ECHO Please wait...

start /wait %systemdrive%\install\messanger\mmssetup.exe /Q:A /R:N

ECHO.

ECHO Installing Quicktime

ECHO Please wait...

start /wait %systemdrive%\install\quicktime\QuickTimeFullInstaller.exe

ECHO.

ECHO Installing Shockwave Player

ECHO Please wait...

start /wait %systemdrive%\install\shockwave\sw_pub.msi

ECHO.

ECHO Deleting ASP.NET User Account created by .NET Framework 1.1...

net user aspnet /delete

ECHO.

ECHO Restarting the PC in 1 minute...

shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute, this will give enough time for the shortcuts to update and for the shell to fully load before its ready to restart!"

ECHO.

ECHO Deleting Temp Installation Files...

RD /S /Q "%systemroot%\Cache\Adobe Reader 6\"

RD /S /Q %systemdrive%\install

Any clue?

Link to comment
Share on other sites


Nevermind, there is no fix to it, all U can do is just delete that folder.

Just do a search for quicktime, U will see posts on this same problem and how some users were able to delete the folder.

So far, I have not been able to find a way to get quicktime to stop creating this folder. Unless U use quicktime alternative that is.

Tester

Link to comment
Share on other sites

I've tried everything to delete that directory - nothing works from the command line - NOTHING! No combinations of renaming or deleting work.

Maybe a vbscript could delete it. This is a weird directory. During troubleshooting I created this directory manually and tried various methods to delete it. Some of them worked too! Except, when these methods were tried on a quicktime created directory they didn't work! There is some weird invisible charactors or something going on here.

s*** like this drives me crazy! (can I say s***?) :)

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...