mrmb Posted May 2, 2005 Posted May 2, 2005 EDIT:btw, how did u get that information if i run the msi with the /? switch it gives me the normal help page but it doesn' tell me anything like the above?<{POST_SNAPBACK}>I opened it up in a MSI editor and poked around the dialogs and tables.<{POST_SNAPBACK}>yep i did that for a while too but to no avail what editor do you use
Joe User 99 Posted May 2, 2005 Posted May 2, 2005 yep i did that for a while too but to no avail what editor do you use<{POST_SNAPBACK}>Wise Package Studio Professional 5.6
mrmb Posted May 2, 2005 Posted May 2, 2005 YES!!i dun it!i managed to remove the section in the .msi which runs the activation window. so i now have a .msi which does the install normally except for not displaying the activation window. no need for autoit or anything else!i'm not sure if i can post the msi here (might be considered warez) if a mod could let me know that'd be good.
1chaoticadult Posted May 2, 2005 Posted May 2, 2005 YES!!i dun it!i managed to remove the section in the .msi which runs the activation window. so i now have a .msi which does the install normally except for not displaying the activation window. no need for autoit or anything else!i'm not sure if i can post the msi here (might be considered warez) if a mod could let me know that'd be good.<{POST_SNAPBACK}>Actually I think it would be fine since you need the other files in order to install it. I've posted Symantec Antivirus modified msi(s) before so go ahead and give us link please....
SiMoNsAyS Posted May 2, 2005 Posted May 2, 2005 @mrmb i think it's ok, b/c your msi removes the activation screen although you need to activate the program on first run... right (correct me if necessary) ?
totoymola Posted May 2, 2005 Posted May 2, 2005 If you guys have the msi installer, use Wise InstallTailor to get an mst. Then download ang msi/mst editor to modify the mst and to remove the custom actions.Just a suggestion. I haven't tried it myself. I've been busy recenly.
Joe User 99 Posted May 3, 2005 Posted May 3, 2005 YES!!i dun it!i managed to remove the section in the .msi which runs the activation window. so i now have a .msi which does the install normally except for not displaying the activation window. no need for autoit or anything else!i'm not sure if i can post the msi here (might be considered warez) if a mod could let me know that'd be good.<{POST_SNAPBACK}>Just create a MST with your changes and post it instead.(It'll be smaller too.)
mrmb Posted May 3, 2005 Posted May 3, 2005 right,sorry it took me so long but i was at school. i've attatched the edited msi. which doesn't prompt for activation. just replace the original and follow the instructions from the first post.eithersetup.exe /v/qb(but remember that could cause problems because setup.exe closes almost as soon as it calls the msi and this means your script might move on before the install is finished)or"adobe photoshop cs2.msi" /qbgood luckEDIT: it wont allow me to upload an msi so download from here:www.mrmb.pwp.blueyonder.co.uk/adobe photoshop cs2.msi
genci88 Posted May 4, 2005 Posted May 4, 2005 Thanks mrmb. It works. Great job buddy.I wish there was a way to activate it silently though.
mrmb Posted May 4, 2005 Posted May 4, 2005 Why not just use an mst? I'm just curious. <{POST_SNAPBACK}>well cus i think an mst just sets options like parameters where as i had to actually remove a component from the msi. i don't actually know a great deal abot it and i was only stabbing in the dark when i tried editing the msi in the first place.
totoymola Posted May 4, 2005 Posted May 4, 2005 Why not just use an mst? I'm just curious. <{POST_SNAPBACK}>well cus i think an mst just sets options like parameters where as i had to actually remove a component from the msi. i don't actually know a great deal abot it and i was only stabbing in the dark when i tried editing the msi in the first place.<{POST_SNAPBACK}>Actually, anything you edit on the msi can be done with an mst file. You can edit the mst to add registry entries, modify the public properties, remove a custom action, remove a component, etc. One more advantage of that is the file size is smaller compared to the msi, so it's easier to distribute. I have nothing against editing msi's. I also do it myself. However, it's not the best practice. That's why they make mst's.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now