MSFN Forum: My Application.bat - 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

My Application.bat Rate Topic: -----

#1 User is offline   Echolomax 

  • Member
  • PipPip
  • Group: Members
  • Posts: 109
  • Joined: 13-July 04

Posted 13 July 2004 - 04:33 PM

Maybe that can help som newbies like me.......:

@cd COMMANDES
@copy .\kill.exe %windir%
@cls
@echo ******************************************
@echo ****** Installation des applications *****
@echo ******************************************
@cd ..
@cd 7.ZIP.3.13
@echo Installation de : 7.ZIP.3.13
@7z313.exe -y /q /r:n
@cd ..
@cd ABC.TORRENT
@echo Installation de : ABC.V2.6.8
@ABC.v2.6.8.exe/S
@cd ..
@cd ACROBAT.READER.6.0.1
@echo Installation de : ACROBAT.READER.6.0.1
@ar6.0.1.exe -p"-s /v\"/qn\""
@cd ..
@cd ALCOHOL.120.v1.9.2.1705
@echo Installation de : ALCOHOL.120.v1.9.2.1705
@Setup.msi/qn REBOOT=suppress
@cd ..
@cd ANYDVD.v3.6.1.1
@echo Installation de : ANYDVD.v3.6.1.1
@SetupAnyDVD3611.exe/S
@cd ..
@cd DC++0.403
@echo Installation de : DC++0.403
@DC++0.403.exe/S
@cd ..
@cd DIRECT.9X
@echo Installation de : Direct.9X.B
@DX9NTopk.exe /Q:A /R:N
@cd ..
@cd DISKEEPER.8
@echo Installation de : DISKEEPER.8
@diskeeper8.msi /qb
@cd ..
@cd EMULE.0.43B
@echo Installation de : EMULE.0.43B
@eMule0.43b-Installer.exe/S
@cd ..
@cd FTP.EXPERT.3.50.00
@echo Installation de : FTP.EXPERT.3.50.00
@setup.exe/S
@cd ..
@cd GOOGLE
@echo Installation de : GOOGLE TOOLBARRE
@GoogleToolbarInstaller.exe /s /qn
@cd ..
@cd ISOBUSTER.1.6
@echo Installation de : ISOBUSTER.1.6
@IsoBuster.1.6.exe/SILENT
@kill isobuster.exe
@cd ..
@cd K-LITE.CODEC.PACK
@echo Installation de : K-LITE.CODEC.PACK
@klmcodec103.exe /verysilent/COMPONENTS="mpclassic,divxdec,divx,divxmpeg4,xviddec,xvid,

mpeg2ligos,3ivxdec,3ivx,wmv,vp3,vp6, dvd,indeo,indeo4,indeo32,i263,huffyuv,msmpeg4,

qtcodec,qtdirectshow,qtcpl,qtplugins, realcodec,realdirectshow,mp3audio,wmaaudio,ac3audio,oggvorbis,aac,

musepack,voxware,ape,oggvorbissplitter,vsfilter,gspot,disg400,disffdshow,qtcodec,qtdirectshow,qtcpl,
qtplugins,qtbrow

serplugin,realcodec,realdirectshow,realbrowserplugin"
@cd ..
@cd MAGIC.TWEAK.2.70
@echo Installation de : MAGIC.TWEAK.2.70
@Magic_Tweak_2.70.exe/S /SILENT
@cd ..
@cd MCAFEE
@echo Installation de : MCAFEE
@vse800.msi /qb
@cd ..
@cd MESSENGER
@echo Installation de : MESSENGER PLUS 3.01 et de MSN 6.2
@MsnMsgs.msi/QB
@MsgPlus301.exe /SilentInstallNoSponsor
@kill msnmsgr.exe
@cd ..
@cd NERO.v6.3.1.6
@echo Installation de : NERO.v6.3.1.6
@Nero6316.exe /SILENT /NOREBOOT /no_ui /SN=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /WRITE_SN
@cd ..
@cd OPEN.OFFICE.1.1.2
@echo Installation de : OPEN.OFFICE.1.1.2
@setup.exe -r .\response.txt
@cd ..
@cd PARTITION.MAGIC.8\sETUP
@echo Installation de : PARTITION.MAGIC.8
@setup.exe /s /v/qn
@cd ..
@cd PHOTOFILTRE
@echo Installation de : PHOTOFILTRE
@PhotoFiltre.exe/S
@cd ..
@cd POWERBATCH
@echo Installation de : POWERBATCH
@setup.exe/silent
@kill PowerBatch.exe
@cd ..
@cd REGISTRY.MECHANIC.3.0
@echo Installation de : REGISTRY.MECHANIC.3.0
@rminstall.exe/silent
@cd ..
@cd TWEAK.UI
@echo Installation de : TWEAK.UI
@setup.exe /qb
@cd ..
@cd VLC.0.7.2
@echo Installation de : VLC.0.7.2
@vlc-0.7.2-test2-win32.exe/silent
@cd ..
@cd WINISO.5.3
@echo Installation de : WINISO.5.3
@WINISO53EN.exe/verysilent /sp-
@cd ..
@cd WINRAR.3.30
@echo Installation de : WINRAR.3.30
@WinRARv.3.30.exe/S
@cd ..
@cd REGISTRE
@echo ********** Modification registre
@REGEDIT /S cmdlines.reg
@cd ..
@C:
@cd C:\Documents and Settings\Administrateur\Bureau
@del *.lnk
@cd C:\Documents and Settings\All Users\Bureau
@del *.lnk
@echo ******************************************
@echo ***** REBOOT SYSTEME *****
@echo ******************************************
@shutdown -f -r -t 05


#2 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 13 July 2004 - 05:08 PM

Echolomax, on Jul 14 2004, 01:33 AM, said:

@cd C:\Documents and Settings\Administrateur\Bureau
@del *.lnk
@cd C:\Documents and Settings\All Users\Bureau
@del *.lnk

These are the same as above:

del %USERSPROFILE%\Bureau\*.lnk
del %ALLUSERSPROFILE%\Bureau\*.lnk

And there are other places you can delete shortcuts from, if you wish.

Pardon! Why do you use cd..?

#3 User is offline   Solid as a rock 

  • So solid as a rock is
  • PipPipPipPipPip
  • Group: Members
  • Posts: 718
  • Joined: 30-May 04

Posted 13 July 2004 - 05:22 PM

mazin, on Jul 14 2004, 01:08 AM, said:

Echolomax, on Jul 14 2004, 01:33 AM, said:

@cd C:\Documents and Settings\Administrateur\Bureau
@del *.lnk
@cd C:\Documents and Settings\All Users\Bureau
@del *.lnk

These are the same as above:

del %USERSPROFILE%\Bureau\*.lnk
del %ALLUSERSPROFILE%\Bureau\*.lnk

And there are other places you can delete shortcuts from, if you wish.

Pardon! Why do you use cd..?

without cd it will be more shorter :|

#4 User is offline   Senax 

  • Group: Members
  • Posts: 8
  • Joined: 26-November 03

Posted 13 July 2004 - 05:43 PM

Echolomax, on Jul 13 2004, 04:33 PM, said:

@ABC.v2.6.8.exe/S
@Setup.msi/qn REBOOT=suppress
@SetupAnyDVD3611.exe/S
@DC++0.403.exe/S
@eMule0.43b-Installer.exe/S
@IsoBuster.1.6.exe/SILENT
@Magic_Tweak_2.70.exe/S /SILENT
@MsnMsgs.msi/QB
@PhotoFiltre.exe/S
@setup.exe/silent
@rminstall.exe/silent
@vlc-0.7.2-test2-win32.exe/silent
@WINISO53EN.exe/verysilent /sp-
@WinRARv.3.30.exe/S

Hi,

There have to be " " (blanks) before each "/"!

Senax

#5 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 14 July 2004 - 01:10 AM

Echolomax

Good work. You're receiving much comment and it's valuable. Making the first unattended CD successfully is not such an easy work.

Well done.

#6 User is offline   evilvoice 

  • Ditchy McAbandonpants
  • PipPipPipPipPip
  • Group: Members
  • Posts: 946
  • Joined: 27-January 04

Posted 14 July 2004 - 04:21 AM

Echolomax, please use the tags, they are there so when posting something like a files contents dont get messed up.

#7 User is offline   Echolomax 

  • Member
  • PipPip
  • Group: Members
  • Posts: 109
  • Joined: 13-July 04

Posted 14 July 2004 - 04:36 AM

Thx for your poste
first i use cd .. because my application are in directory,
> enter directory / execute /back in main directory of the .bat:

:)

#8 User is offline   Echolomax 

  • Member
  • PipPip
  • Group: Members
  • Posts: 109
  • Joined: 13-July 04

Posted 14 July 2004 - 04:37 AM

I've worked on the script all the night...........;

Attached File(s)

  • Attached File  XPFIX.bat (3.89K)
    Number of downloads: 106


#9 User is offline   evilvoice 

  • Ditchy McAbandonpants
  • PipPipPipPipPip
  • Group: Members
  • Posts: 946
  • Joined: 27-January 04

Posted 14 July 2004 - 04:58 AM

instead of

Quote

@cd ..
@cd ISOBUSTER.1.6
you can use

Quote

@cd..\ISOBUSTER.1.6


#10 User is offline   killerbee 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 500
  • Joined: 22-April 03

Posted 14 July 2004 - 05:00 AM

hi,

and 2 minutes from me...

hope this helps a bit

cya

Killer Bee

PS: please use the <Space>-key on your keyboard at the right time :)

Attached File(s)

  • Attached File  XPFIX.bat (3.91K)
    Number of downloads: 84


#11 User is offline   evilvoice 

  • Ditchy McAbandonpants
  • PipPipPipPipPip
  • Group: Members
  • Posts: 946
  • Joined: 27-January 04

Posted 14 July 2004 - 05:15 AM

doing some editing, but what is Bureau?

#12 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 15 July 2004 - 07:50 AM

Echolomax

Just One Last Dance ... Before We Say Goodbye ... :)

You typed some hex values for colors in your batch, but you didn't make use of them.

If you apply them, you'll have a nice batch.

#13 User is offline   Echolomax 

  • Member
  • PipPip
  • Group: Members
  • Posts: 109
  • Joined: 13-July 04

Posted 16 July 2004 - 01:57 AM

Thx I've done many work since last day on my script just look at this and tell me.....

I've just a problem with partition magic ( It demands an answer file) and tweakUI ( impossible to kill the process)

thx

#14 User is offline   Echolomax 

  • Member
  • PipPip
  • Group: Members
  • Posts: 109
  • Joined: 13-July 04

Posted 16 July 2004 - 01:59 AM

I've forgotten the file!! sorry!! :)

Attached File(s)

  • Attached File  XPFIX.bat (3.83K)
    Number of downloads: 45


#15 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 16 July 2004 - 06:02 AM

Echolomax, on Jul 16 2004, 10:57 AM, said:

Thx I've done many work since last day on my script just look at this and tell me.....

I've just a problem with partition magic ( It demands an answer file)  and tweakUI ( impossible to kill the process)

thx

Download this TweakUI. It's repackaged for silent installation:

http://unattended.ms...s/powertoys.htm

For PM8.0, there's a setup.iss on this forum. Search for it.

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