Jump to content

Silent install Help for MS PowerToys


Yazoo

Recommended Posts

I seem to be having trouble installing MS Powertoys, the copy method for TweakUI works a treat but for the others I am using

ECHO Installing Task Switcher Powertoy
ECHO Please wait...
start /wait %systemdrive%\install\PowerToys\TaskswitchPowertoySetup.exe /s /v /qn
ECHO.

ECHO Installing Command Here Powertoy
ECHO Please wait...
start /wait %systemdrive%\install\PowerToys\CmdHerePowertoySetup.exe /s /v/qn
ECHO.

ECHO Installing Image Resizer Powertoy
ECHO Please wait...
start /wait %systemdrive%\install\PowerToys\ImageResizerPowertoySetup.exe /s /v/qn
ECHO.

ECHO Installing Power Calculater Powertoy
ECHO Please wait...
start /wait %systemdrive%\install\PowerToys\PowerCalcPowertoySetup.exe /s /v/qn
ECHO.

It looks like its installing but they haven't. However the msi files the install create are located in the C:\WINDOWS\Downloaded Installations

What am I doing wrong? This is the last hurdle left in my CD.

Link to comment
Share on other sites


I use a batch file to create a user first, then the last thing to be installed is the powertoys. So what your saying is at that point I am still logged in as Admin. How can I set up a user account before the GUIRUNONCE kicks in?

Link to comment
Share on other sites

if you run powertoysetup.exe and go to "C:\WINDOWS\Downloaded Installations" you can get the "Powertoys For Windows XP.msi" then I renamed and used:

ECHO.

ECHO Installing Powertoys for Windows XP

ECHO Please wait...

start /wait %systemdrive%\Install\Applications\Powertoys\PowertoysXP.msi /qn

works great

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