Markus Pieper | 22 Mar 2007 04:06
Picon

Commercial Use of InstallJammer?

Hello,

my name is Markus Pieper and I will use the Installjammer commercial.

Can I do that or is ist an non-commercial software.

Tank you

Sincerely

Markus Pieper

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Installjammer-devel mailing list
Installjammer-devel@...
https://lists.sourceforge.net/lists/listinfo/installjammer-devel
Damon Courtney | 22 Mar 2007 04:14

Re: Commercial Use of InstallJammer?

    Absolutely you can use InstallJammer for commercial software.  InstallJammer itself is open source and licensed under the GNU General Public License (GPL), but it does not imply any its use or the installers it builds.  Any installer built with InstallJammer is not restricted in any way. 0-]

Damon


Markus Pieper wrote:
Hello, my name is Markus Pieper and I will use the Installjammer commercial. Can I do that or is ist an non-commercial software. Tank you Sincerely Markus Pieper ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Installjammer-devel mailing list Installjammer-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/installjammer-devel
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Installjammer-devel mailing list
Installjammer-devel@...
https://lists.sourceforge.net/lists/listinfo/installjammer-devel
Ralph Moritz | 22 Mar 2007 07:29

Gmane

Hi list,

just wanted to let everyone know that this ML is now available at
Gmane => nntp://news.gmane.org/gmane.comp.installers.installjammer.devel

--

-- 
Ralph Moritz
Ph: (W) +27 315 629 557
    (M) +27 846 269 070
Fx: +27 866 039 136

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Ralph Moritz | 22 Mar 2007 10:34

How to read Windows registry value into virtual text?

Hi everyone,

In my uninstaller, I'd like to set a virtual text variable
`<%InstallLocation%>' to the value of `Install Location' from the
Windows uninstall registry. How could I go about doing this? I don't
mind if I have to code something up in Tcl/Tk, but some pointers to
the right info would be much appreciated.

TIA,
Ralph

--

-- 
Ralph Moritz
Ph: (W) +27 315 629 557
    (M) +27 846 269 070
Fx: +27 866 039 136

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Damon Courtney | 22 Mar 2007 15:12

Re: How to read Windows registry value into virtual text?

You would use a Set Virtual Text action along with the <%RegValue%> 
virtual text.  Like this:

Set Virtual Text
Substitute Value = Yes
Value = <%RegValue HKEY_LOCAL_MACHINE\\some\\reg\\key\\here%>
Virtual Text = Install Location

    That should work. 0-]

Damon

Ralph Moritz wrote:
> Hi everyone,
>
> In my uninstaller, I'd like to set a virtual text variable
> `<%InstallLocation%>' to the value of `Install Location' from the
> Windows uninstall registry. How could I go about doing this? I don't
> mind if I have to code something up in Tcl/Tk, but some pointers to
> the right info would be much appreciated.
>
> TIA,
> Ralph
>
>   

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Norbert Kiesel | 22 Mar 2007 19:19
Favicon

windows service installation

Hi,

I need to install a program as a windows service (using localadmin
rights). Does installjammer has any support for this or what tools are
other people using for this?

Best,
  Norbert

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Installjammer-devel mailing list
Installjammer-devel@...
https://lists.sourceforge.net/lists/listinfo/installjammer-devel
Ralph Moritz | 23 Mar 2007 07:42

Re: windows service installation

Norbert Kiesel <nkiesel@...>
writes:

> I need to install a program as a windows service (using localadmin
> rights). Does installjammer has any support for this or what tools are
> other people using for this?

Normally Windows services are specially-written, multi-threaded
programs that run silently in the background. Your services must first
be registered with the service control manager (SCM), which
starts/stops/pauses your services. You can write your service to be
self-installing, [1] or you can use a utility like `sc' to install
your service. (Where `installing' refers to being registered with the
SCM) There are also ways to register an ordinary application as a
service. [2]

HTH, Ralph

[1] http://pluralsight.com/wiki/default.aspx/Craig/SelfInstallingService.html
[2] http://support.microsoft.com/default.aspx?scid=support.microsoft.com:80/support/kb/articles/q137/8/90.asp&NoWebContent=1

--

-- 
Ralph Moritz
Ph: (W) +27 315 629 557
    (M) +27 846 269 070
Fx: +27 866 039 136

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Ralph Moritz | 23 Mar 2007 07:47

Re: How to read Windows registry value into virtual text?

Damon Courtney
<damon@...> writes:

> You would use a Set Virtual Text action along with the <%RegValue%> 
> virtual text.  Like this:
>
> Set Virtual Text
> Substitute Value = Yes
> Value = <%RegValue HKEY_LOCAL_MACHINE\\some\\reg\\key\\here%>
> Virtual Text = Install Location
>
>     That should work. 0-]

Thanks Damon,

I was going to try this as a workaround to issue #1676588 (InstallDir
value wrong while uninstalling), but reverting to IJ 1.0.4 solved my
problem.

--

-- 
Ralph Moritz
Ph: (W) +27 315 629 557
    (M) +27 846 269 070
Fx: +27 866 039 136

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Atle Weibell | 23 Mar 2007 14:23
Picon

Execute batch file


Hi,

I'm new to InstallJammer, and I appreciate your help, and forgiveness if I'm asking newbie-questions.

Even though it seems to be both powerful and easy to use, I've been struggling with a few things in my effort to set up a package for Windows XP. I've looked in the help guides, but I miss one thing: examples.

In my installation process I wish to start two win services. Perhaps there is a better way to do it, but I've set up a batch file for installing/registering and starting each of them. I run the batch files by adding the "Execute External Program" action with the following Advanced Properties:

Execute as Root:                        No
Execute in Concole:                        No
Program Command Line:                "<%InstallDir%>/some/folder/first_service_install.bat"
Wait for Program to Finish Running:        Yes
Working Directory:                        "<%InstallDir%>/some/folder/"

I had to experiment a little (building and testing) to find out that the slashes should be forward, unix style. An example in the help file would've been very useful to me.

When the batch file tries to call an .exe file which is located in the same folder as the batch file itself, it says that "'xxx.exe' is not recognized as an internal or external command". I think the reason for this error is that the batch file is not run with the "Working Directory" as the actual current directory?

I've managed to work around this by adding the working dir as a parameter in the Program Command Line property, and in the batch file doing a CD to the %~f1 folder, but I believe there should be an easier way to achive it? All tips are welcome. :)


I've also tried to use the Add Windows Registry Key, but didn't manage to get it working - perhaps because I did not know what to put in the Key, Name and Root Key properties, where to put the slashes, and which way... Again, I think an example in the Users Guide would be very helpful.


A last question so far: Can I delete a folder and all it's subfolders and files in the uninstall process? The application generates different log files etc in it's own folder structure that I would like to delete during uninstall - do I have to name every one of them in the Delete File action?

regards,
--
atle weibell
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Installjammer-devel mailing list
Installjammer-devel@...
https://lists.sourceforge.net/lists/listinfo/installjammer-devel
balaji | 23 Mar 2007 06:56
Picon

Need Custom Pack

Hi,
 
We have nitoced installjammer as a multiplatform installer. We need a custom pack which should include MySQL 5.x, Apache 2.x, PHP 5.x + we will add our application which will run on the later.
 
The jammer must contain % based installation and a custom window embeded in the other window where we will play some movie file which gives the explation about our application.
 
If you can able to make this custom pack, please inform us and we are ready to pay for that.
 
Best Regards
 
T.Balaji
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Installjammer-devel mailing list
Installjammer-devel@...
https://lists.sourceforge.net/lists/listinfo/installjammer-devel

Gmane