Worf Posted February 25, 2008 Posted February 25, 2008 (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.exed1,YZShad.inid1,Yzshad.dlld1,English.langTxtsetup[WinntDirectories]245 = system32\Macromed\Flash246 = system32\en-us247 = l2schemas248 = YS249 = YS\Languages[sourceDisksFiles]Yzshad.exe = 1,,,,,,,248,0,0YZShad.ini = 1,,,,,,,248,0,0Yzshad.dll = 1,,,,,,,248,0,0English.lang = 1,,,,,,,249,0,0Many thanksWorf Edited February 25, 2008 by Worf
ricktendo Posted February 25, 2008 Posted February 25, 2008 (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 properlyDosnet[Files]d1,Yzshad.exed1,YZShad.inid1,Yzshad.dlld1,English.lngTxtsetup[WinntDirectories]245 = system32\Macromed\Flash246 = system32\en-us247 = l2schemas248 = YS249 = YS\Languages[SourceDisksFiles]Yzshad.exe = 1,,,,,,,248,0,0YZShad.ini = 1,,,,,,,248,0,0Yzshad.dll = 1,,,,,,,248,0,0English.lng = 1,,,,,,,249,0,0,English.lang ;The file is renamed after its copied Edited February 25, 2008 by ricktendo64
Worf Posted February 25, 2008 Author Posted February 25, 2008 Oh great, thank you ricktendo64, now in can get on with it and add more small utillities and apps.Once again thank you.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now