Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Upgrade projects from IS 10.5 to IS 12


4 replies to this topic

svermassen

svermassen
  • Members
  • 3 posts

Posted 01 October 2006 - 18:51

Does anyone know a solution for the following problem:

We have a demo-shield project who starts a master setup.
The master-setup starts multiple sub-setups ones at a time.

If we start it from the network, there's no problem.

If we burn it on cd we got problems.
The demoshield starts the master-setup.
The master-setup starts the sub-setups but don't wait till the are finished.
So all sub-setups running at the same time.
The strangest this is that the DoInstall function return 0
He just don't wait.
Even with a LaunchAppAndWait it don't works from cd.
We even tried a ChangeDirectory.

So it's a bugg in IS 12.

Does anyone knows a solution for our problem?


shino

shino
  • Members
  • 16 posts

Posted 03 October 2006 - 07:34

What is so special about LaunchAppAndWait . You can try using LAAW_OPTION_USE_CALLBACK option to specify the callback interval.
It is also written in help that LaunchAppAndWait uses the same directory as default when launching a new program. So it could be something with the CD-R media, so use ChangeDirectory first and then run the additional setups.

glad if helped smile.gif
shino

svermassen

svermassen
  • Members
  • 3 posts

Posted 03 October 2006 - 12:55

QUOTE (shino @ 2006-10-03 07:34)
What is so special about LaunchAppAndWait . You can try using LAAW_OPTION_USE_CALLBACK option to specify the callback interval.
It is also written in help that LaunchAppAndWait uses the same directory as default when launching a new program. So it could be something with the CD-R media, so use ChangeDirectory first and then run the additional setups.

glad if helped smile.gif
shino

We use the full path with SOURCEDIR ^ PATH FROM INSTALL.
The LaunchAppAndWait automatically does a ChangeDirectory.

dry.gif

svermassen

svermassen
  • Members
  • 3 posts

Posted 07 October 2006 - 14:05

Does anyone know a solution for our problem???
Is this a bugg in IS 12 ???

DenMori

DenMori
  • Full Members
  • 38 posts

Posted 27 December 2007 - 16:16

You have to use /clone_wait as a command-line parameter due to changes in the DoInstall logic documented in IS KB article Q112115