Re: Removing the Installer Dialogs in Packages
Re: Removing the Installer Dialogs in Packages
- Subject: Re: Removing the Installer Dialogs in Packages
- From: Karthikeyan M <email@hidden>
- Date: Sat, 06 Mar 2010 00:13:53 +0530
On 3/5/2010 11:38 PM, Xochitl Lunde wrote:
> Hi,
>
> We have to create a one Click Install Package. Package needs to be
as follows
>
> If users clicks the package file, it should show the Welcome
Screen
> (Installer) and the same screen should have Install Button. if the
> install button is clicked, it should ask for authentication then
it
> should show the Progress and Finish/Close Window. The total
> installation should should only have three user intervention.
>
> 1. Double-click to launch
> 2. First screen (Welcome screen) should show the Install Button
> 3. User should get Authentication Dialog
> 3. The installer should finish, the window should close
automatically
>
> Thanks& Regards,
> Karthikeyan M
>
You can disable a lot of the extra menus like
"choose
install location" when using package making tools. The only
one I am familiar with is Package Maker.app which I think is a default
installed with Xcode. I really recommend against using this tool
though if you can find a better one. Package Maker will let you edit
settings which it then completely ignores. The Help for it is also
really bad. Iceberg was suggested to me, but I haven't gotten the
hang of it yet.
My package does basically what you are asking for.
* Introduction - > click "Continue"
* License Agreement
* Destination Select -> This is disabled, all
they
can do is pick "Continue"
* Installation type -> Only standard
installation
is allowed. Click "Install"
Program installs and presents summary, followed by
another click to close the window.
I would consider using a standard, simple package
install. Why would you want your Mac OS program to not install like
a Mac OS program?
Hi Xochitl,
Thanks for the info :-)
The package we create using snapshot method in Composer normally has following
1.Welcome Window will show continue button
2.Installation type with Install button,
3.Authentication Dialog
4.progress bar
5.The Final Close Window
I have to make two changes (ie)remove the Install Type window and add Install button in the Welcome Screen and finally installer window should close(if possible).
Even i too consider to use Standard Install but our management requirement. :-(
Regards,
Karthikeyan M
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden