Jump to content

Recommended Posts

Posted (edited)

Hey guys.

I`m dealing with a small problem, while tryng to make a 7z sfx with a setup.cmd to run it after.

I can`t get the final "setup.exe" to open my setup.cmd , here`s my config.txt

;!@Install@!UTF-8!

InstallPath="%SYSTEMDRIVE%\WINDOWS\Resources\Themes\"

RunProgram="setup.cmd"

GUIMode="2"

;!@InstallEnd@!

and my folder with the

7ZSD.sfx

+ config.txt

+ archive.7z

What is the problem?

EDIT by Shark007

DO NOT DOUBLE POST - EVER - nuff said, other post deleted. This placement is more apropriate.

END EDIT

Edited by Shark007

Posted

U might want to try this config.txt

;!@Install@!UTF-8!

AutoInstall="ai"

GUIMode="2"

OverwriteMode="0"

InstallPath="%windir%\\Resources\\Themes"

RunProgram="hidcon:cmd /c setup.cmd"

;!@InstallEnd@!

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