MSFN Forum: Unatended install won't work(winXP apps) - 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

Unatended install won't work(winXP apps) Rate Topic: -----

#1 User is offline   bookert2003 

  • Group: Members
  • Posts: 6
  • Joined: 15-May 09

Posted 19 May 2009 - 06:55 AM

Hello

I try to incorporate flash player 10(adobe version) and internet explorer7 but the two applications wont run during the install. I also want to install adobe v9 and that works ok. Does someone know what i do wrong with flash and IE7? I am kinda a noob with this so all the help is welcome. Thanks in advance. My RunOnceEx.cmd script:

@echo off:
FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.txt SET CDROM=%%i:

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx


REG ADD %KEY% /V TITLE /D "Installing Applications" /f


REG ADD %KEY%\001 /VE /D "Adobe Reader V910NL" /f
REG ADD %KEY%\001 /V 1 /D "%CDROM%\Software\AdbeRdr910_nl_NL.exe /sPB /RS

REG ADD %KEY%\010 /VE /D "Flash player 10" /f
REG ADD %KEY%\010 %CDROM%\Software\start /wait install_flash_player_10_active_x.exe /s

REG ADD %KEY%\025 /VE /D "Internet Explorer7" /f
REG ADD %KEY%\025 %CDROM%\Software\IE7.exe /passive 

Exit



#2 User is offline   Yzöwl 

  • Wise Owl
  • Group: Super Moderator
  • Posts: 4,364
  • Joined: 13-October 04
  • OS:Windows 7 x64

Posted 19 May 2009 - 08:00 AM

Look!

View Postbookert2003, on May 19 2009, 01:55 PM, said:

Hello

I try to incorporate flash player 10(adobe version) and internet explorer7 but the two applications wont run during the install. I also want to install adobe v9 and that works ok. Does someone know what i do wrong with flash and IE7? I am kinda a noob with this so all the help is welcome.
<snip />
REG ADD %KEY%\001 /V 1 /D "%CDROM%\Software\AdbeRdr910_nl_NL.exe /sPB /RS
<snip />
compare the above with these
REG ADD %KEY%\010 %CDROM%\Software\start /wait install_flash_player_10_active_x.exe /s
REG ADD %KEY%\025 %CDROM%\Software\IE7.exe /passive
Also in the version 9 example I'd suggest you add the missing closing double-quote.

#3 User is offline   Martin H 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 802
  • Joined: 24-November 06
  • OS:none specified

Posted 19 May 2009 - 01:30 PM

Additionally, then 'start' is an internal command belonging to the NT Command Processor, and hence, cannot be called directly from RunOnceEx, but would instead need to be run like this 'cmd /c @start /wait xxxxx'(or cmd /q /c start /wait xxxxx).

However, you don't actually need that switch, since RunOnceEx "waits" by default...

#4 User is offline   bookert2003 

  • Group: Members
  • Posts: 6
  • Joined: 15-May 09

Posted 20 May 2009 - 01:28 PM

View PostYzöwl, on May 19 2009, 02:00 PM, said:

Look!

View Postbookert2003, on May 19 2009, 01:55 PM, said:

Hello

I try to incorporate flash player 10(adobe version) and internet explorer7 but the two applications wont run during the install. I also want to install adobe v9 and that works ok. Does someone know what i do wrong with flash and IE7? I am kinda a noob with this so all the help is welcome.
<snip />
REG ADD %KEY%\001 /V 1 /D "%CDROM%\Software\AdbeRdr910_nl_NL.exe /sPB /RS
<snip />
compare the above with these
REG ADD %KEY%\010 %CDROM%\Software\start /wait install_flash_player_10_active_x.exe /s
REG ADD %KEY%\025 %CDROM%\Software\IE7.exe /passive
Also in the version 9 example I'd suggest you add the missing closing double-quote.


Thanks Yzöwl that was the fault , i have added the two missing switches and added the double quotes and after that installation of flash and IE7 worked properly. I have problems with to other programs, but i will make a new thread for that cause its a different problem i think. Thanks again for your help Yzöwl.

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 - 2013 msfn.org
Privacy Policy