Jump to content

DavidL

Members
  • Posts

    6
  • Joined

  • Last visited

Reputation

0 Neutral

About DavidL

  1. Thanks for your suggestions! Shouldn't be too hard to add that as an option as well. I'll need to decide which path trumps the other just in case the administrator ends up accidently setting the path in the TXT file and a different one in the registry. Is there any harm in having several options for deployment? Does that make things too confusing? @sparkeh: The SMART Installation manager I found appears to need purchasing. I'd rather stick to free methods for now.
  2. @plexer: Advanced Installer looks great! I haven't found a way to make an 'admin installer' yet, but I'm sure that'll come as I learn the program. @Arthur: It's a good idea, however I think that would take longer (and adds more steps) for the client to do than just opening up the MSI in InstEd and changing the property by hand.
  3. What software packages have the ability to set something like that up?
  4. Thanks Arthur! You're right; it does look better suited for this solution.
  5. Orca MSI editor is wonderful! With that we can give the network administrator straightforward instructions how to change the necessary fields in the MSI we send them. Thanks for your help!
  6. Hi all, I'm developing educational software for use in schools and tertiary institutes, however I keep getting conflicting advice how to setup or word the installations for our software. Based on your own experiences and networks, what would you expect to be provided to help install in the following situation on a Windows network? Background: The database is stored on any SMB storage. It's just an empty folder with read/write/modify access. The software can be installed on the server and run over the network, or installed and run on the client. We recommend installing it on the server where possible, but if the network isn't fast enough then it adds too much loading time. The software can be all read-only and all contained within a single folder. The tricky bit: The software stores the path to the database inside a raw text file that sits next to the executable. This is created the first time the software is run (after the user inputs it, of course). The path typically looks something like //server/$steps_database/ Deployment to a school with 150~ computers and a low bandwidth network: The network administrator has decided to install the software on the clients because it takes about a minute to load over the network. They want a quick hassle-free way to send it out. Since it requires some minor configuration, we can't just provide an MSI install for them to deploy. Questions: Is it realistic to expect a school that size to figure out its own way to deploy software, be it through making its own MSI installer or reimaging its clients? Are there any ways we can make something like an MSI installer that can have the customer set the database path in? We can store the database path in registry values instead if that helps. Any suggestions on how to distribute this variable over a network would be appreciated too. Thanks for your help! David
×
×
  • Create New...