Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2008
    Posts
    15

    Peekaboo! Power Point (PPS) I need a help!

    I need to open a file PPS(powerpoint) with PowerPoint Viewer 2003 that executes direct of the CD. I already have PowerPoint Viwer 2003 working direct of the CD.
    In the button that will call PPS the script of OnClick it is what I need to know to do.
    Please help me with that script.


  2. #2
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    Code:
    sFilename = "C:\\Presentationlol.pps";
    File.Run("C:\\PPTView.exe", sFilename);
    Does this work?

  3. #3
    Join Date
    Jul 2002
    Location
    Just South of Reality
    Posts
    778
    I'm easily confused - are you wanting to run the PowerPoint executable directly from the CD drive?
    If so, this is probably not something that would be recommended due to potential copyright infringements.

    Here's one way to handle the problem.
    There is an AMS variable: "_MicrosoftPowerPointVer" that can be accessed by checking the appropriate dependancy box. If a viewer is not installed or not current, you could simply direct the user to download the viewer from MSN. Then everything is "above board" so to speak. The PPS viewer is free from microsoft.

    I hope this helps and I'm not overstating the obvious...

    edit: sorry ShadowMan - I stepped on you...

  4. #4
    Join Date
    Mar 2008
    Posts
    15

    Smile

    Thank you very much for his help!

    It worked like this:

    sFilename = "AutoPlay\\Docs\\PPS1.pps";
    File.Run("PowerPoint\\PPTVIEW.EXE", sFilename);

  5. #5
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    Quote Originally Posted by holtgrewe View Post
    edit: sorry ShadowMan - I stepped on you...
    Narr, Read post above. I helped fix this guys problem, You helped him detect viewers and stuff which is useful but he just wanted to open it.

  6. #6
    Join Date
    Jul 2007
    Posts
    158
    In these such projects, i recommend converting pps to mhtml and then run that in a web object.

Similar Threads

  1. Howto embed Power Point on CD-ROM
    By Adam in forum AutoPlay Media Studio 7.5 FAQ
    Replies: 0
    Last Post: 11-22-2007, 12:17 PM
  2. Power Point files to run as .pps
    By alimbagirl in forum AutoPlay Media Studio 5.0
    Replies: 6
    Last Post: 11-06-2005, 10:01 AM
  3. Power Point
    By Bucky in forum AutoPlay Media Studio 4.0
    Replies: 1
    Last Post: 04-07-2003, 12:30 PM
  4. POWER POINT
    By Bruce in forum AutoPlay Media Studio 4.0
    Replies: 10
    Last Post: 03-18-2003, 09:10 PM
  5. Power Point and Links
    By Warren in forum AutoPlay Menu Studio 3.0
    Replies: 1
    Last Post: 03-19-2002, 09:54 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts