PDA

View Full Version : VMWare Question



SoheilTasharrofi
16th January, 2011, 04:52 PM
Does Anyone can tell me how to freeze the time on VMWare?
I need this, to make renault truck EPC work alongside with other EPCs. Because, you know that Renault requires taking back time.

Thank you all. I would really appreciate this help.

hossam moustafa
16th January, 2011, 05:08 PM
me too need that but i don't hink it's possible u can just make a patch

SoheilTasharrofi
16th January, 2011, 06:27 PM
What do you mean by making a patch?

papalos_
16th January, 2011, 08:01 PM
Does Anyone can tell me how to freeze the time on VMWare?
I need this, to make renault truck EPC work alongside with other EPCs. Because, you know that Renault requires taking back time.

Thank you all. I would really appreciate this help.

Add in .vmx file this line:
tools.syncTime = "FALSE"

blackpirate
16th January, 2011, 08:07 PM
you can also try using this small app!

RunAsDate

just google up! ;)

cheers

hossam moustafa
17th January, 2011, 04:07 AM
Add in .vmx file this line:
tools.syncTime = "FALSE"

don't work man i tried this before

hossam moustafa
17th January, 2011, 04:08 AM
What do you mean by making a patch?

patch time for the soft begin when the program start

papalos_
17th January, 2011, 08:23 AM
don't work man i tried this before

Also, disable VMware Tools from services

g6et
17th January, 2011, 09:23 AM
Does Anyone can tell me how to freeze the time on VMWare?
I need this, to make renault truck EPC work alongside with other EPCs. Because, you know that Renault requires taking back time.

Thank you all. I would really appreciate this help.
If you are using Microsort Virtual Machine 2007
I know how to stop time sync with the Host PC.
you can set to any date and time will only advance while the VM macine is running. I use it for all my catalogues.
Disabling Time Synchronization under Virtual PC 2007 - Virtual PC Guy's WebLog - Site Home - MSDN Blogs (http://blogs.msdn.com/b/virtual_pc_guy/archive/2007/11/28/disabling-time-synchronization-under-virtual-pc-2007.aspx)

Is this of help to you?

mech
17th January, 2011, 05:49 PM
SoheilTasharrofi
a found it for you, may be thats will be a little good for you, if not ai erase the post.

Freezing Time in VMWare - Martin Woodward (http://www.woodwardweb.com/technology/freezing_time_i.html)

CbIHTON
18th January, 2011, 12:38 PM
try runasdate like me it s work perfect

regards

inetden
19th January, 2011, 06:18 PM
SoheilTasharrofi
a found it for you, may be thats will be a little good for you, if not ai erase the post.

Freezing Time in VMWare - Martin Woodward (http://www.woodwardweb.com/technology/freezing_time_i.html)

good question - good hint ))) perfect answer!

some notes
FALSE should be written as "FALSE"

and
'time.synchronize.tools.startup' is not a valid integer value

but anyway it works freesing time really

Kamik76
19th January, 2011, 07:55 PM
I run these programs using cmd script.
For example,


set date=%date%
set day=%datum:~0,2%
set daynew=26
set mon=%datum:~3,2%
set monnew=05
set year=%datum:~6,4%
set /a yearnew=2008
date %daynew%.%monnew%.%yearnew%
start "OK" /wait "C:\PwrView\PwrView.EXE" /M:001NHFH
REM pause 5 sek.
ping /n 10 localhost >nul
date %day%.%mon%.%year%

Script does the following
Saves current date.
Change date.
Starts program.
After the end of the program is back old date.

inetden
20th January, 2011, 04:27 PM
By the way friends!

We have discussed time freezing points.
But! I think it is more reasonable to discuss freezing state points.

There are a lot of programs like New Holland Industrial EPC, Ford ECAT, Citroen Service Documentation Backup+Sedre and so on ... that very sensitive to the current system state and time and if something shifts the catalogues stop running ... so one of the way out is to make clean installation, then start catalogue and check it workability and then it would be great to freeze the current state ...

So what you say? Any ideas?

chumberri
20th January, 2011, 11:42 PM
By the way friends!

We have discussed time freezing points.
But! I think it is more reasonable to discuss freezing state points.

There are a lot of programs like New Holland Industrial EPC, Ford ECAT, Citroen Service Documentation Backup+Sedre and so on ... that very sensitive to the current system state and time and if something shifts the catalogues stop running ... so one of the way out is to make clean installation, then start catalogue and check it workability and then it would be great to freeze the current state ...

So what you say? Any ideas?
Hello.
tools.remindInstall = "FALSE"
tools.upgrade.policy = "manual"
isolation.tools.hgfs.disable = "TRUE"
logging = "FALSE"
gui.exitOnCLIHLT = "TRUE"
I think that calculate the actual date and stop this time.
Another line whith this data?
It?s very important.
Regards.