September 1, 201014 yr Version 4.4 is out http://www.javacoolsoftware.net.nyud.net:8090/downloads/spywareblastersetup44.exe
September 1, 201014 yr Author 9-01-2010- Updated Program v4.4- Updated defs 8/28/2010- Improved Uninstall
October 31, 201014 yr Thanks for the update,since v 4.4 I can't uninstall it I got this error "Error:could not locate INF file 'SpyBlast.inf'",I use this add-on as RunOnce converted with Winrar.Thanks ! Edited October 31, 201014 yr by ionut_y
October 31, 201014 yr Author Call the DefaultInstall section, or use this in WinRAR sfx (it also calls the defaultinstall secion)Setup=spyblast.infYou can also manually copy spyblast.inf to the %windir%\inf\ folderWhat syntax are you currently using to install?
November 1, 201014 yr Thansk for the answer,I use this :Path=%ProgramFiles%\spywareblasterSavePathsetup=spyblast.infSilent=1Overwrite=1
November 2, 201014 yr I've tried to copy the inf file manually and it works,can you fix the inf install file ? edit:if I use TempPath not Path=%ProgramFiles%\spywareblaster no file is installed in that location,in addremove program there is a entry for uninstall but it give errors Thanks Edited November 2, 201014 yr by ionut_y
November 2, 201014 yr Author There is nothing wrong with the install file, I already instruct it to copy the INF and Runtimes during manual install...the problem is the way winrar calls the defaultinstall section is it does not support the advanvpack method of copyfiles I am using; This section is used during manual install[DefaultInstall]CopyFiles =SpyBlaster.Files,Runtime.Files,@SpyBlast.inf...; This section is used during windows setup[spywareBlaster]...CopyFiles =SpyBlaster.Files ; Some files are copied during textmode setup so no need for them here...[DestinationDirs]...DefaultDestDir =17 ; This is the default destination dir (INF folder) where all files with the @ symbol will be copied toI appears that winrar uses setupapi.dll instead of advpack.dll, so try this commandSetup="rundll32.exe advpack.dll,LaunchINFSection SpyBlast.inf"I think the reason if you use a temp dir it does not work is somewhere the inf is failing, probably does not recognize/support @SpyBlast.inf in copyfiles
November 2, 201014 yr thanks ricktendo64I saw the content of inf file,it's ok,no chance with: Setup="rundll32.exe advpack.dll,LaunchINFSection SpyBlast.inf"I'll create a NSIS script for that.thanksedit:This is my solving NSIS script: Section "" SetOutPath "$programfiles\Spywareblaster" file "spywarebl.exe" ExecWait "$programfiles\Spywareblaster\spywarebl.exe" IfFileExists "$programfiles\Spywareblaster\spyblast.inf" 0 +2 CopyFiles "$programfiles\Spywareblaster\spyblast.inf" "$WINDIR\inf" delete "spywarebl.exe"SectionEnd Edited November 2, 201014 yr by ionut_y
November 17, 201014 yr Hi Rick,I am just wondering if their has been an update on this or if updates are suspended due to problems... as always thanks for everything!
November 17, 201014 yr Author If you integrate the addon like it is originally intended you will have no problems, if you change it or try to install it differently there are no guaranteesUpdated
November 17, 201014 yr WOW... you're an ACE Rick THANKS!!!If you integrate the addon like it is originally intended you will have no problems, if you change it or try to install it differently there are no guaranteesUpdated
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.