T
T
TijAY2011-04-26 16:14:53
Installer
TijAY, 2011-04-26 16:14:53

Easy Installer

Is there a Windows installer in nature that doesn't pack all one file and run it, but just moves the files from point A to point B?

The xcopy command is suitable, but terribly not informative.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
vanfukov, 2011-04-26
@vanfukov

NSIS ?
Examples here: nsis.sourceforge.net/Simple_tutorials

outfile "simple installer.exe"
installDir $DESKTOP
section
setOutPath $INSTDIR
file test.txt
sectionEnd

R
Roman Abdulmanov, 2011-04-26
@NevRA

All Windows installers have custom actions where various operations can be performed, including file copying.
At the same time, no one bothers not to add copied files to this package.

T
TijAY, 2011-04-26
@TijAY

I have worked with Inno Setup. Maybe I missed something, but everything falls into a heap there ... And it is removed from the package. But thanks a lot for the tip.

S
susl, 2011-04-27
@susl

You can use the Setup Project in Visual Studio. There is a wizard, you can add any files you want and then configure what and where to throw through the gui.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question