You have to be more specific on the addon, is it a INF or SVCPACK addon? If its a INF or SVCPACK addon you want to "Update" and all filenames are the same you just overwrite the files in the i386 with the new INF, CAB or EXE files
Thats because you did not listen to me and take the time to learn how to make silent swith installers, you are adding the bare MSI to SVCPACK.INF I suppose (you cant, MSI installers cannot be installed during svcpack like that) Do as I said weeks ago and take the time to teach yourself how to do silent switch 7zip installers BTW this is the switch you use in config.txt ;!@Install@!UTF-8! RunProgram="msistub Opera.msi /passive /qn CREATE_DESKTOP_ICON=1 CREATE_QUICKLAUNCH_ICON=1 CREATE_STARTMENU_ICONS=1 ALLUSERS=1" ;!@InstallEnd@!
Yea I told Rafael and he fixed the webpage, but still DX10 for XP seems to be abandoned by the other guys Rafael and Stan are still however working on the next Alky for Applications
Themes are the same as extensions you put them in the same folder Here is my firefox addon, its kinda like this you are doing http://www.wincert.net/forum/index.php?showtopic=1471
Firefox is actually a 7zip SFX... You could use 7ZSplit.exe to extract the config.txt and .7z archive For WiRAR - Highlight all the files and choose "Add to archive" - Check "Create sfx archive" - Go to the Advanced tab and hit the "SFX options" button - In the General tab add setup.exe to be Run after extraction (you can add /S to make is silent) - In the Modes tab you choose to make it "Hide all" and "Overwrite all files" - Optional, in the Text and Icon you can add a SFX Firefox icon you extract using reshacker - Hit OK Your comment should look like this ;The comment below contains SFX script commands Setup=setup.exe /S Silent=1 Overwrite=1
Try to re-register sbdrop.dll and wlsrvc.dll Don't know how how to do it in vista but in XP its REGSVR32 "%ProgramFiles%\Windows Sidebar\sbdrop.dll" REGSVR32 "%ProgramFiles%\Windows Sidebar\wlsrvc.dll"
You mean like this? http://www.wincert.net/forum/index.php?showtopic=2319 If you make a request with links to your theme I'm sure somebody can make you a theme addon Request here
Take the .REG file and convert it to .INF using Reg2Inf by n7Epilson (just drop reg2inf.exe in system32 and use this command) reg2inf "regfilename.reg" "anyname.inf" then create a entries_whatever.ini and add something like this [general] builddate=2007/11/05 description=Registry Tweaks for nLite. language=English title=nLite RegTweaks version=1.6 website= [registry_addreg] ; Add your converted reg to inf string here Zip the Entries_*.ini and integrate it with nLite To verify that your inf AddReg has been successfully added to nLite.inf look in you i386 folder and expand nLite.in_ and look for the [CT] section Ricks_RegTweaks_AddOn.rar
Im having the same issue Correct I think so also, because the error ocurs during "Copying Files" part of the install (it jumps straight to Start Menu Items) which tells me its probably a CopyFiles error in a INF or a missing INFIt happens pretty early in the Copying Files too, so it should be easy to find
Its YOUR! fault not mine the addon is not working (a**!) Integrate this addon with my sidebar addon and you wont get that error http://www.wincert.net/forum/index.php?showtopic=1737
MRT.CAB = 100,,,,,,_x,39,0,0 copies MRT.CAB to the folder number 39 = "Driver Cache\i386" DriverCabName=driver.cab,MRT.cab,sp2.cab its the location of the compressed files that a INF has to copy MRT.CAB = 16 will supress any textmode copy error
mitsuaki, uninstall and reinstall alky for applications manually, then go to add or remove components and use the change button to re-register the windows sidebar files
Sounds like a INF file is trying to do AddReg a entrie that is protected by the OS and will cause a advance inf failure (like Current Control or Services registry entries)