Help with Nugenesis 6.0.1 SR4
Greetings,
Awhile back on one of the "What's your worst repackage ever?" threads, someone mentioned Nugenesis 6.0.1 SR4. Unfortunately, I have been tasked with repackaging this application as well and it is a beast. Multiple installation files, a print driver, etc.
Does anyone have any experience repackaging this application? If so, any suggestions?
Thanks!
Jeremy
Awhile back on one of the "What's your worst repackage ever?" threads, someone mentioned Nugenesis 6.0.1 SR4. Unfortunately, I have been tasked with repackaging this application as well and it is a beast. Multiple installation files, a print driver, etc.
Does anyone have any experience repackaging this application? If so, any suggestions?
Thanks!
Jeremy
0 Comments
[ + ] Show comments
Answers (5)
Please log in to answer
Posted by:
wiseapp
19 years ago
Hi Pudge:
What I think it installs a printer device driver right? If thats the case then I would prefer you to create a wrapper that will call this installation in a silent mode and would be programmed inside an MSI. Since Microsoft also agrees that the best practise is not to repackage device driver,service packs and updates etc. Try this in case you find any problems let me know.
What I think it installs a printer device driver right? If thats the case then I would prefer you to create a wrapper that will call this installation in a silent mode and would be programmed inside an MSI. Since Microsoft also agrees that the best practise is not to repackage device driver,service packs and updates etc. Try this in case you find any problems let me know.
Posted by:
PudgeRok
19 years ago
Posted by:
wiseapp
19 years ago
Hi Pudge;
You dont require a wise script for this, try this:
1. Record a response file
2. copy the source files to the destination
3. in the MSI Script just after Remove existing products include a custom action Execute Program from installed File
4. Specify the file to execute click on the browse button and it will show you the file browsing dialog choose the location where you installing the file
5. In the command line arguement type /s/v/qn for totally silent installation.
Try this and let me know in case you have any troubles.
You dont require a wise script for this, try this:
1. Record a response file
2. copy the source files to the destination
3. in the MSI Script just after Remove existing products include a custom action Execute Program from installed File
4. Specify the file to execute click on the browse button and it will show you the file browsing dialog choose the location where you installing the file
5. In the command line arguement type /s/v/qn for totally silent installation.
Try this and let me know in case you have any troubles.
Posted by:
PudgeRok
19 years ago
Hi all,
Just wanted to follow up on this thread. I was able to get this app packaged as an MSI by doing the following:
Thanks wiseapp for all the help!
Jeremy
Just wanted to follow up on this thread. I was able to get this app packaged as an MSI by doing the following:
- Record response files to each of the InstallShield setup executables
- Use AutoIt v3 to automate responses which did not get recorded into the response files
- Integrate the AutoIt scripts into the MSI as Custom Actions
Thanks wiseapp for all the help!
Jeremy
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.