Indigo Rose Software
  #1  
Old 09-24-2003
Desmond's Avatar
Desmond Desmond is offline
Indigo Rose Staff Member
 
Join Date: Jul 2003
Posts: 628
Grin KB: Running Microsoft PowerPoint Viewer from CD-ROM

Running the Microsoft PowerPoint Viewer Directly from the CD-ROM

Running the Microsoft PowerPoint Viewer Directly from the CD-ROM

Document ID: IR10011
The information in this article applies to:
  • AutoPlay Media Studio 5.0 Standard Edition
  • AutoPlay Media Studio 5.0 Professional Edition

SUMMARY

This article describes how to run Microsoft's PowerPoint viewer without installing it on the user's system.

DISCUSSION

It is much easier to simply require your users to install the PowerPoint Viewer themselves from the Microsoft website. You can then simply use a File.Open action to view the PPT file. If you require another option, please read the following information, but be aware that Indigo Rose can not provide you with further assistance or legal guidance on implementation details.

  1. Download the PowerPoint viewer from Microsoft's website (ppview97.exe).
  2. Create a folder named 'PowerPoint' in the root folder of your distribution (CD_Root).
  3. In the 'PowerPoint' folder, create two folders: Installer and Setup.
  4. Copy the PowerPoint Viewer installation file (ppview97.exe) to the 'Installer' folder.
  5. Right click 'ppview97.exe' and click 'Open With WinZip'.
    If you do not have this option, then you do not have WinZip installed. Download WinZip from www.winzip.com.
  6. WinZip opens a window with all files from ppview97.exe listed. Double click 'PPView1.cab'.
  7. Select all files within 'PPView1.cab', and copy them to the 'PowerPoint' folder that you created earlier.
    Be sure to copy all of the files to PowerPoint, and not to subdirectories. When this step is completed, all the files should be in the 'PowerPoint' directory; Installer will contain only ppview97.exe, Setup will be empty, and there will be no other folders.
  8. In the 'PowerPoint' folder, delete the following:
    - Acmsetup.exe
    - Acmsetup.hlp
    - Mssetup.dll
  9. Move 'ppview.dll' to the Setup folder.
  10. Your folder tree should look similar to this:
    CD_Root
    +PowerPoint
    ++installer
    ++setup
  11. PowerPoint contains 24 files, and two subfolders: Installer and Setup.
    Installer contains just ppview97.exe.
    Setup contains just ppview.dll.
  12. Change the extension of your PowerPoint presentation from PPT to PPS.
  13. Use the following action to open the PPS file:
    path_short = File.GetShortName(_SourceFolder);
    File.Run("PowerPoint\\PPVIEW32.EXE", path_short .. "\\Autoplay\\Docs\\mercedes.pps", "", SW_SHOWNORMAL, false);

Please note that in this case, the Microsoft PowerPoint viewer is not installed on the user's system. It is run directly from the CD-ROM.

KEYWORDS: PowerPoint, CD, Viewer, Install


Last reviewed: September 24, 2003
Copyright © 2003 Indigo Rose Corporation. All rights reserved.
__________________
Setup Factory 8.0 comes with over 250 actions so you can create smaller, faster and more intelligent software installers than ever before.

WebHelp Guides: AMS | MSIFACT | SUF | TU | VP
  #2  
Old 07-25-2004
Lula Lula is offline
Forum Member
 
Join Date: Jul 2004
Posts: 1
Hi Desmond,

I would like to know if it is possible to do the same thing ( run viewer directly from CD without installation on user's system ) with the Powerpoint 2003 Viewer.

Thank you for your help.
  #3  
Old 07-25-2004
eric_darling's Avatar
eric_darling eric_darling is offline
Indigo Rose Customer
 
Join Date: Jun 2002
Location: Southeast USA
Posts: 1,804
I didn't even know there was a 2003 version of the PowerPoint Viewer. Where do you find it?
__________________
Eric Darling
eThree Media
http://www.ethreemedia.com
  #4  
Old 07-25-2004
Corey's Avatar
Corey Corey is offline
Registered User
 
Join Date: Aug 2002
Posts: 9,746
Hi. It's here, it's been out for a while:

http://www.microsoft.com/downloads/d...displaylang=en

Lula, I'm certainly no Desmond by far, but I do believe that the PPT2003 viewer can indeed be run in the same manner as described here...

Corey Milner
Creative Director, Indigo Rose Software
  #5  
Old 07-26-2004
Desmond's Avatar
Desmond Desmond is offline
Indigo Rose Staff Member
 
Join Date: Jul 2003
Posts: 628
Hello Lula,

I haven't tested this with the 2003 viewer, but i see no reason why it can't. The nice thing about the viewer referenced in this article is that it doesn't need to install any files (dll/ocx/whatever) to the windows directory to run.

Assuming 2003 operates in the same manor, it should work.

Give 'er a go, and let us know what happens!
__________________
Setup Factory 8.0 comes with over 250 actions so you can create smaller, faster and more intelligent software installers than ever before.

WebHelp Guides: AMS | MSIFACT | SUF | TU | VP
  #6  
Old 07-26-2004
eric_darling's Avatar
eric_darling eric_darling is offline
Indigo Rose Customer
 
Join Date: Jun 2002
Location: Southeast USA
Posts: 1,804
I am not sure why I'd want to use this updated viewer in preference over the 97 version. It seems like fewer MS operating systems will run it. I guess there are probably some new supported features, but I've not missed a beat with the 97 version that seems to handle most of what I send via PP 2003.

In any case, if anyone has a good list of updated features or supported options, I'd love to know more.

Thanks!
__________________
Eric Darling
eThree Media
http://www.ethreemedia.com
  #7  
Old 07-26-2004
TJ_Tigger's Avatar
TJ_Tigger TJ_Tigger is offline
Indigo Rose Customer
 
Join Date: Sep 2002
Location: Sol 3
Posts: 3,188
Here is a version that runs from CD and shows the ability to open to a specific page.

http://www.indigorose.com/forums/sho...ght=ppt+viewer

Tigg
__________________
TJ-Tigger
"A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
"Draco dormiens nunquam titillandus."
Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine
  #8  
Old 01-13-2005
almeo almeo is offline
Indigo Rose Customer
 
Join Date: Jan 2005
Posts: 1
In Ppviewer2003 case, how do we do it?

Hi, I am trying to follow the above instruction to make Ppviewer2003 run on the CD itself. However after downloading the "Ppviewer2003.exe", I tried to open "Ppviewer2003.exe" with winzip, and find only "Ppviewer.msi" file. I don't see any PpViewer1.cab file. My show hidden files is already activated. So how do I go about doing it? Please help. Thank you.
  #9  
Old 01-13-2005
Ted Sullivan's Avatar
Ted Sullivan Ted Sullivan is offline
Indigo Rose Staff Member
 
Join Date: Oct 2003
Posts: 825
Here is a great article, that shows you step-by-step how to this with PowerPoint 2003 Viewer and AutoPlay Media Studio 5.0:

http://www.indezine.com/products/pow...pautorun3.html
__________________
Check out the new MSI Factory 2.0!
 

Thread Tools
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 On



All times are GMT -6. The time now is 05:14 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software