in reply to Re^2: Problem in creating exe using PAR module
in thread Problem in creating exe using PAR module

Also, instead of unzipping the exe in user profiles "temp" folder, is there anyway to make a setup file and install all those files in users "program files" folder?

Um, its a single exe file, you click on it and it runs.

Another option is Cava Packager

Alternatively you can create your own perl distribution .msi type installer, see Perl::Dist::WiX

  • Comment on Re^3: Problem in creating exe using PAR module

Replies are listed 'Best First'.
Re^4: Problem in creating exe using PAR module
by srikrishnan (Beadle) on Mar 09, 2010 at 06:22 UTC

    Thanks for your valuable suggestions and guidance. I hope I will try your option for creating perl installer

    Thanks,

    Srikrishnan