MSFN Forum: [HELP] Application installation failing - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

[HELP] Application installation failing Rate Topic: -----

#1 User is offline   johny 

  • Group: Members
  • Posts: 3
  • Joined: 27-February 06

Posted 27 February 2006 - 07:28 PM

I am having some trouble getting my applications to install. I am using the guirunonce method to call my install.cmd file which contains the following:

@echo off
ECHO.
ECHO Installing Microsoft .NET Framework Version 1.1 Redistributable Package (x86)
ECHO Please wait...
start /wait "%SYSTEMDRIVE%\\PostInstall\\Microsoft .NET Framework Version 2.0 Redistributable Package (x86)\\netfx.msi /qb"


ECHO.
ECHO Installing Visual Basic 6.0 SP5 Run-Time Redistribution Pack (vbrun60sp5.exe)
ECHO Please wait...
start /wait "%SYSTEMDRIVE%\\PostInstall\\Visual Basic 6.0 SP5 Run-Time Redistribution Pack (vbrun60sp5.exe)\\vbrun60sp5.exe /q"


ECHO.
ECHO Installing Sun Java
ECHO Please wait...
start /wait "%SYSTEMDRIVE%\\PostInstall\\SunJava\\jre-1_5_0_06-windows-i586-p.exe" /s Custom=1 AddLocal=ALL IExplorer=1 MOZILLA=1 Javaupdate=1 Reboot=Suppress

ECHO.
ECHO Installing VMware Workstation 5.0.0 build-13124
ECHO Please wait...
start /wait %SYSTEMDRIVE%\\PostInstall\\VMware\\VMware Workstation.msi /s /v"ADDLOCAL=ALL DISABLE_AUTORUN=0 SERIALNUMBER= DESKTOP_SHORTCUT=1 /qn"

ECHO.
ECHO Installing EST NOD32 
start /wait %SYSTEMDRIVE%\\PostInstall\\EST\\setup.exe /silentmode
regedit /s %SYSTEMDRIVE%\\PostInstall\\EST\\EST_CONF.reg


ECHO.
ECHO Installing Adobe Acrobat Professional 7.0 
start /wait %SYSTEMDRIVE%\\PostInstall\\AcroPro\\setup.exe


My unattended cd will install xp but will not install any applications what am i doing wrong.

This post has been edited by johny: 28 February 2006 - 01:03 AM



#2 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 27 February 2006 - 08:22 PM

Hey johny,
Welcome.

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
Looks like a syntax problem.
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

This works:
explorer %systemdrive%\windows

This does not:
explorer %systemdrive%\\windows


Use just one backslash as a path separator.
:)

#3 User is offline   johny 

  • Group: Members
  • Posts: 3
  • Joined: 27-February 06

Posted 28 February 2006 - 12:13 AM

thx, I noticed the syntx error as well and Im testing now.

Needed Fixes

- DirectX requests liceses agreement & install path @12min. marker

- Sun Java : The system can not find the file Custom=1.

- Installing .NET Framework Version 1.1 hangs indefinetly.

This post has been edited by johny: 28 February 2006 - 01:02 AM


#4 User is offline   johny 

  • Group: Members
  • Posts: 3
  • Joined: 27-February 06

Posted 28 February 2006 - 01:07 AM

All programs at the point of the .NET framework seem to hang.

#5 User is offline   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 28 February 2006 - 04:40 PM

1) i noticed that your're not installing framework 1.1 before 2.0 (see your runonceex
2) for java jre the options you are using in syntax are defaults, you just need to run the exe with /s /v/qn
3) for directx you just need to extract the files inside the downloaded exe and run DXSETUP.EXE /silent

maybe you are not installing windows updates with your unattended installation. i suggest you to install them prior to install all kind of programs. this will may affect some programs, specially mucrosoft that requires prior patches for some stuff like directx and frameworks.

hope this helps you.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy