Jump to content

How to make a 7-Zip Switchless Installer


keytotime

Recommended Posts


Hello and thank you for the great tutorial

I have some Q please

1:- Now and after I do the MSI and finsih it If I add this to Nlite .. will it going to be installed automaticlly while windows installing ..

2:- If I need to install another program .. that its not MSI... how can I know the switch for it

Again and again

Thank you

Edited by farisnt
Link to comment
Share on other sites

  • 2 weeks later...
I agree if u dont hv quick batch file converter, startX.exe is for you.

I think you've missed a point.

What does Quick Batch Compiler do ? It encapsulates your batch file within an exe. Try to compile a batch file with a pause statement inside. Launch it, and look into your %temp% directory. Surprise!! the "crypted" batch file is there, called bt????.bat.

If you intended to call msiexec.exe within your batch-exe file, then you've got a problem.

You can call install.exe like this: cd /d my_rep\somewhere & install.exe

You can also open the folder and double-click install.exe

But you cannot call this way: \my_rep\somewhere\install.exe. And remember that %cd% = %temp%, thanks to the "crypt" trick.

=> The install procedure described in this howto is GOOD.

Natan

http://www.windowsdream.com -- Auto-update your PC with freeware/opensource

http://ping.windowsdream.com -- Partimage Is Not Ghost

Link to comment
Share on other sites

;!@Install@!UTF-8!

RunProgram="Nero7.0.1.2.BASIC.exe -passive -norestart"

;!@InstallEnd@!

Why do I keep rebooting???

Will removing the -norestart from config.txt and calling the .exe from a batch

"%systemdrive%\install\applications\Nero7.0.1.2.BASIC.exe /norestart"

stop the reboot?

Edited by ebin25
Link to comment
Share on other sites

The config.txt should be:

;!@Install@!UTF-8!
RunProgram="msistub Nero.msi /qb-! /norestart"
;!@InstallEnd@!

this is not working at all. installer starts and then rolls back. I suppose I could use my first one as my reboot cmd :blink:

Does anyone have more information about StartX.exe? I have looked around on google, but came up empty... or back to this site.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...