PDA

View Full Version : Web updates



NewsArchive
10-21-2009, 01:41 AM
Friedrich,

Found a few bugs in my script, but there is one I can't fix and would
appreciate some advice.

No matter what I've done so far, when running the update program (which I
assume is the one downloaded when a new version is detected), I'm getting a
$HOST_ADDRESS$/$HOST_DIRECTORY$ not found message.

My script uses these lines:

! Get Host Address
#const $HOST_ADDRESS$ = Get Value from INI file: [CONFIG_FILE]
#set compiler variable [HOST_ADDRESS] = "$HOST_ADDRESS$"
#msg "Host Address: [HOST_ADDRESS]"

! Get Host Directory
#const $HOST_DIRECTORY$ = Get Value from INI file: [CONFIG_FILE]
#set compiler variable [HOST_DIRECTORY] = "$HOST_DIRECTORY$"
#msg "Host Directory: [HOST_DIRECTORY]"

and their contents are correct. In my config file, I've these values:

[$HOST_ADDRESS$]
Value=http://www.radfusion.com

[$HOST_DIRECTORY$]
Value=shopping/Products/RFI/KillerApp

What else do I need to check?
--
Russell B. Eggen
www.radfusion.com
Clarion developers: www.radfusion.com/devs.htm

NewsArchive
10-21-2009, 01:41 AM
Russ,

What do you have in your iDeploy Properties (Web Deployment Visualizer)?

This?

Host Address: $HOST_ADDRESS$
Host Directory: $HOST_DIRECTORY$

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

SetupBuilder is Windows installation -- "point. click. ship"

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
10-21-2009, 01:42 AM
I've this:

--
Russell B. Eggen
www.radfusion.com
Clarion developers: www.radfusion.com/devs.htm

NewsArchive
10-21-2009, 01:43 AM
>
> I've this:
>

I sent a project via private email that works as expected with your server.
Try to find out the difference between your project and my
"SimilarInstall2.sb7".

Does this help?

Friedrich

NewsArchive
10-21-2009, 01:43 AM
See your email. I was not as clear as I thought. Sorry about that.

--
Russell B. Eggen
www.radfusion.com
Clarion developers: www.radfusion.com/devs.htm

NewsArchive
10-21-2009, 01:43 AM
>
> See your email. I was not as clear as I thought. Sorry about that.
>

Aha, okay. Web Install does not support the SKU technology. I sent you a
link to a new build. Does this work?

Friedrich

NewsArchive
10-22-2009, 02:00 AM
Yuppers!

Thanks a bunch!

--
Russell B. Eggen
www.radfusion.com
Clarion developers: www.radfusion.com/devs.htm

NewsArchive
10-22-2009, 02:01 AM
> Yuppers!
>
> Thanks a bunch!

PERFECT! Thanks for testing it.

Friedrich