Adding missing dll in softgrid client
Hi all,
I am new to this technology.
I sequenced an application and published in server and successfully launched it in the client.
Now i want to add a dll to my package.
Is it possible to add that dll without sequencing again?
Thanks in advance.
I am new to this technology.
I sequenced an application and published in server and successfully launched it in the client.
Now i want to add a dll to my package.
Is it possible to add that dll without sequencing again?
Thanks in advance.
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
sandy
16 years ago
Posted by:
DannyC
16 years ago
You don't have to "re-sequence" exactly, but you do an "open for upgrade, run the Installation Wizard, add your dll or whatever and
save.. This'll give you a 'new version' which you'll have to import into your VAS.
Alternatively, if it's absolutely essential that you don't touch the sequencer then you could import the file with a pre-launch script, but I'd steer away from that method if you can..
save.. This'll give you a 'new version' which you'll have to import into your VAS.
Alternatively, if it's absolutely essential that you don't touch the sequencer then you could import the file with a pre-launch script, but I'd steer away from that method if you can..
Posted by:
kkaminsk
16 years ago
Yeah you have to be careful what you do in a pre-launch script that runs in the virtual environment. If you copy 10 MB of data into the sequence then 10 MB of additional data could wind up in each user's SoftGrid user cache. If you want to control the size of this cache you should package large changes into the sequence itself so that the 10 MB of data would only be added to the SoftGrid global cache on the machine which is a much better use of space.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.