Educational Software Thread, Package building. in Technical; I am feeling annoyed I cant manage to build any packages using wininstall le via the RM application tool. Every ...
-
6th June 2007, 09:04 PM #1 Package building.
I am feeling annoyed I cant manage to build any packages using wininstall le via the RM application tool. Every package I try to build does not work. Why I am being so use less at it. How do people build successful packages or deploy software using scripts?
-
-
IDG Tech News
-
6th June 2007, 09:15 PM #2 Re: Package building.
some software its diffacult to build a pacakage for i use the winstall le from the 2000 disk and it works fine most of the time but other times i have no luck at all.
-
-
6th June 2007, 09:29 PM #3 Re: Package building.
what software are you trying to package OP?
-
-
7th June 2007, 08:00 AM #4 Re: Package building.
I find the older version in Winstall easier to use than the one which came with AppWiz2 - you'll find it in the rollback folder. I've got it in installed on my main PC, so I build the packages on the test PC and then edit the MSI on my other PC.
Remember that WinInstall creates external MSIs, i.e. the files are not contained within the MSI, so when you save the MSI file, it creates the relevant folder structure of Program Files, Windows and so on inside C:\Program Files\VERITAS Software\Winstall (2000) or C:\Program Files\On Demand\can't-remember-the-rest! in the newer one, so you need those files too.
What I do if I've made the MSI myself from scratch is copy it somewhere, along with all the folders/files I've just mentioned, and then use AppWiz2 to create a package from an existing MSI. That seems to work better than trying to manually create the package in the Q: drive.
-
-
7th June 2007, 10:05 AM #5 Re: Package building.
One of the things I have tried to package is Java and smart notebook software. I just what the notebook not the full install and I cannot get it to work. Every thing else just does not what to package. Did not quite get what you were saying about external MSI and how to get round this limitation.
-
-
7th June 2007, 10:17 AM #6 Re: Package building.

Originally Posted by
alonebfg some software its diffacult to build a pacakage for i use the winstall le from the 2000 disk and it works fine most of the time but other times i have no luck at all.
I definitely wouldn't use the WinintallLE version on the windows 2000 Server disk. It's designed for Windows 2000 clients and captures lots of settings that will cause serious problems on XP clients. The one on the 2003 Server resource pack is an updated version that is much more compatible with XP (though it's still very limited in what it can do).
-
-
7th June 2007, 10:28 AM #7 Re: Package building.
@Nicholab
What I meant about external MSIs is that you need more than just the MSI to install things. An external MSI is basically a list of what files go where, but is not the files themselves - these are stored alongside the MSI in the appropriate folder structure. If you just have the MSI but none of the actual files, then all the installs will fail as there are no files to transfer. Have a look at some of your existing packages and you'll hopefully see what I mean.
-
-
7th June 2007, 11:46 AM #8
- Rep Power
- 16
Re: Package building.
We use EMCO MSI Package Builder
Install XP into virtual pc, install EMCO package builder, run the application installer, EMCO will then output a MSI for you
Then just copy back your "pure" XP image, ready to go again
Its quick and so far everything has worked without problems.
EMCO do a 20% discount for education.
works out at £203 for a site license.
-
-
7th June 2007, 12:15 PM #9 Re: Package building.

Originally Posted by
nicholab One of the things I have tried to package is Java and smart notebook software.
Both these are delivered as MSI packages. It generally considered a 'bad idea' to attempt to re-package MSI based apps. You need to customise the install by creating a transform file (MST). This can be done using Orca if you are a Windows Installer expert, or using a tool like InstallShield Tuner.
-
-
9th June 2007, 08:10 AM #10 Re: Package building.
Smart Notebook is pretty easy as it's just a case of using the NOTEBOOK_ONLY property. Manual here. And here are the Java instructions.
-
-
12th June 2007, 09:29 AM #11 Re: Package building.
Done it now I used the RM application installer to install it by running a batch file. So for Smartnotebook I use batch file to install/uninstall and an MSI switch in the ini file and a batch file to uninstall java. This is a very useful hack for RM systems.
-
-
19th June 2007, 10:49 AM #12 Re: Package building.
I use;
WinInstall LE - To build packages from scratch, very rare i have to do this (im actually doing this now using the "discovery"/snapshot tool.
Orca - To edit and/or make transforms for MSIs
WIWW (Windows Installation Wrapper Wizard) - To "wrap" up exe's into msi's by adding switches to get them to run silently/add setup.ini files etc
Advanced installer - for when i have just a basic thing to deploy and i just want it "msi'ed" up asap. Quick and easy for sending out files and reg fixes. (Its just another WinInstall really)
Essential Website - www.appdeploy.com - every major app is well documented on the ins/out and complications of deploying.
Filemon and Regmon - Great for watching whats happening in the background, usually leading you straight to the problem and how to fix it.
eg an app wont run as it requires a write to the registery on first load. Log on with admin, run regmon, run app, see where and what it needs to be wrote and make the change yourself with msi made by wininstall/advanced installer
To date i havnt found a program i couldnt package up. This is all on a vinilla 2003 though so...
-
-
19th June 2007, 10:58 AM #13 Re: Package building.
This isn't available any more is it?
-
-
19th June 2007, 11:06 AM #14 Re: Package building.

Originally Posted by
Geoff This isn't available any more is it?
No, but that's not a reason to stop using it! I use WinInstall LE too - we have the 2003 version as well, but I just prefer the LE version so I use that instead.
-
-
19th June 2007, 11:30 AM #15 Re: Package building.
Anyone know where I can still get a copy then?
-
SHARE: 
Similar Threads
-
By CyberNerd in forum *nix
Replies: 9
Last Post: 6th March 2013, 08:29 PM
-
By mckeder in forum Hardware
Replies: 33
Last Post: 22nd April 2009, 11:38 PM
-
By Dos_Box in forum IT News
Replies: 11
Last Post: 11th July 2008, 01:08 PM
-
By nicholab in forum Windows
Replies: 7
Last Post: 11th May 2007, 02:23 PM
-
By pete in forum Wireless Networks
Replies: 5
Last Post: 6th June 2006, 11:03 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
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