de NéoN22 » Mer 4 Avr 2012 07:48
Bonjour,
Autorun.inf permet un lancement automatique d'un programme sur CD, DVD ou clé USB.
Voici l'autorun de Money 2005 pouvant être enregistré dans un fichier texte ensuite renommé en Autorun.inf :
[autorun]
OPEN=autorun.exe install.exe
ICON=install.exe,1
shell\configure=&Configurer
shell\configure\command=install.exe
shell\install=&Installer
shell\install\command=install.exe
[ProductInformation]
Package=mnyinst.exe
PackageFolder=money
[options]
RLogging=icewarmup
DLogging=*v
MnyCmdOptions=
[IESetup]
NoIE=0
Min_Version=6,0,2600,0000
Setup_SubPath=ie\ie6setup.exe
; %%1 is replaced by a list of components (i.e. /E:HTMLHelp_NTx86)
Setup_Params=/Q /R:N /C:"ie6wzd.exe /Q:C /R:N /X:1 %%1 /s:""#e"""
Costing_Params=/Q /R:N /C:"ie6wzd.exe /P /Q:C /R:N /X:1 %%1 /s:""#e"""
[IEEncryptionPack]
; Encryption Pack Settings
EncryptionPackNew=1
EncryptionVerNew=5.0.2150.1
EncryptionDllNew=rsaenh.dll
EncryptionExeNew=ie\encpack.exe
EncryptionOptsNew=/Q:A /R:N
Cordialement.