How do you do....it? Thread, Convert Ranger Packages in Technical; Not looked into this too deeply yet but ....
Has anyone who has used the Ranger Packager to distribute software ...
-
9th February 2006, 08:59 AM #1 Convert Ranger Packages
Not looked into this too deeply yet but ....
Has anyone who has used the Ranger Packager to distribute software found an easy way to convert them to an MSI without going through the whole process of creating it from scratch using the original CDs or floppies?
Most of our 200 plus titles are stored on the local hard drive and can be reimaged from a hidden partition, but if we need to redistribute any software for any reason we would have to rebuild the image, which is a shame if we could use the one that Ranger has already created.
-
-
IDG Tech News
-
9th February 2006, 11:30 AM #2 Re: Convert Ranger Packages
Attached is an example package - problems with over zealous filtering prevent me sending it by email in any shape or form
-
-
9th February 2006, 11:54 AM #3 Re: Convert Ranger Packages
i see it is using simlair methord to old rm connect 2.4 package builder
hmm
going to have think about this one...
russell
-
-
9th February 2006, 12:29 PM #4 Re: Convert Ranger Packages
might have something
what drives does it store packages on ...
so say it is q drive
does it sote that zipped file
like this
q:\Fields and Matter (XP)
with Fields and Matter (XP).lock being at root of q:
Russ
-
-
9th February 2006, 12:34 PM #5 Re: Convert Ranger Packages
Yep - that's it exactly
-
-
9th February 2006, 01:04 PM #6 Re: Convert Ranger Packages
ok try this create a file called copypack.cmd on q drive with following code in it
<quote>
REM Copys Contents Of Ranger Package Over To C Drive
REM Writen By Russell Dyas 2005
REM No Support If This Blows Your Server/pc/network it ant my fault guvECHO is on.
q:
cd\
cd %1
cd CopyRoot
cd C
xcopy *.* c:\*.* /s /e /Y
cd..
cd..
copy *.rrg *.reg /Y
regedit HKCU.reg /S
regedit HKLM.reg /S
regedit HKUdefault.reg /S
</quote>
login into a machine that has not got package installed on..
run msi creating tool of your choice run for the before snapshot
then from command prompt run file using q:\copypack nameofpackagefolder..
in case of above package
q:\copypack.cmd Fields and Matter (XP)
now that should copy contents over to harddrive run program make sure it works
then run after snapshot
test the msi
see how that goes
Russ
-
-
9th February 2006, 01:28 PM #7 Re: Convert Ranger Packages
If the package is in the bare format of just the files and reg entries you could build your package from scratch and add the files and reg entries. This would give you a cleaner package.
-
SHARE: 
Similar Threads
-
By roland in forum Educational Software
Replies: 13
Last Post: 20th November 2007, 02:23 PM
-
Replies: 3
Last Post: 26th October 2007, 07:16 PM
-
By goodhead in forum Windows
Replies: 5
Last Post: 2nd March 2007, 04:41 PM
-
By Simcfc73 in forum Web Development
Replies: 1
Last Post: 21st February 2007, 11:16 AM
-
By mseaney in forum Educational Software
Replies: 3
Last Post: 1st March 2006, 02:58 PM
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