Jump to content

Recommended Posts


Posted

You are correct to make completely silent change the \qb to \qn.

To change the install directory just add installdir={directory you want to install into} before the \qn or \qb

I also corrected the version number to 6, my mistake.

Posted

@Asta

ha... sorry man. you know as soon as I hit add reply i figured that was a pretty silly remark. you def know your stuff around here...

@ staple

You rule. That /qn trick gets rid of that status box and installdir works like a charm.

One question.. what exactly does the isscript.msi do?

Thanks a ton.

Posted
@Asta

ha... sorry man. you know as soon as I hit add reply i figured that was a pretty silly remark. you def know your stuff around here...

no problem... i am here to learn just like u. I learn something new everyday.

the installshield i am making is giving me some problems.

Posted

Isscript.msi is the Installshield script engine. Installshield puts custom actions in there MSI files (that it creates) that rely on a external script processor.. the script engine is the external processor.

Installshield then wraps the two msi files in a exe with other files to check to make sure MSI is installed and the the script engine is installed. This exe is like a all in one solution instead of having the users download a script engine and the install.

after you have the script engine installed you normally do not have to reinstall it but sometimes installshield changes versions and the main install MSI may fail.

I normally include it because that way it always works.

Posted

So is the same script engine used for every msi installshield? In other words, can I take that iisscript.msi extracted from CuteFTP and use it with another msi thats packaged similarly?

Posted
So is the same script engine used for every msi installshield?
No. Only "script msi's". This isn't necessary on basic msi projects wrapped into an exe.

Thanks staples for the info! clap2.gif

totoymola and i have been at this for 6 hours and we cant get it.

Haha! That is exaggerated. I was acutually watching a movie. :lol:

Posted
How can you tell script msi's apart from 'normal' msi's?

Not sure, but I can tell by looking at the temp folder when I run the installer. And basic msi's don't have .iss files. I'm not really sure. Maybe I'm wrong.

Posted

:P I found it and tested

Here is where the registration key is stored. So if u hv a key...

Windows Registry Editor Version 5.00

[HKEY_USERS\S-1-5-18\Software\GlobalSCAPE][HKEY_USERS\S-1-5-18\Software\GlobalSCAPE\CuteFTP Home]

"RegUserName"="xxxxxxxxxxxxxxxxxxxxxx"

[HKEY_USERS\S-1-5-18\Software\GlobalSCAPE\CuteFTP Home\Index]

"1"=hex:41,35,55,52,47,54,37,38,42,55,43,44,51,39,00

[HKEY_USERS\S-1-5-18\Software\GlobalSCAPE\CuteFTP Professional]

"RegUserName"="xxxxxxxxxxxxxxxxxxxxx"

"BuyURL"="http://www.globalscape.com/cgi-bin/links.cgi?page=purchase&product=pr6&language=english"

"CareerOpportunitiesURL"="http://www.globalscape.com/cgi-bin/links.cgi?page=careers&product=pr6&language=english"

"DiscussionURL"="http://www.globalscape.com/cgi-bin/links.cgi?page=discussion&product=pr6&language=english"

"FeedbackURL"="http://www.globalscape.com/cgi-bin/links.cgi?page=featurerequest&product=pr6&language=english"

"KnowledgeBaseURL"="http://www.globalscape.com/cgi-bin/links.cgi?page=knowledgebase&product=pr6&language=english"

"LostKeyURL"="http://www.globalscape.com/cgi-bin/links.cgi?page=lostkey&product=pr6&language=english"

"ManRegisterURL"="http://www.globalscape.com/register"

"SupportURL"="http://www.globalscape.com/cgi-bin/links.cgi?page=support&product=pr6&language=english"

"SurveyURL"="http://www.globalscape.com/cgi-bin/links.cgi?page=survey&product=pr6&language=english"

"WhyRegisterURL"="http://www.globalscape.com/cgi-bin/links.cgi?page=purchase&product=pr6&language=english"

"AdvertisingURL"="http://www.globalscape.com/cgi-bin/links.cgi?page=advertise&product=pr6&language=english"

[HKEY_USERS\S-1-5-18\Software\GlobalSCAPE\CuteFTP Professional\Index]

"3"=hex:73,6f,2c,20,77,68,61,74,27,73,20,75,70,21,21

"1"=hex:41,35,55,52,47,54,37,38,42,55,43,44,51,39,00

[HKEY_USERS\S-1-5-18\Software\GlobalSCAPE\CuteFTP Professional\Launcher]

"AuxiliaryCmdLine"="C:\\Program Files\\GlobalSCAPE\\CuteFTP Professional\\"

"GUICmdLine"="C:\\Program Files\\GlobalSCAPE\\CuteFTP Professional\\\\cuteftppro.exe"

"TECmdLine"="C:\\Program Files\\GlobalSCAPE\\CuteFTP Professional\\\\ftpte.exe"

  • 2 weeks later...
Posted

My 2 cents for my first post:

[HKEY_USERS\S-1-5-18\Software\GlobalSCAPE\CuteFTP Professional\Index]

"3"=hex:73,6f,2c,20,77,68,***

"1"=hex:41,35,55,52,47,54,***

Thoses two keys seems to depend on the Key : didn't work for me until I put the key generated by a clean install using my key. The online check seems not to like those too much in my case. I only install the Pro version and only got the second "1" key btw.

Anyway, first time I launch CuteFTP, it pops up with the Enter your Serial windows (I double check my key and all).

Second try : I change the reg file to reflect the "1" key genrated by a non-silent install : works like a charm.

Am I writing some idiotic stuff ?

May be you want to hide those in your post ? And apologize if I am wrong.

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...