Rigamortis Posted June 14, 2009 Posted June 14, 2009 CMenu link fixed, the orca msi editor was on shark007 tools page which I dont know the new link for that or if he is even maintaining ithttp://www.tweakxpert.com/wp-content/uploads/orca.msiIs this Orca ? Quote
ricktendo Posted June 14, 2009 Author Posted June 14, 2009 Yes thats an older version, the insted looks to be like a nicer program Quote
Geej Posted September 24, 2009 Posted September 24, 2009 Thanks for this video. I got my inspiration of RunOnceEx Quote
rico Posted October 1, 2009 Posted October 1, 2009 HELLO, the Link for the software SILENT SWITCH MAKER is broken ...Snif snif.Please where am i to find it ??Thanks Quote
ricktendo Posted October 1, 2009 Author Posted October 1, 2009 Fixed link...our FTP server seems to be down Quote
rico Posted October 5, 2009 Posted October 5, 2009 Thank you very much !!!I have a question : I'm a beginner and I wonder : How integrated a software who has needed keys registery of Windows?with your Silent Maker ????And after, How to made into the CD install of Windows XP ???I don't know ....Maybe, explain into your video part 4 ???? But I haven't find it !!!I'm sorry to disturbe you, but I'm trying understand!!!Waiting the reply, Thanks a lot for your Very God JOB !!!!!And excuse me for my english, is not good ... Thanks Quote
ricktendo Posted October 5, 2009 Author Posted October 5, 2009 If you want to make a addon out of your silent switch for nLite its pretty easy:- Create a new folder named svcpack and place your silent installer you made with this tuto into it- Create a new text file, rename it Entries_whatever.ini (where whatever is you can put what you like example Entries_Firefox.ini)- Copy & Paste the following into your Entries_*.ini and fill in the details[general]builddate=2009/10/05description=Description of the program goes here.language=Englishtitle=Program Nameversion=1.0.1website=http://www.example.com[EditFile]SVCPACK.INF,SetupHotfixesToRun,AddProgram[AddProgram]NameOfInstaller.exe- Now you can compress the Entreis_*.ini and the svcpack folder together into a addon that nLite will be able to read and integrateTip: you can download a already pachaged nlite addon so you can see how its done http://www.wincert.net/forum/index.php?/forum/105-svcpack-addons/If you want to add reg entries you can compress a .reg file along with your regular installer (in the 7zip sfx) and use something like this in your config.txt (assuming your reg file is named NameOfReg.Reg);!@Install@!UTF-8!RunProgram="Installer.exe /X"RunProgram="regedit /s NameOfReg.Reg"GUIMode="2";!@InstallEnd@!After the sfx extracts and installs your program silently it will apply the .reg file afther the program finishes installing (read the .chm included in ssmaker for many more examples like this) Quote
rico Posted October 6, 2009 Posted October 6, 2009 Thanks a lot !!!I'm trying...I will come back later tell you if all is okThanks Quote
Guest Posted October 16, 2009 Posted October 16, 2009 how to use a .iss in config.txt?isn't iss is an extension forinno setup ?if i wasn't mistaken you need to use the Inno setup and compile the exe with it and use /S to make it silent Quote
Guest Posted October 16, 2009 Posted October 16, 2009 (edited) well i didn't know about iss so try and read this http://unattended.msfn.org/unattended.xp/print/web/40/Edit :seems that all you need is to add the iss in the same folder with the setup and add the parametr -s Edited October 16, 2009 by DaRk MaDnEsS Quote
Guest Posted October 16, 2009 Posted October 16, 2009 I know how to use it but I do not know how to use the config.txt file to create the addon svcpacksorry if you didn't notice i edited my last post so see it Quote
ricktendo Posted October 16, 2009 Author Posted October 16, 2009 Config.txt is only used for the sfx/exe installer its not used for making nLite see the addon, you need to create a entries.ini file Quote
kiki burgh Posted November 24, 2009 Posted November 24, 2009 (edited) hi rick! parts 2 & 3 rs links broken. could there be other dl sites other than rs? orca link is broken too. tried looking for it in shark's page, but it's no longer there. only the link provided by Rigamortis works. thanks! Edited November 24, 2009 by kiki burgh Quote
ricktendo Posted November 25, 2009 Author Posted November 25, 2009 Reuploaded to RSInstEd is better than Orca kiki burgh 1 Quote
jamesbebby Posted November 26, 2009 Posted November 26, 2009 (edited) hi, how do uncheck this box?cheers james Edited November 26, 2009 by jamesbebby Quote
Guest Posted November 26, 2009 Posted November 26, 2009 (edited) Hi jamesbebbyThat is nothing msi this is a inno setupuse CMenu to get informationor see Edited November 26, 2009 by mona Quote
Guest Posted November 30, 2009 Posted November 30, 2009 RunOnceEx config.txt example:;!@Install@!UTF-8!RunProgram="WindowsDefender.msi /qn TRANSFORMS=NoLaunch.mst /norestart"AutoInstall="hidcon:reg add HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnceEx\\windefender /v Install /d %%S\\WindowsDefender.exe /f"GUIMode="2";!@InstallEnd@!Rick in the new sfx there is a new variable called %%M it's for the Sfx name so you can make it;!@Install@!UTF-8!RunProgram="WindowsDefender.msi /qn TRANSFORMS=NoLaunch.mst /norestart"AutoInstall="hidcon:reg add HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnceEx\\windefender /v Install /d %%S\\%%M /f"GUIMode="2";!@InstallEnd@!that since 1.3 Beta (Build 1095) Quote
Raoul Posted November 30, 2009 Posted November 30, 2009 hi, how do uncheck this box?cheers jameshttp://www.msfn.org/board/ashampoo-burning-studio-9-t135157-pid-889478.html&view=findpost Quote
ricktendo Posted November 30, 2009 Author Posted November 30, 2009 RunOnceEx config.txt example:;!@Install@!UTF-8!RunProgram="WindowsDefender.msi /qn TRANSFORMS=NoLaunch.mst /norestart"AutoInstall="hidcon:reg add HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnceEx\\windefender /v Install /d %%S\\WindowsDefender.exe /f"GUIMode="2";!@InstallEnd@!Rick in the new sfx there is a new variable called %%M it's for the Sfx name so you can make it;!@Install@!UTF-8!RunProgram="WindowsDefender.msi /qn TRANSFORMS=NoLaunch.mst /norestart"AutoInstall="hidcon:reg add HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnceEx\\windefender /v Install /d %%S\\%%M /f"GUIMode="2";!@InstallEnd@!that since 1.3 Beta (Build 1095)Nice, thanks Quote
kalilou Posted December 27, 2009 Posted December 27, 2009 very good Tutorial thank you rick :thumbsup_anim: Quote
Chemistry Posted January 17, 2010 Posted January 17, 2010 Anyone know where I can download Silent Switch Maker from?Thx Quote
ricktendo Posted January 17, 2010 Author Posted January 17, 2010 My websit has been suspended, looks like for good...will upload it to RS or my SkyDrive Quote
bphlpt Posted March 15, 2010 Posted March 15, 2010 I'm having trouble downloading Silent Switch Maker from your SkyDrive. Gives a "Remote server or file not found" error.Cheers and Regards Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.