You are viewing limited content. For full access, please sign in.

Question

Question

Install SDK Runtime in VS Setup & Deployment Package

SDK
asked on January 10, 2017

I'm attempting to include the LaserficheSDKRuntimeInstaller.exe in my deployment project. I've always used the Merge Modules in previous projects, so I'm not familiar with this way. I'm running into an error, which I attached, during the project installation. I included the LaserficheSDKRuntimeInstaller.exe in the Project's File System, and created a Custom Action for it. I tried with and without the parameters listed below.

LaserficheSDKRuntimeInstaller.exe -iacceptlicenseagreement -s

Can anyone explain in more detail than the documentation on how to include and run the LaserficheSDKRuntimeInstaller.exe this way?

LFSDKRuntimeInstallerError.JPG
0 0

Replies

replied on January 10, 2017

It can be tricky to correctly pass command line parameters with Custom Actions.  If you're not careful, you could be passing the exe name as the first parameter.  A tool like Process Monitor is useful for this, you'll want to look for the Process Create event that attempts to launch that exe.  You might also be able to see the command line in the install log.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.