AppDeploy.com

 


Office 2007 and Visio 2007 deployment question...

Click here to associate this thread with a Package KB article.
Logged in as: Guest
Users viewing this topic: none
  Printable Version
All Forums >> [AppDeploy Forums] >> Package Development >> Office 2007 and Visio 2007 deployment question... Page: [1]
Login
Message << Older Topic   Newer Topic >>
Office 2007 and Visio 2007 deployment question... - 3/14/2008 1:09:05 PM   
aquarta

 

Posts: 19
Score: 0
Joined: 7/10/2007
Status: offline
Hello everyone,

After finally getting the Office 2007 installation working, my manager now asks me to integrate Visio 2007. So far it seems pretty straight forward.... Copy the Visio 2007 folders to the Office 2007 sharepoint. When I run the Office Customization tool, it asks if I want to create a .msp for the Visio installation. Sweet! I said to myself. I input all of the information just like the Office 2007 msp....

Now here's the problem. Now when I run the Office 2007 installation, it now prompts me what to install, Office 2007 or Visio 2007. Before it would just do a silent install without any prompts. I have to .msp files... One for the Office 2007 install and the other for the Visio 2007 (plus I also specify which .msp in the script).

Has anyone encountered this before? Is there a tweak in both of the .msp's that I forgot to adjust? Once I removed the Visio files, the Office 2007 installation didn't prompt me anymore...

Any suggestions welcomed,

Al
Post #: 1
RE: Office 2007 and Visio 2007 deployment question... - 3/16/2008 4:42:10 PM   
reds4eva


Posts: 152
Score: 1
Joined: 10/8/2007
From: Wellington, NZ
Status: offline
You mentioned integration, meaning you want one install for Office that includes Visio ?
If so, you only need one msp, that includes Office and Visio.

Otherwise you need a separate msp for Visio, and specify the msp and the config.xml on the command line.

(in reply to aquarta)
Post #: 2
RE: Office 2007 and Visio 2007 deployment question... - 3/17/2008 8:31:59 AM   
aquarta

 

Posts: 19
Score: 0
Joined: 7/10/2007
Status: offline
Thanks for your reply... Perhaps I should clarify...

* I would like to combine all installation files for Office 2007 and Visio 2007 into one network share. This I've already done

* I would then like to have one .msp for office installation (Word, PowerPoint, etc...) I've done this. It's a silent install that doesn't prompt for anything, no user intervention, and once installation is complete it brings of a screen showing that it is done...

* Where I'm now stuck is that I want to have a Visio 2007 installation SEPARATE from Office 2007. I created a .msp for this as well.... and instructed it to behave the same way as the Office2007.msp in terms of installation behavior.. silent install, supress etc..

My original thought that I just tell my script to point to the visio2007.msp just to install Visio but what happens is I get prompted at the "Choose A Microsoft Office Product" screen which asks me to install Office 2007 or Visio. I thought the .msp for Visio would solve this and automatically choose this since I suppressed everything. No luck.. I have Visio Pro 2007...

You mentioned a config.xml... Do I have to use a visio.msp and config.xml in together? If so, why wouldn't this be the case for Office 2007? I thought either creating a .msp or .xml (not together) would handle everything...

If need both .msp and config.xml together for Visio 2007, what should I additionally specify in the config.xml?

Many hanks for your help...

Al

(in reply to reds4eva)
Post #: 3
RE: Office 2007 and Visio 2007 deployment question... - 3/17/2008 9:56:54 AM   
spartacus

 

Posts: 408
Score: 41
Joined: 2/4/2004
From: Warrington, United Kingdom
Status: offline
You should be able to prevent the prompt for which Office Product you wish to install by setting the Display Level to "Basic" when creating the MSP for Visio. You can modify this setting by re-running the OCT and open your existing MSP for Visio.

Regards,

Spartacus 

_____________________________

La mort ne surprend point le sage Il est toujours prêt à partir.

(in reply to aquarta)
Post #: 4
RE: Office 2007 and Visio 2007 deployment question... - 3/17/2008 10:10:43 AM   
aquarta

 

Posts: 19
Score: 0
Joined: 7/10/2007
Status: offline
Thanks for your reply Spartacus. Yes, I've tried this in the OCT tool. It worked fine for when I created the Office 2007 .msp however, it doesn't work for Visio 2007....

All of my .msp files are in the Updates folder. I thought the installation might be ignoring it.

I have a .msp file name visio.msp... that contains the volume license key, shortcuts, display levels, etc...

Still when I launch the visio setup.exe with the /adminfile \\office2007\\updates\visio.msp  switch, it still prompts me which product to install... Microsoft Office 2007 or Visio 2007... Unfortunately visio.msp is not taking care of this for me.

(in reply to spartacus)
Post #: 5
RE: Office 2007 and Visio 2007 deployment question... - 3/18/2008 3:59:01 PM   
reds4eva


Posts: 152
Score: 1
Joined: 10/8/2007
From: Wellington, NZ
Status: offline
Move the visio.msp to another folder.
I have setup Office the same way, and have seperate installs for Publisher, Visio etc, the differene is that the msp's are in different folders, not the updates folder. My understanding of the Updates folder is that setup applies "all" msp's (alphabetically) in that folder.


\\path to media\setup.exe /adminfile \\path to media\clientname\MSPublisher07.MSP /config \\path to media\Publisher.WW\config.xml

I found I had to specify the config file, although there is almost nothing in it. (below)

<Configuration Product="Publisher">
<USERNAME Value="clientname" />

</Configuration>

(in reply to aquarta)
Post #: 6
RE: Office 2007 and Visio 2007 deployment question... - 3/27/2008 10:51:01 AM   
aquarta

 

Posts: 19
Score: 0
Joined: 7/10/2007
Status: offline
Thanks for the tip. What you said is very valuable and it is not specified anywhere through my review of the Microsoft Documentation... and that is where to put the .msps for the customizing and isolating different Microsoft Products.

Yes, I've been putting all of my .msp(s) (including the setup and updates) all in the "Updates" folder. I think things are getting confused.

Yes, I also found that I had to specify the config.xml for Visio 2007 file as well. I uncommented one of the lines and it looks like this:

<Display Level="basic" CompletionNotice="no" SuppressModal="no" NoCancel="yes" AcceptEula="yes" />

Once I specify the .xml file rather than the .msp, Office 2007 no longer prompts me to choose which product I want to install. It just knows once you specify the .xml file.

I think I got everything to work for the moment. One thing now that isn't working anymore is "suppressing" the Privacy Options Screen. I took care of this previously but now it appears to be showing up again...  Aaacck....


(in reply to reds4eva)
Post #: 7
RE: Office 2007 and Visio 2007 deployment question... - 7/8/2008 3:36:04 PM   
tmsmith2

 

Posts: 1
Score: 0
Joined: 6/18/2008
Status: offline
I got it installed.  Now I need an uninstall.  I am using Altiris Deployment Console.  Any help I can get would be great.  Tried some things and it did not work.

(in reply to aquarta)
Post #: 8
RE: Office 2007 and Visio 2007 deployment question... - 7/9/2008 4:13:46 AM   
VBScab


Posts: 6623
Score: 190
Joined: 9/5/2006
From: London, UK
Status: offline
I still have to grapple with Office 2007 and its ilk, but I'll take a guess...

Won't the relevant ARP entry in the registry -  HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\{The_relevant_Product)_code}- tell you what the uninstall command line is?

_____________________________

- Don't know why 'x' happened? Want to know why 'y' happened? ProcMon will tell you.
- Try using http://www.google.com before posting.
- I answer questions only via forums. PMs and personal emails will be ignored.

(in reply to tmsmith2)
Post #: 9
RE: Office 2007 and Visio 2007 deployment question... - 10/22/2008 5:15:15 AM   
mdlister

 

Posts: 20
Score: 0
Joined: 9/11/2008
Status: offline
to uninstall office we use c:\acp\setup.exe /uninstall proplus /config c:\acp\proplus.ww\config.xml

and the same for visio but /uninstall visstd /config c:\acp\visstd.ww\config.xml

if thats any good to call the command where ever the setup is?

(in reply to VBScab)
Post #: 10
RE: Office 2007 and Visio 2007 deployment question... - 5/15/2009 8:05:48 AM   
Ilikebananas


Posts: 119
Score: 7
Joined: 3/31/2005
Status: offline
Perhaps a bit of a late answer, but I encountered a similar problem recently:

I was trying to install both the office 2007 suite and visio 2007 from the LIS I created. The setup could not handle it, even though the setup files and the msp file where in seperate dir's. I got it to work by specifying a different config.xml file for both installs. I did virtually nothing to the xml files, I just modified the top line: <Configuration Product="Standard"> for the suite and <Configuration Product="vispro"> for visio.

I hope this will help people, because I think it is not very clearly documented.

(in reply to mdlister)
Post #: 11
RE: Office 2007 and Visio 2007 deployment question... - 5/15/2009 9:58:43 AM   
Inabus

 

Posts: 325
Score: 13
Joined: 2/12/2007
Status: offline
Make 1 AIP with everything in it, use transforms to only install the relevant components, i.e. word, excel, visio. Have the aip on a network drive available to everyone, voila.

P

(in reply to Ilikebananas)
Post #: 12
RE: Office 2007 and Visio 2007 deployment question... - 5/15/2009 10:20:23 AM   
Ilikebananas


Posts: 119
Score: 7
Joined: 3/31/2005
Status: offline
Hi Inabus,

An AIP on a network drive is not always the best option, sometimes you have to use a LIS.

Grtz

P.s. I think when you say transforms, you mean msp files?

(in reply to Inabus)
Post #: 13
RE: Office 2007 and Visio 2007 deployment question... - 3/20/2010 7:07:28 AM   
safwan

 

Posts: 18
Score: 0
Joined: 3/16/2010
Status: offline
hello all,
I'm new to this packaging field.....Plz help me out in Installing / Uninstalling Microsoft office visio standard 2007 SILENTLY.....kindly send me the cmd line as well.

(in reply to Ilikebananas)
Post #: 14
RE: Office 2007 and Visio 2007 deployment question... - 3/20/2010 7:17:08 AM   
VBScab


Posts: 6623
Score: 190
Joined: 9/5/2006
From: London, UK
Status: offline
Use the 'Package KB' and 'Search' facilities first. That's why they're there. If still have implementation problems after that, revert back to the forum.


_____________________________

- Don't know why 'x' happened? Want to know why 'y' happened? ProcMon will tell you.
- Try using http://www.google.com before posting.
- I answer questions only via forums. PMs and personal emails will be ignored.

(in reply to safwan)
Post #: 15
RE: Office 2007 and Visio 2007 deployment question... - 3/20/2010 10:37:30 PM   
darkfang


Posts: 79
Score: 1
Joined: 1/7/2008
From: Montreal, Quebec
Status: offline
VBScab is right.. always try to search the forum first but I decided to be generous and link my post I did some time ago.

http://www.appdeploy.com/messageboards/tm.asp?m=49364&mpage=1&key=access쏏

This is an example for access but it's a no brainer to modify the .xml for Visio

Enjoy

< Message edited by darkfang -- 3/20/2010 10:38:46 PM >

(in reply to safwan)
Post #: 16
Page:   [1]
All Forums >> [AppDeploy Forums] >> Package Development >> Office 2007 and Visio 2007 deployment question... Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts


Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI

0.063