Registered member login:
Register Now
Altirigos » Deployment Solution » Installation/Hotfixes/Upgrades » CAB file installation

» Current Poll
Do you leave the Aclient enabled?
YES - 82.31%
107 Votes
NO - 17.69%
23 Votes
Total Votes: 130
You may not vote on this poll.
» Stats
Members: 9,496
Threads: 11,750
Posts: 55,295
Top Poster: Nick (4,981)
Welcome our newest member, JessicaD
» Online Users: 42
0 members and 42 guests
No Members online
Most users online at once 294, 06-30-2007 at 12:24 PM.
» March 2010
S M T W T F S
28 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31 123
Reply
Old 06-08-2009, 03:23 PM   #1 (permalink)
 
Baek8280's Avatar
 
Status: Altiris Admin
Join Date: 08-25-2008
Location: Chicago
Posts: 60


CAB file installation

Hello everyone,

I am seeking help on tackling this. I am trying to mass deploy 2 CAB files to all my workstations in the office silently. These 2 CAB files are AEXClipboard.CAB and VSFlex8.CAB which are the 2 components for Altiris help desk. I did some tinkering in distribute software and drilled into those cab files in DS Console, but I get the following error:
Quote:
Error 193 Installing package
I entered in high level admin credentials, selected Apply to all users, Copy all directory files and Copy subdirectories. What am I missing here?
Baek8280 is offline   Reply With Quote
Old 06-09-2009, 12:09 PM   #2 (permalink)
 
Baek8280's Avatar
 
Status: Altiris Admin
Join Date: 08-25-2008
Location: Chicago
Posts: 60


Question

Has anyone attempted to try this before? If not, what are others doing for this process when a user first logs into a PC that does not have the CAB files installed? I do know that the user can just run the install themselves, but I rather not have them see this or I will have mobs of people thinking something is wrong with their PC.

I look forward to some response on this.

Thanks everyone
Baek8280 is offline   Reply With Quote
Old 06-10-2009, 08:43 AM   #3 (permalink)
 
Status: Super Altiris Admin
Join Date: 02-13-2008
Location: Chicago
Posts: 149


Are you trying to copy the cab files to the pc and then execute something after they are there?
almanza is offline   Reply With Quote
Old 06-10-2009, 11:58 AM   #4 (permalink)
 
Status: Super Altiris Admin
Join Date: 11-17-2007
Location: England
Posts: 125


193 error code means is not a valid Win32 application. ERROR_BAD_EXE_FORMAT. So I guess the Cab file is corrupted.

Try letting Altiris do this for you. There is a CAB installer located on your Altiris server here \\servername\NSCap\Bin\Win32\X86\NS CAB Installer Package

Run that on your target PCs and all the ActiveX components required for the Console and helpdesk web pages, etc. should be installed for you.
negal is offline   Reply With Quote
Old 06-16-2009, 12:11 PM   #5 (permalink)
 
Baek8280's Avatar
 
Status: Altiris Admin
Join Date: 08-25-2008
Location: Chicago
Posts: 60


Sorry for the late response, I tried doing this and it still gives me the 193 error.

This is what I have done in DS Console:

1. Selected Distribute Software.

2. For the name \\server\nscap\bin\win32\x86\vsflex8.CAB

3. Checked Apply to all users, copy all directory files, and copy subdirectories.

4. For advance features I added admin name and password.

I noticed there is a Password field for package distribution options, do I need anything in this?
Baek8280 is offline   Reply With Quote
Old 06-16-2009, 12:30 PM   #6 (permalink)
 
Status: Super Altiris Admin
Join Date: 02-13-2008
Location: Chicago
Posts: 149


Can you manually run the install without using DS? What exactly are you trying to install?

You can't execute a cab file - you will need to extract the contents and then run the setup or install file - once you have extracted the files you could also copy them on your server and deploy from there.

Note: If you simply want to copy the cab files to your pcs you do not want to select "distribute software" - you can use "copy file to" or setup a script for your copy and use "run script"

Last edited by almanza; 06-16-2009 at 12:32 PM..
almanza is offline   Reply With Quote
Old 06-16-2009, 01:21 PM   #7 (permalink)
 
Baek8280's Avatar
 
Status: Altiris Admin
Join Date: 08-25-2008
Location: Chicago
Posts: 60


My users can run the manual install, but I do not want them to do that from my previous posts.

I would like to put the CAB's on the machines in the office so that the users do not get prompted to install anything. My question is, where should I put the location of these CAB files? I read the INF files it does not mention where this may put the dll's.

I just thought if I ran the software even as distrubute software that it would have loaded the dll's on the machine. Forgive me as I do not know much about CAB files and how they work.
Baek8280 is offline   Reply With Quote
Old 06-16-2009, 03:02 PM   #8 (permalink)
 
Status: Super Altiris Admin
Join Date: 02-13-2008
Location: Chicago
Posts: 149


okay, what i would suggest is

NOTE: This does not install app only copies cab files and registers them

1) first check the contents of the cab

2) next search a pc for those files on a pc that already has the app installed and make note of their locations

3) setup a job that copies the contents of the cab file to the location as noted in step 2 (I believe you will also need to register the files using a regsvr32 command)

4) setup your job in DS to run your script

Example of my crystal viewer script -

copy "\\server\library\Crystal Viewer Fix\CRSmartTag.dll" c:\windows\system32
copy "\\server\library\Crystal Viewer Fix\crviewer.dep" c:\windows\system32
copy "\\server\library\Crystal Viewer Fix\crviewer.dll" c:\windows\system32
copy "\\server\library\Crystal Viewer Fix\crviewer.inf" c:\windows\system32
copy "\\server\library\Crystal Viewer Fix\crviewer.oca" c:\windows\system32
copy "\\server\library\Crystal Viewer Fix\cselexpt.ocx" c:\windows\system32
copy "\\server\library\Crystal Viewer Fix\reportparameterdialog.dll" c:\windows\system32
copy "\\server\library\Crystal Viewer Fix\sviewhlp.dll" c:\windows\system32
copy "\\server\library\Crystal Viewer Fix\swebrs.dll" c:\windows\system32
copy "\\server\library\Crystal Viewer Fix\xqviewer.dll" c:\windows\system32

regsvr32 /s c:\windows\system32\CRSmartTag.dll
regsvr32 /s c:\windows\system32\crviewer.dep
regsvr32 /s c:\windows\system32\crviewer.dll
regsvr32 /s c:\windows\system32\crviewer.inf
regsvr32 /s c:\windows\system32\crviewer.oca
regsvr32 /s c:\windows\system32\cselexpt.ocx
regsvr32 /s c:\windows\system32\reportparameterdialog.dll
regsvr32 /s c:\windows\system32\sviewhlp.dll
regsvr32 /s c:\windows\system32\swebrs.dll
regsvr32 /s c:\windows\system32\xqviewer.dll


Hope this helps.
almanza is offline   Reply With Quote
Old 06-16-2009, 03:15 PM   #9 (permalink)
 
Baek8280's Avatar
 
Status: Altiris Admin
Join Date: 08-25-2008
Location: Chicago
Posts: 60


Awesome, thanks for the response almanza. I will try this out and let you know how it goes.
Baek8280 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Powered by vBadvanced CMPS v3.0 RC2

All times are GMT -4. The time now is 10:23 PM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
vB.Sponsors
Altirigos