![]() |
|
#1
|
|||
|
|||
|
Windows Me
Hi, I'm sorry to post a message about that again but is anyone can explain to me how I can detect Windows Me because I don't have access to the old post ? Thanx Guillaume |
|
#2
|
|||
|
|||
|
Re: Windows Me
Never mind...I just read the news just below and there is the solution... "Guillaume" <gmarie@genilink.com> a écrit dans le message news: 3a227ed5@12.41.20.38... > Hi, > > I'm sorry to post a message about that again but is anyone can explain to me > how I can detect Windows Me because I don't have access to the old post ? > > Thanx > > Guillaume > > |
|
#3
|
|||
|
|||
|
Re: Windows Me
Guillaume, Please look at the help document for the functin SYSINFO. The following code will detect Windows ME: if (SYSINFO.WIN9X.bWinMe ) then MessageBox("Installing on Windows ME",INFORMATION); endif; Sincerely, -- Arpe InstallShield Technical Support "Guillaume" <gmarie@genilink.com> wrote in message news:3a227ed5@12.41.20.38... > Hi, > > I'm sorry to post a message about that again but is anyone can explain to me > how I can detect Windows Me because I don't have access to the old post ? > > Thanx > > Guillaume > > |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|