Jump to content

Photoshop CS2


Astie

Recommended Posts


This is not true, I have written an AutoIt script myself which Unattendedly installs AND activates Adobe Photoshop CS2. It's not that hard, you just need to read the AutoIt manual.

Not only that, but it will aslo work on any pc!

Yeah, check page 10 of this thread, been there and done that. Does your AutoIt routine rely on a generator and/or care to share your script?

Of course it doesn't rely on a generator, you don't know the rules of the forum?? Mine can only be used providing you have activated legally on that machine first. Then I simply transfer the activation details by using the ControlSetText command.

I won't post my script yet, discovered it is still buggy. For some reason it will hang on the last screen of setup where you are asked whether or not to view readme - during a windows test it works fine, during setup test it hangs.

Edited by hohner
Link to comment
Share on other sites

I've been working on a script with AutoHotKey, kinda like autoscript, just easier to work with imo...

Here everything also works perfect, but I can't get it to wait for the last screen to click, it just clicks too early so it doesn't close, if I find the solution, I'll prolly post my script... Grtz

Link to comment
Share on other sites

As I said in the previous post, I was working on this AutoIt script for the newest adobe (Adobe Photoshop CS2 9.0) and I'm finally finished...

It auto installs, registers and activates Photoshop, in other words : fully unattended...

I took the liberty to inspire myself on previous creations.

You can use AutoIt v3.0 to compile it, any remarks are welcome, grtz...

EDITED

Adobephotoshop1.au3

Edited by scuzzy47
Link to comment
Share on other sites

you might want to edit out your s/n in the download...just a suggestion...Also, you may want to edit your post to remove any hint of a keygen. AFAICT its ok to use in your autoit script, but prolly looked down upon talking about it in an open forum

Edited by evilvoice
Link to comment
Share on other sites

  • 2 weeks later...

i wrote up a full autoscript code that will install and activate during install, with the use of a keygen to activate it but not to get a key..

there are several steps that need to be done, one is to open abcpy.ini and put in your key and user name. And use a batch file to start the msi silently

i am not sure if i can post it, if i am allowed i will post it, if not i will kindly delete this post

Edited by iceWolf
Link to comment
Share on other sites

Just post it. It's not like you're telling us where to get the keygen, or even which keygen it is that you're using (but I'm sure the more saavy people can guess). It's not warez to post a script that does nothing illegal. It's kinda like how NFOrce and iSONEWS can have .nfo files, but no serials in the NFO. ;)

Link to comment
Share on other sites

  • 4 months later...

To disassociate the files png, to use this value in the registry

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.png]"PerceivedType"="image"

@="pngfile"

"Content Type"="image/png"

[HKEY_CLASSES_ROOT\.png\OpenWithProgids]

"png"=hex(0):

[HKEY_CLASSES_ROOT\.png\PersistentHandler]

@="{098f2470-bae0-11cd-b579-08002b30bfeb}"

Bye! :hello:

Link to comment
Share on other sites

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...