spacesurfer Posted August 5, 2008 Posted August 5, 2008 I want to include logonui_cust.exe in my I386 folder of install CD and have it automatically copy to the system32 folder during install.I have compressed it with makecab and renamed it logonui2.ex_. When I expand it, it expands correctly with the long filename. However, what entry is needed in txtsetup.sif file so that it will copy during install?is it logonui2.ex_ = 1,,,,,,,2,0,0 orlogonui_cust.exe = 1,,,,,,,2,0,0or something else. It seems it would be the latter since that is what the file will actually be called and all the other files are like that in txtsetup.sif.
Mordac85 Posted August 5, 2008 Posted August 5, 2008 I believe that the later is correct and when Windows doesn't find the exact filename it looks for the compressed version, so you may have to eventually alter the name.
Worf Posted August 6, 2008 Posted August 6, 2008 HiThe correct way is:logonui2.exe = 1,,,,,,,2,0,0orlogonui2.exe = 1,,,,,,,2,0,0,logonui_cust.exeThe second one will rename is to logon_cust.exe when it gets copied to the System32 folder.If it is not spelt correctly windows will not be able to find it and you will get an error on the Txt mode part of setup.
spacesurfer Posted August 12, 2008 Author Posted August 12, 2008 HiThe correct way is:logonui2.exe = 1,,,,,,,2,0,0orlogonui2.exe = 1,,,,,,,2,0,0,logonui_cust.exeThe second one will rename is to logon_cust.exe when it gets copied to the System32 folder.If it is not spelt correctly windows will not be able to find it and you will get an error on the Txt mode part of setup.Thanks, I will try that.I had actually made a script to rename the file as it was copied as logonui2.exe, but I will have to try your method.
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