Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Problem in creating exe using PAR module

by Anonymous Monk
on Mar 05, 2010 at 08:29 UTC ( [id://826916]=note: print w/replies, xml ) Need Help??


in reply to Problem in creating exe using PAR module

This is how you test on your machine
$ pp .... -o myhotstuff.exe ... $ set path= $ myhotstuff.exe
If you forgot something, myhotstuff.exe won't run on your machine either.

Replies are listed 'Best First'.
Re^2: Problem in creating exe using PAR module
by srikrishnan (Beadle) on Mar 05, 2010 at 12:41 UTC

    Hi,

    Thanks for your reply.

    Earlier itself some of my perl scripts are not working properly when I try to make exe. Because of some dependencies are not properly identified by PAR module. But I dont know how to identify what are the dependencies it fails to load into the exe.

    Is there any possibility to identify such things, if it is, anybody will explain it in detail?

    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?

    If anybody help us to resolve my above two questions, it would be a great help for me

    thanks

    Srikrishnan R.

      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

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

        Thanks,

        Srikrishnan

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://826916]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (7)
As of 2024-04-18 11:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found