MSFN Forum: Windows Installer message during the unsattended install - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Windows Installer message during the unsattended install Rate Topic: -----

#1 User is offline   coucou 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 806
  • Joined: 01-January 04

Posted 28 March 2006 - 11:11 AM

Hello,

During the Unattended softwares installation with WPI, i have "Windows Installer. This Installation package could not be opened. Verify that the package exists... " message (see attached bellow).
In spite of that message, all the Software installations continue and goes right.

Do anyone could help me to get ride from this message?

TNX
coucou

Posted Image


#2 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,653
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 28 March 2006 - 11:41 AM

Which program throws this error up? Which WPI version are you using?
Please post your config file.

#3 User is offline   coucou 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 806
  • Joined: 01-January 04

Posted 30 March 2006 - 10:01 AM

Hi kel,

Sorry for the delay reply, I had to reinstall all and to "STAY NEXT TO THE MACHINE" for checking.

I'm runing WPI 4.3.5

The programs throws the Windows Installer error up are:
Windows XP Service Pack 2 Support Tools
MBSA 2.0 (Microsoft Baseline Security Analyzer 2.0)
Office 2003 Resource Kit

My config file is too big (more than 150 apps). Then here bellow the concerned
prog[pn]=['WinXP SP2 Support Tools']
picf[pn]=['sp2-support-tools.jpg']
picw[pn]=['68']
pich[pn]=['68']
textl[pn]=['Bottom']
texti[pn]=['0']
desc[pn]=['<CENTER><b>The Windows XP Service Pack 2 Support Tools</CENTER></b><br>
cmd1[pn]=['%cdrom%\\Software\\WinXP_SupportTools\\WinXP_SupportTools.exe']
dflt[pn]=['yes'] 
configs[pn]=['Corporate, HEN']
cat[pn]=['System Tools']
ordr[pn]=[152]
pn++

prog[pn]=['MBSA 2.0']
picf[pn]=['MBSA.jpg']
picw[pn]=['30']
pich[pn]=['30']
textl[pn]=['Left']
texti[pn]=['0']
desc[pn]=['<CENTER><b>Microsoft Baseline Security Analyzer V2.0</CENTER></b><br>
cmd1[pn]=['%cdrom%\\Software\\MBSA\\MBSA_Install.exe']
dflt[pn]=['yes'] 
configs[pn]=['Corporate, HEN']
forc[pn]=['false']
cat[pn]=['Security']
ordr[pn]=[222]
pn++

prog[pn]=['Office 2003 Resource Kit']
picf[pn]=['OfficeRessourceKit.jpg']
picw[pn]=['63']
pich[pn]=['80']
textl[pn]=['Left']
texti[pn]=['0']
uid[pn]=['O2K3RK']
deps[pn]=['O2K3']
desc[pn]=['<CENTER><b>Microsoft Office 2003 Resource Kit</CENTER></b><br>For developers']
cmd1[pn]=['%cdrom%\\Software\\OfficeTools\\ResourceKit\\ORK.MSI /qb']
dflt[pn]=['yes'] 
configs[pn]=['Corporate, HEN']
cat[pn]=['Office']
ordr[pn]=[160]
pn++


'WinXP SP2 Support Tools' is on the DVD as a winrar SFX archive and here the comments
Setup=suptools.msi /qb
TempMode
Silent=1
Overwrite=1


Here the MBSA_Install.exe' au3 compiled file when msiexec.exe (v3.1.4000.1823) is in the same CD folder as the MBSA
$Lang = RegRead("HKEY_CURRENT_USER\Control Panel\International", "sLanguage")
If $Lang = "FRA" Then
Run("msiexec /i MBSASetup-FR.msi /qr")
;
Else
Run("msiexec /i MBSASetup-EN.msi /qr")
EndIf


Regards
coucou

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy