Posted October 13, 200915 yr Hi,I use nlite and I want to create an addon that installs Devcon.exe (simply copy the files in system32, indeed) in my XP SP3. Can I do that only using the entries.ini files or must I add an inf files?Here is the addon structure I'd like to:Devcon.cab+DEVCON.EX_+ENTRIES_devcon.INIENTRIES_devcon.INI content:[general]builddate=2009/10/11description=utilitaire de ligne de commande qui peut
October 13, 200915 yr just replace 100 with 1[txtsetup_files]DEVCON.EXE = 1,,,,,,,2,0,0that if you would put your file compressed with cab if not before the 2 add _xif you want more info see this linkEdit:you seem that you compressed it so it should work with no problem Edited October 13, 200915 yr by DaRk MaDnEsS
October 13, 200915 yr You can use either 1 or 100 does not matter for XP (use 1 if you want it to be compatible with win2k)Your entries.ini code is fine, I have no idea why its not working it looks ok to meAnd no you do not have to add .inf files for this
October 13, 200915 yr Author You can use either 1 or 100 does not matter for XP (use 1 if you want it to be compatible with win2k)Your entries.ini code is fine, I have no idea why its not working it looks ok to meAnd no you do not have to add .inf files for thisThanks.I didn't say it's not working because I haven't tested yet. Edited October 13, 200915 yr by fred_gaou
October 13, 200915 yr As for the number for the folder location you can find that in TXTSETUP.SIF[WinntDirectories]1 = "\"2 = system323 = system32\config4 = system32\drivers5 = system7 = system32\ras9 = system32\spool10 = system32\spool\drivers11 = system32\spool\drivers\w32x86\312 = system32\spool\prtprocs13 = system32\spool\prtprocs\w32x8614 = system32\wins15 = system32\dhcp16 = repair17 = system32\drivers\etc18 = system32\spool\drivers\w32x8619 = system32\drivers\disdn20 = inf21 = Help22 = Fonts23 = Config24 = msagent\intl25 = Cursors26 = Media27 = java28 = java\classes29 = java\trustlib30 = system32\ShellExt31 = Web32 = system32\Setup33 = Web\printers34 = system32\spool\drivers\color35 = system32\wbem36 = system32\wbem\Repository37 = addins38 = "Connection Wizard"39 = "Driver Cache\i386"40 = security41 = security\templates42 = system32\npp43 = system32\ias44 = system32\dllcache45 = Temp46 = Web\printers\images47 = system32\export48 = system32\wbem\mof\good49 = system32\wbem\mof\bad50 = twain_3251 = msapps\msinfo52 = msagent53 = msagent\chars54 = security\logs55 = system32\icsxml57 = system32\mui58 = %MUI_PRIMARY_LANG_ID_DIR%59 = system32\mui\dispspec60 = AppPatch61 = Debug62 = Debug\UserMode63 = system32\oobe67 = Help\Tours68 = Resources\Themes\Luna69 = Resources\Themes\Luna\Shell\NormalColor70 = system32\oobe\html\ispsgnup71 = system32\oobe\html\mouse72 = system32\oobe\html\oemcust73 = system32\oobe\html\oemhw74 = system32\oobe\html\oemreg75 = system32\oobe\images76 = system32\oobe\setup77 = system32\oobe\sample78 = Resources\Themes\Luna\Shell\Metallic79 = Resources\Themes\Luna\Shell\Homestead91 = Help\Tours\mmTour92 = Help\Tours\htmlTour93 = Provisioning\Schemas100 = system32\1025101 = system32\1028102 = system32\1031103 = system32\1033104 = system32\1037105 = system32\1041106 = system32\1042107 = system32\1054108 = system32\2052109 = system32\3076110 = system32\wbem\xml111 = system32\usmt112 = system32\inetsrv123 = mui124 = WinSxS125 = WinSxS\Manifests126 = WinSxS\InstallTemp127 = ime129 = Resources\Themes130 = ime132 = ime\imejp133 = System32\IME\PINTLGNT134 = System32\IME\CINTLGNT135 = System32\IME\TINTLGNT136 = IME\CHTIME\Applets137 = ime\imejp98138 = ime\imejp\applets139 = pchealth\helpctr\binaries180 = system32\3com_dmi181 = PeerNet239 = system32\wbem\Logs240 = ehome241 = "Network Diagnostic"242 = L2Schemas
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.