ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

Create simple installation file.

<< < (2/2)

app103:
The free version of Advanced Installer can do it. (I love this app!)

Target:
<a href="http://nsis.sourceforge.net/Main_Page>NSIS</a> and <a href="http://hmne.sourceforge.net/">NIS Edit</a>

NIS Edit includes a wizard that generates a basic script which you can then modify (that's what got me started...)

lanux128:
Clickteam's Install Creator.

MilesAhead:
Seems in this case the only "install" part is creating a folder under Documents. Assuming a zip with instructions to "unpack to a folder of your choice" is sufficient for that part, then in AutoIt3 it would be

--- ---If Not FileExists(@MyDocumentsDir & "\MyFolderName") Then
  DirCreate(@MyDocumentsDir & "\MyFolderName")
EndIf

;then use FileCopy to copy any files to the folder

Coeluh:
Thanks for all the replies!

Navigation

[0] Message Index

[*] Previous page

Go to full version