MSFN Forum: Installing through inf files - 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

Installing through inf files INF File not getting installed Rate Topic: -----

#1 User is offline   Worf 

  • Worf
  • PipPip
  • Group: Members
  • Posts: 175
  • Joined: 26-October 04

Posted 23 March 2008 - 02:16 PM

Hi.

I have created an inf and Cab file and inserted the information into Sysoc, Txtseup and Dosnet but it does not seem to run and install the files. Is there something i am missing or doing wrong?

Many Thanks

Worf

INF File
 
[Version]
Signature="$WINDOWS NT$"
Product=%product%
Version=%version%

[DefaultInstall]
Copyfiles=DestGrp,DestGrp1
AddReg=Add.Reg.ntx86

[Optional Components]
LClock

[DestinationDirs]
DestGrp=10,"LC"
DestGrp1=10,"LC\Lang"

[SourceDisksNames]
1=%DiskName%,LCLOCK.CAB,0

[SourceDisksFiles]
lcmenu.txt=1
Aerobtn.bmp=1
AeroCL.bmp=1
Calendar.dll=1
Calendar.ini=1
Events.ini=1
LC.dll=1
LClock.exe=1
LClock.ini=1

[DestGrp]
Aerobtn.bmp
AeroCL.bmp
Calendar.dll
Calendar.ini
Events.ini
LC.dll
LClock.exe
LClock.ini

[DestGrp1]
lcmenu.txt

[Add.Reg.ntx86]
HKCU,""Software\Microsoft\Windows\CurrentVersion\Run","LClock",0,"%10%\%LC%\lclock.exe"" /HIDE"
HKLM,""Software\Microsoft\Windows\CurrentVersion\Run","LClock",0,"%10%\%LC%\lclock.exe"" /HIDE"
HKU,""Software\Microsoft\Windows\CurrentVersion\Run","LClock",0,"%10%\%LC%\lclock.exe"" /HIDE"

[Strings]
Product="lclock"
Version="1.0"
DiskName="lclock, Setup Disk #1" 
Syssoc.inf
 
[Version]

Signature = "$Windows NT$"

DriverVer=07/01/2001,5.1.2600.5503



[Components]

K=KOC.dll,KOCSetupProc,KOC.inf,HIDE,7

NtComponents=ntoc.dll,NtOcSetupProc,,4

WBEM=ocgen.dll,OcEntry,wbemoc.inf,hide,7

Display=desk.cpl,DisplayOcSetupProc,,7

NetOC=netoc.dll,NetOcSetupProc,netoc.inf,,7

com=comsetup.dll,OcEntry,comnt5.inf,hide,7

dtc=msdtcstp.dll,OcEntry,dtcnt5.inf,hide,7

IndexSrv_System = setupqry.dll,IndexSrv,setupqry.inf,,7

TerminalServer=TsOc.dll, HydraOc, TsOc.inf,hide,2

msmq=msmqocm.dll,MsmqOcm,msmqocm.inf,,6

fp_extensions=fp40ext.dll,FrontPage4Extensions,fp40ext.inf,,7

RootAutoUpdate=ocgen.dll,OcEntry,rootau.inf,,7

IEAccess=ocgen.dll,OcEntry,ieaccess.inf,,7

OEAccess=ocgen.dll,OcEntry,oeaccess.inf,,7

WMPOCM=ocgen.dll,OcEntry,wmpocm.inf,,7

AccessUtil=ocgen.dll,OcEntry,accessor.inf,,7

MultiM=ocgen.dll,OcEntry,multimed.inf,HIDE,7

nLite = ocgen.dll,OcEntry,nLite.inf,HIDE,7

LClock = ocgen.dll,OcEntry,LClock.inf,HIDE,7 <--------



[Global]

WindowTitle=%WindowTitle%

WindowTitle.StandAlone="*"



[Strings]

WindowTitle="Windows Professional Setup"

WindowTitle_Standalone="Windows Components Wizard" 
TxtSeup
lclock.inf = 1,,,,,,,20,0,0

lclock.cab = 1,,,,,,_x,,3,3
DosNet
d1,lclock.inf
d1,lclock.cab

This post has been edited by Yzöwl: 24 March 2008 - 06:47 AM
Reason for edit: Code tags added



#2 User is offline   ricktendo64 

  • Group: Banned Members
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,120
  • Joined: 06-June 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 23 March 2008 - 04:09 PM

You are missing a couple entries in you INF file, if you look at a couple of these tutorials you will see

How to make a Theme AddOn

How to make a Program AddOn

You also have to fix [SourceDisksNames] (add x86 and also fix whats bellow it) and you really dont need all them Run entries, one will do

I also have a couple lclock addons you can probably borrow the INF's and edit them a bit (LClocks)

This post has been edited by ricktendo64: 23 March 2008 - 04:23 PM


#3 User is offline   Worf 

  • Worf
  • PipPip
  • Group: Members
  • Posts: 175
  • Joined: 26-October 04

Posted 23 March 2008 - 04:31 PM

Thank you Rick, downloading now although the speed is very slow, only managing 94 bytes/sec download on your Lclock.

Also i am a great fan of you work, more so your sidebar add on. Keep up the good work.

Regards

Worf

#4 User is offline   ricktendo64 

  • Group: Banned Members
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,120
  • Joined: 06-June 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 23 March 2008 - 04:32 PM

yikes thats slow... glad they arent that big

#5 User is offline   Worf 

  • Worf
  • PipPip
  • Group: Members
  • Posts: 175
  • Joined: 26-October 04

Posted 23 March 2008 - 05:16 PM

Yep that sure is slow, the download time for the advanced inf was over an hour. I did a search on google for it and found it.
Also i did what you said and change some of the things and added some missing entries, now it worked, the LClock installed.

Going to try and make another inf for y-shadow.

Thanks again Rick

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