0

All,

I have a package that should be easily deployed on any client machine, say provided there is Windows as an OS.

Package contains icons, .dll, doc files, .xml templates, .py scripts...

I would like that the User unzip this folder anywhere, launch a .bat or any other script, and that package is copied pasted at the right place.

In a second phase, i could refine this installer deplacing some files at the right place.

Is it possible with a .bat file ? What would it look like ?

Thanks in advance.

1 Answer 1

1

Type in Start - Run

iexpress

and follow the prompts in the IExpress 2.0 Setup Wizard.

1
  • iexpress is a tool to build the installer, but you do not say how i should right the script or batch file to cut-paste the folder at the right place on the client machine...
    – kiriloff
    Commented May 1, 2014 at 8:17

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Not the answer you're looking for? Browse other questions tagged or ask your own question.