Install c:tempResizeImage.msi/qn %1 is not a valid win32 application

Asked By 20 points N/A Posted on -
qa-featured

I am using Landesk 8.6. I need to Resize and deploy a general Image to power toy, but I cannot succeed my task.

I created the package and did the normal steps. Like new task, creating a distribution package and delivery method.

I added my computer to check the results. I got an error stating that

not a valid win32 application

Install

c:tempResizeImage.msi/qn

%1 is not a valid win32 application

I have checked the file it was copied but it couldn’t be executed. Any Known issues?

I have checked it in Google that the error appears to be thrown from windows for blank spaces in the file name… but there are no blank spaces in the file. Can anyone help.

Thanks a lot in advance

SHARE
Answered By 30 points N/A #153730

Install c:tempResizeImage.msi/qn %1 is not a valid win32 application

qa-featured

Hi there Roberts A Raymond,

Have you compressed or shrunk the file while creating a package?
 
If yes, try creating the package with those options excluded in the package builder.
 
Also, it is possible that your package doesn't know how to automatically call MSIEXEC that is used to start the application, so try adding "c:WINDOWSsystem32msiexec.exe" to your RUNATEXIT line.
 
The beginning of your code should look something like this:
 
TITLE: "Installation"
DEFAULTDIR: "path", 
FILE: "title", From="path"
RUNATEXIT: "c:WINDOWSsystem32msiexec.exe" , para="c:tempResizeImageResizer.msi /qn"
 
Hope this worked!

Related Questions