Jump to content

Help creating installer for Vista

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
General-X

General-X

    Newbie

  • Members
  • Pip
  • 2 posts
Hi, I am trying to make an installer for Vista, it needs to do the following:

1. Copy a file to C:\
2. Execute a command in command prompt.

I have an idea how to do the first part, but how can I do the second part ?

Thanks.

#2
relapse

relapse

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 476 posts
You need installer/packaging software. Things like InstallShield. Sure on the web and you will find tons!

#3
General-X

General-X

    Newbie

  • Members
  • Pip
  • 2 posts
Yes there are many, but they require you to know the code for programming.
Basic ones don't have the advanced options to run a command from cmd.exe after the install.

What I need is very basic, I am looking for someone who knows NSIS or similar to help.