Jump to content

HELP about entries.ini


fred_gaou

Recommended Posts

Hello,

I'd like to create a very simple add-on named for instance toto.cab structured like this:

(this an example)

Entries.ini
SYSSETUP.IN_
EXPLORER.EX_

What have I to fill in entries.ini so that "SYSSETUP.IN_ and EXPLORER.EX_" will copy and replace original files to I386 folder?

Can I make sure of those files are updated before they are used in the setup process?

Link to comment
Share on other sites


u dont have to add anything in entries if the files are newer then the one on your source. if u want to force copy them then

[general]
builddate=02/14/2009
description=toto
language=English
title=toto
version=1.0


[dosnet_files]
SYSSETUP.INF
EXPLORER.EXE

[txtsetup_files]
SYSSETUP.INF = 100,,,,,,,20,0,0
EXPLORER.EXE = 100,,,,,,,1,0,0

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...