Jump to content

[Video] How To make Silent Switch Installers


ricktendo

Recommended Posts

Here are a couple vids I put together on silent switch making, hope I explained it clear enough for you guys...good luck

Required Programs:

Silent Switch Maker (Tools)

7-Zip (Archiver)

Universal Extractor (Forum)

CMenu or SendToA3X (Addons)

Orca or InstEd (MSI Editors)

Resource Hacker (Optional)

More Info

SFXMaker

Download latest 7zsd.sfx*

Download:

Part 1 (74 MB)

Part 2 (44 MB)

Part 3 (58 MB)

Part 4 (Comming Soon)

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@!

Open for questions, any that you may have

Link to comment
Share on other sites

This program is my basic autoit code.But i packed easily my programs with this script.

Program [script]

http://rapidshare.com/files/152670552/7ziplemeMerkezi.rar.html

Example Video:

http://rapidshare.com/files/152670553/7ziplememerkeziVideo.rar.html

Resource Code:

;-------------------------------------blackman12 tarafından yazılmıştır ---------------------

;-------------------------------------------------Kod Başlangıcı --------------------------------------

#include<File.au3>

Opt("WinTitleMatchMode", 2)

$pencereadi = "Resource Hacker"

$programadi = InputBox("7Zipleme Merkezi","

Link to comment
Share on other sites

Rick this is awesome keep up the excellent work and I hope to see more do you have a Donate button..... :thumbsup_anim: I have been using this method for a while now when you sent this to me months ago. I see you are using Vista now how are you adding the addons / programs during Vista install?

Thank YOU......

Edited by dolivas
Link to comment
Share on other sites

Well I use Vista and XP (Spanish because I have a spanish UpdatePack now)

I add addons to Vista with WPI and I also add some with GImageX (zipped programs with shortcuts that don't have any reg entries sendto style)

As for the Donate button, PayPal does not work in my country. Have to use Xoom but that costs 6 bucks depending on amount :S

Link to comment
Share on other sites

hey rick i want to learn how to make this one but i dont want to download it one by one

can u upload the video to youtube :)

Sorry I only have a 256 kbps connection and 7zipping it and uploading via FTP is fastest for me...7-zip reduces the video by allot

BTW you dont have to download all the sections to start viewing, they are cut. You can watch part 2 without the need to dl part 1

If somebody wants to upload them to their YouTube account feel free I wont mind

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...

I think you have to make it CAPITOL "S"

;!@Install@!UTF-8!
RunProgram="Windows_Live_Mail.msi /qn /norestart"
AutoInstall="hidcon:reg add HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnceEx\\WindowsLive /v Install /d %%S\\WindowsLiveMail.exe /f"
GUIMode="2"
;!@InstallEnd@!

Link to comment
Share on other sites

I think you have to make it CAPITOL "S"

;!@Install@!UTF-8!
RunProgram="Windows_Live_Mail.msi /qn /norestart"
AutoInstall="hidcon:reg add HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnceEx\\WindowsLive /v Install /d %%S\\WindowsLiveMail.exe /f"
GUIMode="2"
;!@InstallEnd@!

When i use This config dont write in registry "S"

Edited by mona
Link to comment
Share on other sites

Same config.txt I just changed the S to s and I reproduce the error

smalloq9.jpg

BTW dont execute it from a place that has spaces in the path, if you do the install will fail...this is not a problem when it is launched in the SVCPACK folder because there is no spaces in the path to X:\I386\SVCPACK

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...