Jump to content

Apps don't fully install -


Recommended Posts

Hello All. (nice forum! B) )

I've made an unattended XP DVD and tested installing it with Virtual PC.

The files were copied correctly

(I have to check when I get home if EVERYTHING I wanted was copied correctly...)

But my problem was that the only application that installed silently was Office 2003. Every other application gave me an error that the path doesn't exist. "systemroot/path/to/app.exe" does not exist. I have the "%systemdrive%" variables in place, and I cannot find anything that is wrong.

Since I know someone will ask for some of the files required for the unattended install; I'll put them up when I get home. (I'm at school now.)

I think I may be overlooking something, but I'll find out when I get home.

Thanks for the help.

msfn.org rocks. :)

Link to comment
Share on other sites


Yeah, post up your RunOnce.cmd, winnt.sif (take out any private info!), cmdlines.txt files. Double check all paths by copy/pasting them from the address bar.

I noticed you said

systemroot/path/to/app.exe
I've never used the system root varable, I always use the "systemdrive% variable myself.

I love these forums...

Paul

Link to comment
Share on other sites

Yeah, post up your RunOnce.cmd, winnt.sif (take out any private info!), cmdlines.txt files. Double check all paths by copy/pasting them from the address bar.

I noticed you said

systemroot/path/to/app.exe
I've never used the system root varable, I always use the "systemdrive% variable myself.

I love these forums...

Paul

%systemroot% just points to the windows directory

Link to comment
Share on other sites

Sorry it took me so long to finally post this. Was busy with other things.

I actually found my mistake, and I think I can point it out.

In Start.CMD I had this:

ECHO.

ECHO Installing Office XP Pro with FrontPage

ECHO Please Wait...

start /wait %systemdrive%\Install\Applications\OfficeXP\setup.exe TRANSFORMS=Unattended.MST /qb-

ECHO.

ECHO Installing AIM

ECHO Please Wait...

start /wait %systemdrive\Install\Applications\AIM\Install_AIM.exe /S

I should fix %systemdrive\ to be "%systemdrive%".

I feel so stupid for making that mistake. :}

Sorry for wasting everyone's time.

So much for typing in everything manually...

Sorry... :blushing:

I'll post here again if have questions or problems.

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