Jump to content

Windows Installer message during the unsattended install


Recommended Posts

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

th_65526_WindowsInstallerMessage.jpg

Link to comment
Share on other sites


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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...