X-Savior Posted March 17, 2005 Posted March 17, 2005 Hi there,I have been trying all the usual Install Sheild ways of installing Virtual CD 6 but no dice. Has anyone got it to work using Start.cmd?Thanks!
Nologic Posted March 17, 2005 Posted March 17, 2005 Check the autoit thread, I have a script in there...not tested for correctly hooking up to a drive server on the network...but other wise should be fine.
SiMoNsAyS Posted March 17, 2005 Posted March 17, 2005 never used this software but as long as you said it uses installshield... maybe if dir is read-only then log can not be created so setup fails. make sure you used -f1 -f2 switches
DavidC Posted April 1, 2005 Posted April 1, 2005 I have changed the inside of the autoit file for the name change from 6001 to 6006 and added the serial number, but it stops and doesn't complete and exit when used in VMware. It stops on the finished screen and just sits there. Is anyone else having this problem, or is there something I am doing wrong?
Nologic Posted April 2, 2005 Posted April 2, 2005 Well edit it some more. change the finish window code to have a time out appliedWinWaitActive ( "title", "text", 60 ) ; 1 min till time outIf WinExist ( "title" ) then WinActivate ( "title" ) ; This gives focus...if focus was the problemdouble check commands...but it should be changed to some thing like that.I know this isn't posted in the thread any more...but all my scripts are only tested by me in windows...I have never tested unattended. Tho few have ever reported problems...hehe but problems have came up all the same.If that fixes the issue let me know I'll edit the script to reflect the changes.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now