Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

WISE Packaging project. Can I update outside of the installation expert

Updated: 08 Nov 2011 | 7 comments
samopn's picture
0 0 Votes
Login to vote

Hi

I use WISE Packaging studio to create a (fairly complicated) MSI. Everytime we do a new release it takes me an hour or so of editing the package to refresh all the components and everything.

This "refresh" is fairly labourious and repeatable so I'm looking for a way to automate this so I can integrate it with our build/deployment process.

Is there a way to drive the packaging studio via the command line, scripts or other automation?

Our current version is Wiser Package Studio 7.0 sp3

Thanks

Sam

Discussion Filed Under:

Comments

philbenson's picture
28
Oct
2011
0 Votes 0
Login to vote

Have you

had a look in the installation directory of your Wise Product? There is good documentation of using the Automation Interfaces (COM). I regulary use these interfaces to automate repetative tasks.

 

Cheers

Phil

EdT's picture
09
Nov
2011
0 Votes 0
Login to vote

The operation of the

The operation of the Automation Interface and the operation of the Wise Macro Language are very similar, as both use what is essentially vbscript. The automation interface works outside of the WFWI GUI whereas the macro language works from inside the WFWI GUI, so the choice is yours.

The automation interface is very powerful and can be used to create a complete and ready to go MSI starting from a Wise template or any other MSI. However, there is quite a bit of programming required, although once in place, it is pretty easy to maintain.

If your issue has been solved, please use the "Mark as Solution" link on the most relevant thread.

VBScab's picture
09
Nov
2011
0 Votes 0
Login to vote

Wot, no mention of WIX, Ed?

Most shops would be using that, wouldn't they?

Don't know why 'x' happened? Want to know why 'y' happened? Use ProcMon and it will tell you.
Think about using http://www.google.com before posting.

EdT's picture
09
Nov
2011
0 Votes 0
Login to vote

The question was about Wise

The question was about Wise Automation. ;-D

If your issue has been solved, please use the "Mark as Solution" link on the most relevant thread.

VBScab's picture
10
Nov
2011
0 Votes 0
Login to vote

Was it?

>I'm looking for a way to automate this so I can integrate it with our build/deployment process.

Wix every time, no?

Don't know why 'x' happened? Want to know why 'y' happened? Use ProcMon and it will tell you.
Think about using http://www.google.com before posting.

EdT's picture
10
Nov
2011
0 Votes 0
Login to vote

Yes it was

If you read on one line further: 

>Is there a way to drive the packaging studio via the command line, scripts or other automation?

Taken in context with the title of the message, I believe it is pretty definitive.

Sure you can use Wix to perform automation as well - it depends on whether you have existing familiarity with Wix or need to learn it from scratch. Then there is the consideration of ongoing maintenance of installs. If you use several tools instead of one, it increases the maintenance skillset required.

But then you know this Ian, so I'm guessing you have some spare time on your hands at the moment..??

If your issue has been solved, please use the "Mark as Solution" link on the most relevant thread.

VBScab's picture
10
Nov
2011
0 Votes 0
Login to vote

>you have some spare time

I won't tell if you don't

Don't know why 'x' happened? Want to know why 'y' happened? Use ProcMon and it will tell you.
Think about using http://www.google.com before posting.