|
-
May 23rd, 2006, 05:05 PM
#1
Thread Starter
Lively Member
How do I build an installer program?
I just finished writing a macro that needs to be set up on approximately 100 employees computers, and unfortunately its not just the macro...its also the mainframe session and directory that will need to be set up on each computer. I can install it manually quite easily, but I'm not real anxious to sit down at 100 workstations and manually do it. Can someone show me code for an installer program that will automatically set each users computer up when they run it? Here's what needs to happen:
1)Install the macro itself to C:\program files\attachmate\e!e2k\macros\automation.ebm
2)Build a mainframe session that connects to the correct server saved to c:\program files\attachmate\e!e2k\sessions\OESOTS.edp. I've saved an appropriate session onto a network drive for users, so all that needs to happen is open G:\automation\OESOTS.edp and then Save it as c:\program files\attachmate\e!e2k\sessions\OESOTS.edp.
3)Create a folder for the interface files users will be using located at C:\interfaces\
4)Put a shortcut on the desktop pointing to the OESOTS.edp session.
I'd like to set it up as an exe file that just installs those 4 components...that way all I need to do is send a memo out with a link to the installer on our network drive and each user can install their own without me having to pull out whats left of my hair. Is that do-able?
-
May 23rd, 2006, 05:09 PM
#2
Re: How do I build an installer program?
Use Inno Setup or Package and Deployment wizard.
-
May 23rd, 2006, 05:15 PM
#3
Thread Starter
Lively Member
Re: How do I build an installer program?
-
May 23rd, 2006, 05:59 PM
#4
PowerPoster
Re: How do I build an installer program?
-
May 23rd, 2006, 06:48 PM
#5
Re: How do I build an installer program?
-
May 23rd, 2006, 08:13 PM
#6
Thread Starter
Lively Member
Re: How do I build an installer program?
Ahh, that looks like just what I needed. I'll mess around with it, looks pretty straight forward. Thanks for your help!!
And Sorry I posted in the wrong forum originally...my bad.
-
May 23rd, 2006, 09:35 PM
#7
PowerPoster
Re: How do I build an installer program?
Yeah it is really easy, can get very detailed depending how much you want to customize. Also id suggest using this program to accompany it, has a graphical interface for Inno, though I usuallly still go into the code part, it makes it even easier.
http://www.istool.org/default.aspx/
-
May 24th, 2006, 07:13 PM
#8
Re: How do I build an installer program?
When you have received an answer to your question, please mark it as Resolved using the Thread Tools menu.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|