Jump to content

Recommended Posts

Posted
You can just grab the MSIs out of the %temp% folder while the installer is open as it is an MSI behind the scenes, just packaged in an EXE. Works great.
  • 1 year later...
Posted
Saw this thread and thought it was the answer to my problems! However, I think it must be referring to version 2 of the software as I can't find an MSI anywhere for version 4. Has anyone managed to package the latest version for CC4?
  • 3 years later...
Posted
Saw this thread and thought it was the answer to my problems! However, I think it must be referring to version 2 of the software as I can't find an MSI anywhere for version 4. Has anyone managed to package the latest version for CC4?

Likewise - does anyone have one of these around?

Thanks :)

  • 4 weeks later...
  • 3 weeks later...
Posted
I've just created a basic MSI for the current version if you're interested:

https://www.expirebox.com/download/c7f1ee8ab1aaa02846d87d330f6d965b.html

 

Not sure how long the link will be active for. Doesn't create a shortcut but i can add this feature in for you if you like.

 

Hey, the link has expired - I'm sorry, I've been off work so only just seen this - if it'll repost that'd be amazing, thank you so much. Really helps us out.

Posted (edited)
@Novalee. I have created a couple of packages for v4.2.6. Both do the file associations and Start Menu shortcut too.

 

 

Amazing - thank you so much!! We had been on the verge of manually installing this across school just before we broke up for summer, and given we are short staffed, this makes such a difference.

Edited by elsiegee40
Posted

Apologies I rushed through my response previously.

If you want to create your own MSI in the future I find using Wix Edit is pretty easy and straight forward. I've only used it for simple MSIs.

https://sourceforge.net/projects/wixedit/files/wixedit/

You need .Net 3.5 installed.

 

It might be worth trying to create Pivot Animator a go. You then can specify your preferences easier. I tend to fix issues with the external editor (for example if it says can't find source I find replace source=" to source="C:\blahblahblah\program" etc.

Posted (edited)
Amazing - thank you so much!!

Glad I could help. :)

 

If you want to create your own MSI in the future I find using Wix Edit is pretty easy and straightforward. I've only used it for simple MSIs.

My MSI was generated with WiX too. I have attached the files just in case you or @Novalee find it useful. See the included ReadMe.txt for instructions.

 

I didn't use WixEdit but a combination of manually editing the .wxs, heat, msbuild and an XSLT transform. The last three take care of automatically generating a .wxs fragment for all of the source files except for pivot.exe (which is dealt with separately because of the file associations and shortcut).

Pivot Animator v4.2.6 (WiX).zip

Edited by Arthur
  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...