Hi Steve,

If creating a simple setup.exe installer file, I also use InnoSetup and
IsTool. However most of my software needs to be installed on an enterprise
level using SMS or similar, so I also use ActiveStates PerlMSI, which
granted is very poorly documented and is not the easiest to setup, but after
asking some specific questions of Jan DuBois at ActiveState I managed to get
a script working, and must say that it is simple to adjust and use ONCE you
know how to use it is quick, professional and easy to use.

If you need to create an MSI and want an example of the installation script,
let me know.

Cheers

Chris Wearn

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Steve Loughran
Sent: Thursday, 7 September 2006 10:47 PM
To: perl-win32-gui-users@lists.sourceforge.net
Subject: Re: [perl-win32-gui-users] [win32-gui] precision timer event?

Looks like everyone is saying Win32::GUI::Timer or Time::Hires, so i`ll 
go down that route for now. Many thanks :)

Next quick question (then i`ll leave you all alone until after the 
weekend, I promise!)... software bundle installers... any preferences? I 
have been looking at the free version of AdvanceInstaller 
(www.advancedinstaller.com) which looks like it can do the very simple 
thing I need, but like Perl in general, "there is more than one way to 
do it" (tm)... so any other installer packages I should look at before I 
choose?

Steve
(Sorry for all the questions recently!)

Robert May wrote:
> Time::HiRes should do what you need.  From a quick scan of the source, 
> under Win32 it appears to use the Win32 API calls 
> QueryPerformanceCounter() and QueyPerformanceFrequency(), which is the 
> MS documented way to get accurate timestamps[1].
> 
> I've not looked at other options.
> 
> Regards,
> Rob.
> 
> [1] See the last section of 
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui
/windowsuserinterface/windowing/timers.asp
> 
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Perl-Win32-GUI-Users mailing list
> Perl-Win32-GUI-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
> http://perl-win32-gui.sourceforge.net/
> 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
http://perl-win32-gui.sourceforge.net/



Reply via email to