jaelys
Posts: 36
Joined: Sat Dec 14, 2013 10:59 am

Check the package start conditions for office 2007 sp1 up?

How to check whether there is a pre-SP1 SP2 SP3 2007, the pre-2007 version can only check
There are ways to set up just SP1 and SP2 pre-installed when the conditions to install, instead of displaying a corresponding version can not be found
Last edited by jaelys on Sun May 18, 2014 7:37 pm, edited 1 time in total.
Daniel
Posts: 8276
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Check the package start conditions is error

Hello,

I'm afraid I don't fully understand what you mean. Can you please give us more details about this (maybe exemplify). Also, maybe you can attach some screenshots which describes your scenario or give us a detailed step by step description.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
jaelys
Posts: 36
Joined: Sat Dec 14, 2013 10:59 am

Re: Check the package start conditions is error

Daniel wrote:Hello,

I'm afraid I don't fully understand what you mean. Can you please give us more details about this (maybe exemplify). Also, maybe you can attach some screenshots which describes your scenario or give us a detailed step by step description.

All the best,
Daniel

Start condition, OFFICE 2007 can detect SP 1 SP 2 SP 3?
Daniel
Posts: 8276
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Check the package start conditions for office 2007 sp1 u

Hello,

I'm afraid we don't have predefined launch conditions to detect the SP level of the Office 2007. However, in order to achieve what you want you can use a custom launch condition which will check the SP level of the Office 2007 application. For example, you can add an extended search which will check the file version of an installed file by the Office 2007 product. Please take a look on the "How to determine which version of a 2007 Office product is installed" article which should be useful for you.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
jaelys
Posts: 36
Joined: Sat Dec 14, 2013 10:59 am

Re: Check the package start conditions for office 2007 sp1 u

Yes, I have done so, while I was in pre-installed, I just want to judge in office 2007 sp1 & sp2, when I want to install the pre-installed package is not easy to set the conditions for the existence of this range if I want to I want to install my five conditions must be set in order to achieve the above purpose, is there a better way to set the displayed time is the right mean?
Daniel
Posts: 8276
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Check the package start conditions for office 2007 sp1 u

Hello,

In order to install your Office 2007 prerequisites based on SP level you can simply add in the "Prerequisites Install Conditions" tab -> "Install Conditions" section a new file version prerequisite search which will check accordingly the version of an Office 2007 installed file.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
jaelys
Posts: 36
Joined: Sat Dec 14, 2013 10:59 am

Re: Check the package start conditions for office 2007 sp1 u

Yes, I have this set, but I want to say is that set OFFICE 2007 SP1 SP2 version of the file search, if I want to just exist in SP1 SP2 before installing a pre-installed package and display information is not displayed and no installation, However, due to the conditions for the return FLASE file version does not exist, will be installed, how can I reverse operation?
Daniel
Posts: 8276
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Check the package start conditions for office 2007 sp1 u

Hello,

I'm afraid I don't fully understand what you mean. Can you please give us more details about what you are trying to achieve (maybe attach some images)?

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
jaelys
Posts: 36
Joined: Sat Dec 14, 2013 10:59 am

Re: Check the package start conditions for office 2007 sp1 u

I need to check when only office 2007 sp1 or sp2 exist, I need to display and install, does not exist, do not display
Attachments
999.PNG
999.PNG (27.97 KiB) Viewed 7229 times
Daniel
Posts: 8276
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Check the package start conditions for office 2007 sp1 u

Hello,

In order to determine if your prerequisite should be installed or not you can also create your own custom EXE which will check if your prerequisite should be installed or not and will return:
- a return code different than 0 when the prerequisite should be installed
- 0 (zero) when the prerequisite is already installed and should not be installed

Then, you can add a "Search done by a custom executable" search in the "Install Conditions" tab of your prerequisite.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”