visegrip Posted November 17, 2011 Posted November 17, 2011 Oleg_Sch or gora,Is there a complete list of parameters to use with the "Dialog" versions of the modified module with a few words explaining each parameter in English?To use when composing the dialog text messages.A link somewhere?I have managed to guess many of the obvious parameters but a complete list with syntax use would be most helpful.If there is no English version, throw a Russian version at me and I will try my best to translate it.
gora Posted November 17, 2011 Posted November 17, 2011 (edited) Last Russian help file (version 1.5 build 2100 28.04.2011) http://7zsfx.info/files/7zsd_chm_150_2100_ru.7zOld English help file (version 1.4 build 1501 07.09.2009) http://7zsfx.info/files/7zsd_chm_150_2100_en.7zIf there is no English version, throw a Russian version at me and I will try my best to translate it.We will be glad to any help with transfer of help into English language. I hope, you lay out your variant of English help and will give on its the reference here. Edited November 17, 2011 by gora
visegrip Posted November 17, 2011 Posted November 17, 2011 Thanks gora for the Russian version Help for version 2100, that is nice to have.But I think you misunderstood what I was looking for.I am trying to use this:7zsd_LZMA_Dialogs.sfxThe Dialog text parameters are different from those in:7zsd_LZMA.sfxFor example, a line break in a text message in 7zsd_LZMA.sfx uses: \nBut in 7zsd_LZMA_Dialogs.sfx uses: \parAnd there appear to many more parameters available in the "Dialogs" version for controlling appearance of text.None of this is mentioned in the 7zSD_RU.CHM.Anyway thanks for that updated version of the help manual. I will begin looking at it.
ricktendo Posted November 17, 2011 Posted November 17, 2011 (edited) Thanks gora for the Russian version Help for version 2100, that is nice to have.But I think you misunderstood what I was looking for.I am trying to use this:7zsd_LZMA_Dialogs.sfxThe Dialog text parameters are different from those in:7zsd_LZMA.sfxFor example, a line break in a text message in 7zsd_LZMA.sfx uses: \nBut in 7zsd_LZMA_Dialogs.sfx uses: \parAnd there appear to many more parameters available in the "Dialogs" version for controlling appearance of text.None of this is mentioned in the 7zSD_RU.CHM.Anyway thanks for that updated version of the help manual. I will begin looking at it.You can simply use Wordpad (that comes with Windows) to format the text the way you want it, save the RTF then open it in notepad....now copy the code and paste it in your config.txt and voila Edited November 17, 2011 by ricktendo64
visegrip Posted November 17, 2011 Posted November 17, 2011 (edited) Thanks ricktendo64!, That makes it really easy.Argh, WordPad is trying to be a smartass. I find I still have manually edit some of the parameters to get things to look the way I want. Edited November 18, 2011 by visegrip
eltunisie Posted November 19, 2011 Posted November 19, 2011 haiiiiiiiiiiiiiiiiiiI need to add file xxx.inf to instal silant by 7z sfxWhat the code add to Config.txt????AndI need to add file xxx.xml to instal silant by 7z sfxI download Nod32 2.7 instal silant with file Config.xml (setting nod32 2.7)the code use RunProgram="setup.exe /forceold /silentmode /NORESTART /instmfc /cfg=config.xml"but the program is nod32 v4setup.msi What the code add to Config.txt?????????please help me
myselfidem Posted November 19, 2011 Posted November 19, 2011 (edited) Maybe that can help you adding inf file inside config.txt, with this example:http://www.msfn.org/...post__p__947388With config.xml file I use config.txt for Office 2007 Standard, like this:config.txt;!@Install@!UTF-8!GUIMode="2"RunProgram="setup.exe /config .\STANDARDR.WW\config.xml";!@InstallEnd@!The same temp path is writed inside my config.xml file!More help using msi file, adapt with config.txt:http://www.msfn.org/board/topic/111457-nod32-v30621-silent-install-problems/http://www.en.nod32.ch/support/faq.php Edited November 19, 2011 by myselfidem
eltunisie Posted November 20, 2011 Posted November 20, 2011 (edited) about nod32 v4 silant instal with config.xmlWhat code I used from this:RunProgram="setup.msi /qn /norestart /cfg=\"%%T\\config.xml"RunProgram="setup.msi /qn /cfg=config.xml"RunProgram="setup.msi /qn /REBOOT="ReallySuppress" ADMINCFG="%xmlfile.xml%"RunProgram="setup.msi /qn /config .\STANDARDR.WW\config.xml"onfig.xml"and What mean of \"%%T??????????????I need to replace file prodect in program files with anotheri need alike this coderename %WinDir%\explorer.exe explorer.exe.1copy explorer.exe %WinDir% /y Edited November 21, 2011 by eltunisie
myselfidem Posted November 21, 2011 Posted November 21, 2011 (edited) More help: http://7zsfx.info/en/%%T - full extraction path (temp folder=%temp%)With my example working fine installing silently Microsoft OFFICE 2007 STANDARD:RunProgram="setup.exe /config .\STANDARDR.WW\config.xml" ( .\ = temp folder [%temp%])*Edit: Examples about the temp folders path.Many thanks Kels Edited December 5, 2011 by myselfidem
eltunisie Posted November 23, 2011 Posted November 23, 2011 (edited) With my example working fine:RunProgram="setup.exe /config .\STANDARDR.WW\config.xml" (.\ = temp folder [%temp%])thanks for youbut nod32 v4 is setup.msi not setup.exe if i use RunProgram="setup.msi /qn /config .\STANDARDR.WW\config.xmlIs code is work????????????????????pls help me Edited November 23, 2011 by eltunisie
Kelsenellenelvian Posted November 23, 2011 Posted November 23, 2011 @ = eltunisie You seem to have a couple of sticky buttons on your keyboard. Please look into it. (Stop typing so many of the same things it is quite annoying)P.S. myselfidem = He was at wincert too. He is trying to make a warez installer (Using cracked files)
ThePackager Posted December 5, 2011 Posted December 5, 2011 Hi,I'm trying to create a sfx that allows silent installs. additionally the directory can be defined in the cmd line. If it is defined, the install path defined in the config.txt will be ignored. I tried using the -o command but it does not work. No matter what I do, when I run the install through the cmd line, I am not able to change the install directory. Is there a way to do this or can this wonderful 7zsd.sfx (thanks Oleg) be updated to allow the install directory switch to be passed?cmd line silent install.test.EXE -y -aoa -o"C:\Install\Test"My Config.txt:;!@Install@!UTF-8!Title="Utility Server Installation:"BeginPrompt="Utility Server Installation:\n\n Created by 'me' on Fri 12/02/2011 at 13:45:52.77\n BUILD: Regression Build_20111010.1\n Please update 'Destination Folder' to point to 'DRIVE:\MyCompany\Client_CountryCode\ProductCode'\n For example if Test is being installed for Toys USA: 'D:\MyCompany\TOY_US\Test'"CancelPrompt="Do you want to cancel the extraction?"ExtractDialogText="Please, wait..."ExtractPathText="Please, enter the extraction path:"ExtractTitle="Extracting..."GUIFlags="8+32+64+4096"GUIMode="1"InstallPath="C:\\\MyCompany\\TOY_US\\Test'"OverwriteMode="0";!@InstallEnd@!
gora Posted January 27, 2012 Posted January 27, 2012 Update ( 21-01-2012 )1.4.3.2367-Stable1.5.0.2367-beta
ThePackager Posted February 15, 2012 Posted February 15, 2012 Hi,Is there a switch to specify the extract directory when running a sfx through the cmd line (I wasn't able to find one)? Or can this wonderful 7zsd.sfx (thanks Oleg) be updated to allow an extract directory switch to be passed? this is a critical feature I need due to automating deploys to different directories on multiple servers.Example of a cmd I would run and what I'm trying to accomplish: testSFX.exe -y -o"C:\Install\Test"testSFX.exe's default extract location would be overridden and extracted to "C:\Install\Test".Thanks
gora Posted February 15, 2012 Posted February 15, 2012 testSFX.exe -InstallPath="C:\\Install\\Test"Double slash in the path!
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