October 26, 200619 yr Maybe I'm being thick, but I don't think so.I've got the first line in my RunOnceEx.cmd file reading:REG ADD %KEY%\001 /VE /D "7-Zip" /fREG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\7Zip.exe -y /q /r:n" /fYet it prompts for everything as if I'd just double clicked it.The rest of the apps in the list install silently... what am I doing wrong?This is 7-Zip 4.42, freshly downloaded today.
October 26, 200619 yr Quis custodiet ipsos custodes?could you translate in plain english (or other modern language) ?about 7-zip, instead of that so old meaningless switches try the standard NSIS switch : "/S" (capital letter)(and this info is present in FAQs at 7z.org & here)++
October 26, 200619 yr You have two options for your freshly downloaded file7z442.exe - NSIS installer - /S7z442.msi - msi installer - /qnI think you may have the incorrect switches for your particular installer. Also is there a particular reason why you've changed the name of the executable?
October 26, 200619 yr Author Quis custodiet ipsos custodes?could you translate in plain english (or other modern language) ?about 7-zip, instead of that so old meaningless switches try the standard NSIS switch : "/S" (capital letter)(and this info is present in FAQs at 7z.org & here)++It's Latin. It means (roughly) who watches the watchers? Who guards the guards, if you will.I didn't see the FAQ, I looked on the front page of the application switches sticky.You have two options for your freshly downloaded file7z442.exe - NSIS installer - /S7z442.msi - msi installer - /qnI think you may have the incorrect switches for your particular installer. Also is there a particular reason why you've changed the name of the executable?If I do an update of the disk in 6 months, I'll just save the downloaded newest version over the existing one, so I don't have to fart around changing the RunOnceEx file instead.Whether or not it's any better is debatable, I guess....I'll try the /S option, thanks
October 26, 200619 yr yup /S for the exe worksthen run my icons after http://www.msfn.org/board/index.php?showtopic=72869
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now