Hyflex Posted May 25, 2007 Posted May 25, 2007 How can i make an install program, so like how lets say autoit installs, can anyone point me in right direction, no it doesn thave to be autoit
tAKTelapis Posted May 25, 2007 Posted May 25, 2007 NSIShttp://nsis.sourceforge.net/Main_Pageassuming i translated your message correctly.
martin Posted May 28, 2007 Posted May 28, 2007 perfect, just hard to use itHere's another one which might be easier to use.CreateInstall Free Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
gsglive Posted June 5, 2007 Posted June 5, 2007 (edited) Try using this. Just add the necesary info u can use the uninstaller too. gsglive install code: if MsgBox(4, "Install ", "Would you like to install ?") = 6 Then;insert names $sorce = InputBox("Install ", "Name the directory from which you are installing . If you are installing from a CD, it will probably be D:\");insert names MsgBox(0, "Please wait.", "Click OK to begin and then wait. You will be notified when the install is done.") DirCopy($sorce, "C:\Program Files\");insert a location DirCreate("C:\Documents and Settings\All Users\Start Menu\Programs\");insert a location $1 = FileCreateShortcut("C:\","C:\");insert a location $2 = FileCreateShortcut("C:\","C:\");insert a location $3 = FileCreateShortcut("C:\", "C:\");insert a location If $1 = 0 Then MsgBox(0, "Error", " did not install properly due to an error.");insert names ElseIf $2 = 0 Then MsgBox(0, "Error", " did not install properly due to an error.");insert names ElseIf $3 = 0 Then MsgBox(0, "Error", " did not install properly due to an error.");insert names Else MsgBox(0, " installed!", " Fully Installed! Thank you for choosing ! To begin using Backup, click on Start, then All Programs, then .");insert names oÝ÷ ÚéâËZW(uæ®¶s`¦b×6t&÷BÂgV÷CµVæç7FÆÂgV÷C²ÂgV÷Cµv÷VÆB÷RƶRFòVæç7FÆÂògV÷C²ÒbFVã¶ç6W'BæÖW0 &öw&W74öâgV÷C´æç7FÆÂgV÷C²ÂgV÷Cµ&öw&W73¢gV÷C²¶ç6W'BæÖW0 &öw&W756WB F%&VÖ÷fRgV÷C´3¢b3#µ&öw&ÒfÆW2b3#´&6·W2ãgV÷C²¶ç6W'BæÖW0 &öw&W756WB#R fÆTFVÆWFRgV÷C´3²b3#²æÆæ²gV÷C²¶ç6W'BÆö6Föà &öw&W756WBS fÆTFVÆWFRgV÷C´3²b3#´VÇæÆæ²gV÷C²¶ç6W'BÆö6Föà &öw&W756WBsR fÆTFVÆWFRgV÷C´3²b3#µTÄæÆæ²gV÷C²¶ç6W'BÆö6Föà &öw&W74öfb ×6t&÷ÂgV÷C²Væç7FÆÂgV÷C²ÂgV÷C²gVÆÇVæç7FÆÆVBâgV÷C²¶ç6W'BæÖW0¤VæD` Edited June 5, 2007 by gsglive - gsglive
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now