It is currently Sat May 18, 2013 3:12 am

All times are UTC - 8 hours




Post new topic Reply to topic  [ 45 posts ]  Go to page Previous  1, 2, 3
Author Message
 Post subject:
PostPosted: Sun Jan 11, 2009 8:17 pm 
Offline
User avatar

Joined: Fri Jan 02, 2009 12:20 pm
Posts: 16
Thanks :o


Top
 Profile  
 
 Post subject: InstallRite and InstallWatch
PostPosted: Mon Jan 12, 2009 2:23 pm 
Offline

Joined: Mon Nov 24, 2008 5:29 am
Posts: 9
InstallWatch and InstallRite are these good tools for making an application portable? Any advice please.....I would like to make MS Word portable


Top
 Profile  
 
 Post subject: Re: InstallRite and InstallWatch
PostPosted: Mon Jan 12, 2009 2:33 pm 
Offline
User avatar

Joined: Sat Mar 31, 2007 2:38 am
Posts: 902
Location: Kce,PL
Eagle710 wrote:
InstallWatch and InstallRite are these good tools for making an application portable? Any advice please.....I would like to make MS Word portable

Wow..that sounds like a challenge.
I don't know these tools and can't tell you much about them, but you'll surely do better by starting with something smaller and easier.
And trying Word when you know it well already.

BTW installation isn't everything. I.e. some tools create registry keys on startup, when you save settings for the first time etc. So you should test it well not only during installation, but also with all possible kinds of work.
Yeah, that posses some problem with MS Word, I guess that practically you won't have it well tested.

_________________
Image


Top
 Profile  
 
 Post subject: Re: InstallRite and InstallWatch
PostPosted: Tue Jan 13, 2009 10:16 am 
Offline
User avatar

Joined: Wed Oct 29, 2008 7:16 am
Posts: 45
Eagle710 wrote:
"..please.....I would like to make MS Word portable"

I give U all I know..n..this is all I can do 4 U..thx 4 ur cooperation as forums friend.
See this..learn this (carefully) and download this.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 14, 2009 1:48 am 
Offline
User avatar

Joined: Wed Oct 29, 2008 7:16 am
Posts: 45
..or maybe this.


Top
 Profile  
 
 Post subject: What about Registry keys?
PostPosted: Sun Mar 01, 2009 4:21 pm 
Offline
User avatar

Joined: Fri Jan 02, 2009 12:20 pm
Posts: 16
If I'm making a portable for a software that requires registry present, what can I do to make it portable? :?


Top
 Profile  
 
 Post subject: Sorry for double posting
PostPosted: Sat Mar 07, 2009 1:14 am 
Offline
User avatar

Joined: Fri Jan 02, 2009 12:20 pm
Posts: 16
:? Any software can locate the registry entries of any application?
Thanks for viewing my post :lol:


Top
 Profile  
 
 Post subject: Re: Sorry for double posting
PostPosted: Sat Mar 07, 2009 12:40 pm 
Offline
User avatar

Joined: Wed Oct 29, 2008 7:16 am
Posts: 45
msnuser193 wrote:
:? Any software can locate the registry entries of any application?
Thanks for viewing my post :lol:

:)
Try this.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Mar 11, 2009 6:26 pm 
Offline
User avatar

Joined: Fri Jan 02, 2009 12:20 pm
Posts: 16
O it doesn't work. It can only records registry traffic of the application, not all registry keys are recorded. :(


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 12, 2009 8:05 am 
Offline
User avatar

Joined: Wed Oct 29, 2008 7:16 am
Posts: 45
Try RegShot first under 2 stage..for installation and app running.
This must be done inside a clean Virtual OS.
Then apply RegFromApp for other possibly changes.
Gather all info together and make an analyze.

I believe many peoples here can do this better than me.
They are pro and a real programmer.
But maybe they have no such time to help you.


Top
 Profile  
 
 Post subject: Re: InstallRite and InstallWatch
PostPosted: Wed Apr 08, 2009 7:19 pm 
Offline
User avatar

Joined: Sun Mar 01, 2009 5:48 pm
Posts: 440
Location: Charleston,SC.
Eagle710 wrote:
InstallWatch and InstallRite are these good tools for making an application portable? Any advice please.....I would like to make MS Word portable


Depends on how you use them.

Installwatch is very handy if you just want to test a portables or a program for system leaks/changes or just want to know what exactly it is doing that you cant see.
It does this by taking system snapshots and recording changes made after an app is executed and closed.You can also export registry changes or just compare.Basically a good discovery tool.
Its very similar to Systracer and the like.

Installwatch is incorporated into InstallRite so thats really all you need.

InstallRite is an easy way to make "silent install" or just automated installs.
It takes a system snapshot..then records everything you do during the install of a program..then puts all the system changes into an "install kit"

So if you set a program the same way everytime then this just saves you time from filling in boxes and checking user agreements.

However you can also use it to glean registry "Tweaks" by taking a sys snapshot..change whatever..then instead of installing something just export the registry files.Edit the registry file accordingly and you have a custom reg Tweak.You have to be creative and it helps to be familiar with the system registry so that you know what you can and cannot exclude.

I use installrite to make silent install of programs I want to reduce in size cause after you install them you can slim them down to bare components,modify whatever you dont like, and even upx them and then build your installkit,
turning bloatware into reasonably sized installers.

Then run the new installer with JauntePE.exe to create a portable. :D

_________________
"Defects are always more tolerable than the changes necessary to correct them"


Top
 Profile  
 
 Post subject: Re:
PostPosted: Tue Sep 01, 2009 2:35 pm 
Offline

Joined: Tue Mar 27, 2007 12:21 pm
Posts: 47
Schumi 053 wrote:
...I see many peoples agree with AutoIT..
uhm..powerful..easy than NSIS..many tutor..have their own comunity etc.
Are there any program better than AutoIT? thx :)

for someone new to programming i would recommend autoit, however another choice is autohotkey they also have a very active community. you can make apps portable using any of the three mentioned scripting languages. each autoit, and autohotkey has its advantages, and i use both depending upon the task at hand.


Top
 Profile  
 
 Post subject: Re: InstallRite and InstallWatch
PostPosted: Tue Sep 01, 2009 2:38 pm 
Offline

Joined: Tue Mar 27, 2007 12:21 pm
Posts: 47
Eagle710 wrote:
InstallWatch and InstallRite are these good tools for making an application portable? Any advice please.....I would like to make MS Word portable

may not be possible ~ will you are running as administrator?


Top
 Profile  
 
 Post subject: Re:
PostPosted: Sat Sep 26, 2009 11:20 pm 
Offline
User avatar

Joined: Fri Jan 02, 2009 12:20 pm
Posts: 16
msnuser193 wrote:
O it doesn't work. It can only records registry traffic of the application, not all registry keys are recorded. :(


Wow, this is so long ago...
The feeling of the past is felt by looking at this thread...mixing with comfort,regret,and worries... :mrgreen:


Top
 Profile  
 
 Post subject: Re:
PostPosted: Sat Dec 26, 2009 12:35 pm 
Offline
User avatar

Joined: Fri Jan 02, 2009 12:20 pm
Posts: 16
Schumi 053 wrote:
Try RegShot first under 2 stage..for installation and app running.
This must be done inside a clean Virtual OS.
Then apply RegFromApp for other possibly changes.
Gather all info together and make an analyze.

I believe many peoples here can do this better than me.
They are pro and a real programmer.
But maybe they have no such time to help you.


You r one 8)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 45 posts ]  Go to page Previous  1, 2, 3

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

Protected by Anti-Spam ACP Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group