how to create wrapper
hi,
Anybody knws how to create wrapper msi using wise packaging studio?
If, so pls help me
0 Comments
[ - ] Hide Comments

so that the conversation will remain readable.
Answer this question
or Comment on this question for clarity
Answers
Hi Alice,
you need to call it with custom actions for install/uninstall.
Why not use WIWW? See:
http://www.vinsvision.com/Articles/tabid/66/EntryID/15/Default.aspx
They have done it for you already.
Regards, Nick
you need to call it with custom actions for install/uninstall.
Why not use WIWW? See:
http://www.vinsvision.com/Articles/tabid/66/EntryID/15/Default.aspx
They have done it for you already.
Regards, Nick
Please log in to comment
Hi Alice,
you really should go with WIWW.
Building a wrapper in Wise involves these steps:
- Create a blank project from template.
- Include the setup files and copy them to a local cache.
- Start the setup with a custom action:
The CA type depends on your needs.
Execute Program from Destination (type 34)
Execute Program from Installation (type 2)
Execute Program from Installed Files (type 18)
Execute Program from Path (type 50)
The last involves setting a property with the full path with an CA type 51.
-Further an other CA is needed to uninstall.
Ups: Kim was faster! :-)
Regards, Nick
you really should go with WIWW.
Building a wrapper in Wise involves these steps:
- Create a blank project from template.
- Include the setup files and copy them to a local cache.
- Start the setup with a custom action:
The CA type depends on your needs.
Execute Program from Destination (type 34)
Execute Program from Installation (type 2)
Execute Program from Installed Files (type 18)
Execute Program from Path (type 50)
The last involves setting a property with the full path with an CA type 51.
-Further an other CA is needed to uninstall.
Ups: Kim was faster! :-)
Regards, Nick
Please log in to comment
thanks nick n angel.
but i do like to inform u all that im a newbie to application packaging field.
n Execute Program from Destination (type 34)
Execute Program from Installation (type 2)
Execute Program from Installed Files (type 18)
Execute Program from Path (type 50)
The last involves setting a property with the full path with an CA type 51.
looks like greek n latin for me.
but i do like to inform u all that im a newbie to application packaging field.
n Execute Program from Destination (type 34)
Execute Program from Installation (type 2)
Execute Program from Installed Files (type 18)
Execute Program from Path (type 50)
The last involves setting a property with the full path with an CA type 51.
looks like greek n latin for me.
Please log in to comment
http://www.vinsvision.com/Articles/tabid/66/EntryID/15/Default.aspx
link dead any one update?
link dead any one update?
Please log in to comment
Hi,
how about a few seconds of searching:
http://www.404techsupport.com/2008/12/windows-installer-wrapper-wizard-and-a-better-firefox-3-enterprise-deployment/
http://web.archive.org/web/20091214060048/http://www.vinsvision.com/Articles/tabid/66/EntryID/15/Default.aspx
But i am not sure, if this stuff behaves 100% friendly with modern techniques like UAC.
Regards, Nick
how about a few seconds of searching:
http://www.404techsupport.com/2008/12/windows-installer-wrapper-wizard-and-a-better-firefox-3-enterprise-deployment/
http://web.archive.org/web/20091214060048/http://www.vinsvision.com/Articles/tabid/66/EntryID/15/Default.aspx
But i am not sure, if this stuff behaves 100% friendly with modern techniques like UAC.
Regards, Nick
Please log in to comment
Comments