Hi,
I'm trying to setup a CD with Google Chrome Portable (using the stable).
Google Chrome should startup with an HTML file that is located on the disk.
I tried to do this via
[code]
AdditionalParameters=--homepage=file:////%PAL:DriveLetter%//index.html
[/code]
but this didn't work.
Does anybody know how to achieve this?
Thanks in advance!
Regards
Manuel
Can you try using
--homepage=\index.html
?Previously known as kAlug.
/
"shttp://
", file protocol is "file:///
"/
", not "//
"/
s here as the launcher adds this value verbatim to the end of the command-line%PAL:DriveLetter%
is part of the PortableApps.com LauncherAfter some testing I'm thinking that you would probably have to rewrite the launcher to make this work.
~3D1T0R
Google Chrome Portable isn't currently using PAL, so its environment variables aren't available (and it won't expand environment variables at all, either).
I am a Christian and a developer and moderator here.
“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1
Did anyone get this working? i'm looking for the same thing but via USB drive