Need help on Customization "Pointsec 7.4.6"
Hi,
Anyone being face problem on customization pointsec 7.4.6 ?
Showing Error Msg as:
Window Installer
This installation package could not be opened.Verify that the package exits and that you can access it,
or contact the application vendor to verify that this is a Valid Windows Installer Package.
~~
I using cmd run as "msiexec.exe /i Pointsec.msi REBOOT=ReallySuppres "
ITs working perfect...
Could it be cause by my .sfx file?
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
jagadeish
11 years ago
Can you try with the below command line
msiexec /i "<PathOfYourMSIFile>\Pointsec.msi" REBOOT=ReallySuppress /qb!
Comments:
-
Hi Jagadeish.
Its show success to using your command too.
msiexec /i "<PathOfYourMSIFile>\Pointsec.msi" REBOOT=ReallySuppress /qb!
But when i combine it with .sfx + .txt + 7z Pontsec.exe
ITs show same error.....
Window Installer
This installation package could not be opened.Verify that the package exits and that you can access it,
or contact the application vendor to verify that this is a Valid Windows Installer Package.
Any idea how to resolve this? - hahaman 11 years ago -
is that my script got error ?
AutoInstall="msiexec.exe /i Pointsec.msi REBOOT=ReallySuppress /q"
;Passive
RunProgram="msiexec.exe /i Pointsec.msi REBOOT=ReallySuppress" - hahaman 11 years ago
Posted by:
hahaman
11 years ago