Jump to content

Featured Replies

Hello Geej,

 

I have tested your AddOn (slightly modified to execute it inside a sfx), Install, uninstall and upgrade works great. Good job !

 

 

I discovered one thing:

 

- Everything.ini that belong in Program Files (the one in the Everything folder in your AddOn) only need to have two lines:

[Everything]app_data=1

As we know it is the other  Everything.ini that belong in app data wich is actually used, but the one in Program Files is still read at the startup, hence the instruction to use redir.

  • Replies 161
  • Views 43.8k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • I have made a sfx version with uninstall support based on the work of Geej and myselfidem (thanks to them) with my own modifications:     The changes are:   - tasks are created with xml file, so you h

  • NOTE: I wrote this before I saw the last post by myselfidem.  I made notations accordingly, but if I missed something please forgive me.  Geej & myselfidem, As I mentioned previously, I've got som

  • Updated to v1.3.2.644b

Posted Images

  • Author

Hi mooms

I'll look into it and made changes accordingly in the next update.

Nice to know it still works properly in X64.

Thanks :)

  • 4 months later...
  • 6 months later...
  • 3 weeks later...
  • 2 weeks later...

Looks like void solved both our requests, and the latest beta has tons of options to make it silent :)

 

mooms, if you think on making a silent installer and post it somewhere, please make it with your custom ''Everything.ini'' inside, as I also want to change something easily in it (reason beeing this).

 

Thanks :)

Yes, I have seen that. Right now, I'm still using my own silent installer based on the inf made by Geej, because it is smaller, but I have tried to make an universal (x64 & x86) installer besed on the originals installer and it works.
 
If you want to make your own custom installer, here is some batch commands example I have used (you must have the right file in the right folder):

ren "Everything-1.*.x64.Multilingual-Setup.exe" "Ever64.exe"ren "Everything-1.*.x86.Multilingual-Setup.exe" "Ever32.exe"".\bin\7za.exe" a "Everything.7z" "Ever64.exe" "Ever32.exe" "Everything.ini" -mx=9copy /b ".\bin\ev.sfx" + ".\bin\ev.txt" + "Everything.7z" "SFX_Everything_1.3.4.685b.exe"del "Everything.7z"

Example config file for the sfx: (You have to add the argument for using the custom ini)
 

;!@Install@!UTF-8!GUIMode="2"MiscFlags="4"RunProgram="x86:Ever32.exe /S -install-options \"app-data -disable-run-as-admin -install-run-on-system-startup -install-service -install-service-port 15485 -install-start-menu-shortcuts -language 1036\""RunProgram="x64:Ever64.exe /S -install-options \"app-data -disable-run-as-admin -install-run-on-system-startup -install-service -install-service-port 15485 -install-start-menu-shortcuts -language 1036\"";!@InstallEnd@!

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...