Jump to content

Recommended Posts

Posted (edited)

Hi.

I am trying to learn a bit about installing apps via the Dosnet and Txtsetup. At the moment i am having problems getting a file to install to a folder inside a folder. See below:

As you can see i have put two extra lines in [WinntDirectories] (248 and 249). The files (Yzshad.exe, Yzshad.ini, Yzshad.dll) all installs into the 'YS' folder but for some reason i get an error saying 'Setup can not copy file English.Lang' (249).

I have even renamed it to English.ll and done English.ll = 1,,,,,,,249,0,0,English.lang and still the same.

All the file are compressed and in the I386 folder.

I would be very grateful for any help to get this file to install.

Dosnet

[Files]

d1,Yzshad.exe

d1,YZShad.ini

d1,Yzshad.dll

d1,English.lang

Txtsetup

[WinntDirectories]

245 = system32\Macromed\Flash

246 = system32\en-us

247 = l2schemas

248 = YS

249 = YS\Languages

[sourceDisksFiles]

Yzshad.exe = 1,,,,,,,248,0,0

YZShad.ini = 1,,,,,,,248,0,0

Yzshad.dll = 1,,,,,,,248,0,0

English.lang = 1,,,,,,,249,0,0

Many thanks

Worf

Edited by Worf

Posted (edited)

The reason it cannot copy english.lang is it does not follow the 8.3 filename compliance (8 letters for the name and 3 for the extension)

Here is how to do it properly

Dosnet

[Files]
d1,Yzshad.exe
d1,YZShad.ini
d1,Yzshad.dll
d1,English.lng

Txtsetup

[WinntDirectories]

245 = system32\Macromed\Flash
246 = system32\en-us
247 = l2schemas
248 = YS
249 = YS\Languages

[SourceDisksFiles]

Yzshad.exe = 1,,,,,,,248,0,0
YZShad.ini = 1,,,,,,,248,0,0
Yzshad.dll = 1,,,,,,,248,0,0
English.lng = 1,,,,,,,249,0,0,English.lang ;The file is renamed after its copied

Edited by ricktendo64

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...