You are here

Unable to compile Chrome Portable launcher

4 posts / 0 new
Last post
Pyromaniac
Pyromaniac's picture
Offline
Last seen: 9 years 2 weeks ago
Developer
Joined: 2008-09-30 19:18
Unable to compile Chrome Portable launcher

This one guy posted in the forums asking to remove a prompt and I thought I'd comment out a few lines and post it for him.

[278]; Ask the user if they want to copy their profile locally
[279];MessageBox MB_YESNO|MB_ICONQUESTION `$(LauncherAskCopyLocal)` IDYES EndMessageBox1
[280];	MessageBox MB_OK|MB_ICONINFORMATION `$(LauncherNoReadOnly)`
[281];	Abort
[282];EndMessageBox1:

When I try to compile, however, I get an error on line 748 "Invalid command: KillProc::FindProcesses" in both ANSI and Unicode, using the latest versions of each.

What's going on?

John T. Haller
John T. Haller's picture
Offline
Last seen: 2 hours 2 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Plugin

You're missing a plugin.

It is worth pointing out that it is illegal to distribute Google Chrome Portable pre-packaged and on a CD.

Sometimes, the impossible can become possible, if you're awesome!

Pyromaniac
Pyromaniac's picture
Offline
Last seen: 9 years 2 weeks ago
Developer
Joined: 2008-09-30 19:18
I have all the plugins

I looked in App\NSIS\plugins folder and KillProc (and FindProc) plugins are both there in Unicode and ANSI. I also intended to post launcher only, of course.

I also downloaded plugin by itself and their the same versions already installed in the plugins folders (latest ANSI version in ANSI and Unicode version in Unicode, same MD5 and all).

Tixue
Offline
Last seen: 5 months 2 weeks ago
Joined: 2009-04-04 14:10
Recompiling the launcher should not be necessary

Recompiling the launcher while possible is not the only, and likely not the most feasible answer for achieving what was wanted in the other thread, instead you should tell it to "RunLocally" (see my comment the other thread https://portableapps.com/node/37164#comment-207404)

Log in or register to post comments